move device managers to hooks

This commit is contained in:
illiliti
2020-07-27 11:32:22 +03:00
parent 32a38b17a5
commit 5eae5cd6a9
18 changed files with 237 additions and 125 deletions

17
config
View File

@@ -45,14 +45,6 @@
#
#root_opts=""
# device manager
#
# supported - none, proc, udev, mdev, mdevd
# none means no device manager. requires monolithic kernel and you will unable to use UUID, LABEL, PARTUUID, /dev/mapper/*
# proc requires monolithic kernel and legacy CONFIG_UEVENT_HELPER
#
#devmgr=""
# hostonly mode
#
# default - 0
@@ -63,11 +55,12 @@
# hooks
#
# currently supported - lvm, luks
# supported - proc, eudev, systemd-udevd, mdev, mdevd, lvm, luks
# example -
# hooks="lvm luks" will support booting LUKS on LVM
# hooks="luks lvm" will support booting LVM on LUKS
# hooks="luks" will support booting only LUKS
# hooks="eudev lvm luks" will use eudev as device manager and support booting LUKS on LVM
# hooks="mdev luks lvm" will use mdev as device manager and support booting LVM on LUKS
# hooks="systemd-udevd luks" will use systemd-udevd as device manager and support booting only LUKS
# hooks="proc" will use CONFIG_UEVENT_HELPER as device manager
# and so on...
#
#hooks=""