summaryrefslogtreecommitdiff
path: root/scripts/build/lb_binary_rootfs
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-01-02 10:32:58 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:20:40 +0100
commit1d2dd20dd6a74df571959d4cea2d53aaee16302f (patch)
treede637b63d9825d4b4346d19c41584d558bee2941 /scripts/build/lb_binary_rootfs
parent69513e92791328e23ee856c00d439ae590678b91 (diff)
downloadvyos-live-build-1d2dd20dd6a74df571959d4cea2d53aaee16302f.tar.gz
vyos-live-build-1d2dd20dd6a74df571959d4cea2d53aaee16302f.zip
Removing legacy support for live-initramfs.
Diffstat (limited to 'scripts/build/lb_binary_rootfs')
-rwxr-xr-xscripts/build/lb_binary_rootfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_binary_rootfs b/scripts/build/lb_binary_rootfs
index b2dabe4ce..22aa430d1 100755
--- a/scripts/build/lb_binary_rootfs
+++ b/scripts/build/lb_binary_rootfs
@@ -53,7 +53,7 @@ case "${LB_INITRAMFS}" in
INITFS="casper"
;;
- live-initramfs|live-boot)
+ live-boot)
INITFS="live"
;;
esac