From 2a123f9637b516a983baf9c77705230a7d9b8ea2 Mon Sep 17 00:00:00 2001 From: dianshi Date: Sat, 27 Jun 2020 16:54:06 +0100 Subject: Update readme --- README.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index f253022..354d8d0 100644 --- a/README.txt +++ b/README.txt @@ -4,9 +4,9 @@ nmount -v -t proc -d /Process -f nosuid,nodev,noexec nmount -v -t ext4 -s /dev/mmcblk0p7 -d /mnt/disk0 -f nodev,noexec,nosuid #mount proc -nmount_static -v -t proc -d /Process -f nosuid +nmount_static -v -t proc -d /Process -f nosuid,nodev,noexec,realtime #mount dev -nmount_static -v -t devtmpfs -d /Devices -f nosuid,nodev,nosuid +nmount_static -v -t devtmpfs -d /Devices -f nosuid #mount sys -nmount_static -v -t sysfs -d /System -f nosuid,nodec,nosuid +nmount_static -v -t sysfs -d /System -f nosuid,nodec,nosuid,realtime #mount other disk \ No newline at end of file -- cgit v1.2.3