From f93e83e351193a93c0a529798f7d01997c9d0909 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 3 May 2015 15:49:57 +0200 Subject: Dropping automagics for casper. Future live-build versions will still allow to use casper, but its configuration will be done differently by hooks in the config tree, rather than embedded and maintenance intensive code in live-build itself. --- scripts/build/binary_grub | 8 -------- 1 file changed, 8 deletions(-) (limited to 'scripts/build/binary_grub') diff --git a/scripts/build/binary_grub b/scripts/build/binary_grub index 008ce8292..ed29417b5 100755 --- a/scripts/build/binary_grub +++ b/scripts/build/binary_grub @@ -132,10 +132,6 @@ else fi case "${LB_INITRAMFS}" in - casper) - INITFS="casper" - ;; - live-boot) INITFS="live" ;; @@ -149,10 +145,6 @@ esac case "${LIVE_IMAGE_TYPE}" in iso*|tar) case "${LB_INITRAMFS}" in - casper) - DESTDIR_LIVE="binary/casper" - ;; - live-boot) DESTDIR_LIVE="binary/live" ;; -- cgit v1.2.3