summaryrefslogtreecommitdiff
path: root/scripts/build/binary_rootfs
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-05-03 15:49:57 +0200
committerDaniel Baumann <mail@daniel-baumann.ch>2015-05-03 15:50:03 +0200
commitf93e83e351193a93c0a529798f7d01997c9d0909 (patch)
tree0c3e3f208ece70f489b7cada15629f9b392a611f /scripts/build/binary_rootfs
parentd18cb12cc1904ce9c575b88bf2403ec70ce2c90e (diff)
downloadvyos-live-build-f93e83e351193a93c0a529798f7d01997c9d0909.tar.gz
vyos-live-build-f93e83e351193a93c0a529798f7d01997c9d0909.zip
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.
Diffstat (limited to 'scripts/build/binary_rootfs')
-rwxr-xr-xscripts/build/binary_rootfs4
1 files changed, 0 insertions, 4 deletions
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"
;;