From 1d2dd20dd6a74df571959d4cea2d53aaee16302f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 2 Jan 2011 10:32:58 +0100 Subject: Removing legacy support for live-initramfs. --- scripts/build/lb_binary_silo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/build/lb_binary_silo') diff --git a/scripts/build/lb_binary_silo b/scripts/build/lb_binary_silo index 653e0f405..104d864c5 100755 --- a/scripts/build/lb_binary_silo +++ b/scripts/build/lb_binary_silo @@ -113,7 +113,7 @@ case "${LB_INITRAMFS}" in DESTDIR_LIVE="binary/casper" ;; - live-initramfs|live-boot) + live-boot) INITFS="live" DESTDIR_LIVE="binary/live" ;; @@ -130,7 +130,7 @@ then LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} username=${LB_USERNAME}" ;; - live-initramfs|live-boot) + live-boot) if [ "${LB_USERNAME}" != "user" ] then LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} username=${LB_USERNAME}" @@ -146,7 +146,7 @@ then LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} hostname=${LB_HOSTNAME}" ;; - live-initramfs|live-boot) + live-boot) if [ "${LB_HOSTNAME}" != "debian" ] then LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} hostname=${LB_HOSTNAME}" -- cgit v1.2.3