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_rootfs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scripts/build/binary_rootfs') diff --git a/scripts/build/binary_rootfs b/scripts/build/binary_rootfs index 6b3ee50e3..ba2f49a22 100755 --- a/scripts/build/binary_rootfs +++ b/scripts/build/binary_rootfs @@ -49,10 +49,6 @@ case "${LB_ARCHITECTURES}" in esac case "${LB_INITRAMFS}" in - casper) - INITFS="casper" - ;; - live-boot) INITFS="live" ;; -- cgit v1.2.3