Booting by default with 'quiet' and 'splash' parameters.
This commit is contained in:
parent
97de0e925e
commit
fd445ce765
|
@ -995,11 +995,11 @@ Set_defaults ()
|
|||
# LB_BOOTAPPEND_LIVE
|
||||
case "${LB_MODE}" in
|
||||
ubuntu)
|
||||
LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE:-boot=casper}"
|
||||
LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE:-boot=casper quiet splash}"
|
||||
;;
|
||||
|
||||
*)
|
||||
LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE:-boot=live config}"
|
||||
LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE:-boot=live config quiet splash}"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in New Issue