Remove /proc mount point from fstab
This commit is contained in:
parent
05b22f6941
commit
073dd3a04b
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ EOF
|
|||
# Configure mount points
|
||||
cat << EOF > ubuntusway-${architecture}/etc/fstab
|
||||
# <file system> <mount point> <type> <options> <dump> <pass>
|
||||
proc /proc proc nodev,noexec,nosuid 0 0
|
||||
LABEL=writable / ext4 discard,noatime 0 1
|
||||
LABEL=system-boot /boot/firmware vfat defaults 0 1
|
||||
EOF
|
||||
|
|
Loading…
Add table
Reference in a new issue