aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordianshi <dianshi@main.lv>2020-06-27 16:54:06 +0100
committerdianshi <dianshi@main.lv>2020-06-27 16:54:06 +0100
commit2a123f9637b516a983baf9c77705230a7d9b8ea2 (patch)
tree2f0a75c4a70d03e2d2a4948d775d3a1dffd5f224
parentbf9475850d1cfb233948cd4455f94a1164b75818 (diff)
downloadnmount-2a123f9637b516a983baf9c77705230a7d9b8ea2.tar.gz
nmount-2a123f9637b516a983baf9c77705230a7d9b8ea2.zip
Update readme
-rw-r--r--README.txt6
1 files 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