summaryrefslogtreecommitdiff
path: root/functions/defaults.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-xfunctions/defaults.sh15
1 files changed, 1 insertions, 14 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 5f93f4ac0..4598ec662 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -234,15 +234,7 @@ Set_defaults ()
# Setting initramfs hook
case "${LB_SYSTEM}" in
live)
- case "${LB_MODE}" in
- ubuntu)
- LB_INITRAMFS="${LB_INITRAMFS:-casper}"
- ;;
-
- *)
- LB_INITRAMFS="${LB_INITRAMFS:-live-boot}"
- ;;
- esac
+ LB_INITRAMFS="${LB_INITRAMFS:-live-boot}"
;;
normal)
@@ -751,11 +743,6 @@ Set_defaults ()
LB_BOOTAPPEND_LIVE_FAILSAFE="${LB_BOOTAPPEND_LIVE_FAILSAFE:-boot=live components memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal}"
;;
- casper)
- LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE:-boot=casper quiet splash}"
- LB_BOOTAPPEND_LIVE_FAILSAFE="${LB_BOOTAPPEND_LIVE_FAILSAFE:-boot=casper memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal}"
- ;;
-
none)
LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE:-quiet splash}"
LB_BOOTAPPEND_LIVE_FAILSAFE="${LB_BOOTAPPEND_LIVE_FAILSAFE:-memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal}"