diff options
-rw-r--r-- | README.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |