cleanup config
This commit is contained in:
parent
01b30b6633
commit
5122f01e10
37
config
37
config
@ -3,10 +3,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# debug mode
|
# debug mode
|
||||||
shell_debug=1
|
#debug=0
|
||||||
|
|
||||||
# drop into shell after mnt_rootfs
|
|
||||||
#shell_break=0
|
|
||||||
|
|
||||||
# custom init
|
# custom init
|
||||||
#init=""
|
#init=""
|
||||||
@ -20,15 +17,12 @@ shell_debug=1
|
|||||||
# custom compression program
|
# custom compression program
|
||||||
#compress=""
|
#compress=""
|
||||||
|
|
||||||
# parse fstab
|
|
||||||
#fstab=0
|
|
||||||
|
|
||||||
# root fs ( device,partuuid,uuid,label )
|
# root fs ( device,partuuid,uuid,label )
|
||||||
root="UUID=07729c48-25d8-4096-acaf-ce5322915680"
|
#root=""
|
||||||
|
|
||||||
# root type
|
# root type
|
||||||
# change this if you using busybox util-linux
|
# change this if you using busybox util-linux
|
||||||
root_type="ext4"
|
#root_type=""
|
||||||
|
|
||||||
# root options
|
# root options
|
||||||
#root_opts=""
|
#root_opts=""
|
||||||
@ -36,13 +30,13 @@ root_type="ext4"
|
|||||||
# disable this if you want to get rid of util-linux
|
# disable this if you want to get rid of util-linux
|
||||||
# NOTE busybox util-linux implemetation doesn't have
|
# NOTE busybox util-linux implemetation doesn't have
|
||||||
# PARTUUID support and proper filesystem type autodetection
|
# PARTUUID support and proper filesystem type autodetection
|
||||||
util_linux=1
|
#util_linux=0
|
||||||
|
|
||||||
# device manager ( mdev,mdevd,udev )
|
# device manager ( mdev,mdevd,udev )
|
||||||
devmgr="mdev"
|
#devmgr=""
|
||||||
|
|
||||||
# hostonly mode
|
# hostonly mode
|
||||||
hostonly=1
|
#hostonly=0
|
||||||
|
|
||||||
# custom drivers
|
# custom drivers
|
||||||
#drivers=""
|
#drivers=""
|
||||||
@ -51,7 +45,7 @@ hostonly=1
|
|||||||
#binaries=""
|
#binaries=""
|
||||||
|
|
||||||
# LVM support
|
# LVM support
|
||||||
lvm=1
|
#lvm=0
|
||||||
|
|
||||||
# LVM logical volume name
|
# LVM logical volume name
|
||||||
#lvm_name=""
|
#lvm_name=""
|
||||||
@ -60,22 +54,19 @@ lvm=1
|
|||||||
#lvm_group=""
|
#lvm_group=""
|
||||||
|
|
||||||
# LVM include config
|
# LVM include config
|
||||||
#lvm_conf=1
|
#lvm_conf=0
|
||||||
|
|
||||||
# LVM issue_discards
|
# LVM issue_discards
|
||||||
lvm_discard=1
|
#lvm_discard=0
|
||||||
|
|
||||||
# LVM parameters
|
# LVM options
|
||||||
#lvm_args=""
|
#lvm_args=""
|
||||||
|
|
||||||
# LUKS support
|
# LUKS support
|
||||||
luks=1
|
#luks=0
|
||||||
|
|
||||||
# parse crypttab
|
|
||||||
#crypttab=0
|
|
||||||
|
|
||||||
# LUKS encrypted root ( device,partuuid,uuid,label )
|
# LUKS encrypted root ( device,partuuid,uuid,label )
|
||||||
luks_root="PARTUUID=b04395be-f467-458b-8630-9a429b487600"
|
#luks_root=""
|
||||||
|
|
||||||
# luks mapper name ( /dev/mapper/<name> )
|
# luks mapper name ( /dev/mapper/<name> )
|
||||||
#luks_name=""
|
#luks_name=""
|
||||||
@ -87,7 +78,7 @@ luks_root="PARTUUID=b04395be-f467-458b-8630-9a429b487600"
|
|||||||
#luks_keyfile="/path/to/keyfile"
|
#luks_keyfile="/path/to/keyfile"
|
||||||
|
|
||||||
# LUKS allow_discards
|
# LUKS allow_discards
|
||||||
luks_discard=1
|
#luks_discard=0
|
||||||
|
|
||||||
# LUKS parameters
|
# LUKS options
|
||||||
#luks_args=""
|
#luks_args=""
|
||||||
|
Loading…
Reference in New Issue
Block a user