sysconfig/postplug: disable swap and vfs auto configuration in fstab
This commit is contained in:
parent
2d7f432a36
commit
ceafdd97e4
@ -1,14 +1,14 @@
|
|||||||
# add new detected non-removable disk partitions to /etc/fstab at boot time
|
# add new detected non-removable disk partitions to /etc/fstab at boot time
|
||||||
# (yes/no, default: yes)
|
# (yes/no, default: yes)
|
||||||
FS_PARTS_UPDATE=yes
|
FS_PARTS_UPDATE=no
|
||||||
|
|
||||||
# configure detected partitions for automatic mounting on boot
|
# configure detected partitions for automatic mounting on boot
|
||||||
# (yes/no, default: yes)
|
# (yes/no, default: yes)
|
||||||
FS_PARTS_MOUNT=yes
|
FS_PARTS_MOUNT=no
|
||||||
|
|
||||||
# dynamically add detected swap partitions to /etc/fstab at boot time
|
# dynamically add detected swap partitions to /etc/fstab at boot time
|
||||||
# (yes/no, default: yes)
|
# (yes/no, default: yes)
|
||||||
FS_SWAP_UPDATE=yes
|
FS_SWAP_UPDATE=no
|
||||||
|
|
||||||
# dinamically update the entries for /proc, /sys, devpts, tmpfs, usbfs
|
# dinamically update the entries for /proc, /sys, devpts, tmpfs, usbfs
|
||||||
# (yes/no, default: yes)
|
# (yes/no, default: yes)
|
||||||
|
Loading…
Reference in New Issue
Block a user