postplug/sysconfig/postplug
2011-04-27 19:57:03 +02:00

52 lines
1.3 KiB
Plaintext

# add new detected non-removable disk partitions to /etc/fstab at boot time
# (yes/no, default: yes)
FS_PARTS_UPDATE=yes
# configure detected partitions for automatic mounting on boot
# (yes/no, default: yes)
FS_PARTS_MOUNT=yes
# dynamically add detected swap partitions to /etc/fstab at boot time
# (yes/no, default: yes)
FS_SWAP_UPDATE=yes
# dinamically update the entries for /proc, /sys, devpts, tmpfs, usbfs
# (yes/no, default: yes)
FS_VFS_UPDATE=yes
# dinamically update the entries for the floppy device
# (yes/no, default: no)
FS_FLOPPY_UPDATE=no
# dinamically update the entries for the CDROM devices
# (yes/no, default: no)
FS_CDROM_UPDATE=no
# remove entries from /etc/fstab for non-existing devices
# (yes/no, default: yes)
FS_NO_DEV_REMOVE=yes
# run configuration wizard if a new network device is discovered
# (dialog/auto/off, default: off)
NETWORK_NEWDEVICE=auto
# xorg server: automatically add DRI section
# (on/off, default: on)
XORG_ENABLE_DRI=on
# xorg server: automatically enable 'Composite' extensions
# (on/off, default: off)
XORG_ENABLE_COMPOSITE_EXT=on
# xorg server: try to detect the screen size
# (on/off, default: on)
XORG_DETECT_SCREEN_SIZE=on
# kdm: enable Xgl server
# (on/off, default: off)
KDM_ENABLE_XGL=off
# force sound card reconfiguration
# (on/off, default: off)
SOUND_FORCE_RESCAN=off