From b37dd32db4c5e426ff4fa15bbd849aaea3d44691 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 Sep 2010 12:52:01 +0200 Subject: Adding support for standalone live-boot as initramfs generator. --- scripts/build/binary_silo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/build/binary_silo') diff --git a/scripts/build/binary_silo b/scripts/build/binary_silo index 293066bb9..b187c2c67 100755 --- a/scripts/build/binary_silo +++ b/scripts/build/binary_silo @@ -113,7 +113,7 @@ case "${LH_INITRAMFS}" in DESTDIR_LIVE="binary/casper" ;; - live-initramfs) + live-initramfs|live-boot) INITFS="live" DESTDIR_LIVE="binary/live" ;; @@ -138,7 +138,7 @@ then LH_BOOTAPPEND_LIVE="${LH_BOOTAPPEND_LIVE} username=${LH_USERNAME}" ;; - live-initramfs) + live-initramfs|live-boot) if [ "${LH_USERNAME}" != "user" ] then LH_BOOTAPPEND_LIVE="${LH_BOOTAPPEND_LIVE} username=${LH_USERNAME}" @@ -154,7 +154,7 @@ then LH_BOOTAPPEND_LIVE="${LH_BOOTAPPEND_LIVE} hostname=${LH_HOSTNAME}" ;; - live-initramfs) + live-initramfs|live-boot) if [ "${LH_HOSTNAME}" != "debian" ] then LH_BOOTAPPEND_LIVE="${LH_BOOTAPPEND_LIVE} hostname=${LH_HOSTNAME}" -- cgit v1.2.3