Browse Source

service examples: don't mount devpts and shm again (#66)

They are mounted in early-filesystems.sh, no need to mount in filesystems.sh
Firas Khalil Khana 1 year ago
parent
commit
b0d6ec1059
1 changed files with 0 additions and 2 deletions
  1. 0 2
      doc/linux/services/filesystems.sh

+ 0 - 2
doc/linux/services/filesystems.sh

@@ -6,8 +6,6 @@ set -e
 if [ "$1" != "stop" ]; then
 
   echo "Mounting auxillary filesystems...."
-  mount -t tmpfs -o nodev,nosuid tmpfs /dev/shm
-  mount -t devpts -o gid=tty devpts /dev/pts
   swapon /swapfile
   mount -avt noproc,nonfs