diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-04 12:52:01 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-09-04 12:52:01 +0200 |
commit | 09c9c6b8a1abce5c0c4400b2933ca2f6cde0ae2e (patch) | |
tree | 101a64feed0d65f0148c96694403d50093bc2f6b /scripts/build/binary_rootfs | |
parent | 256a7cffea2d898bab52e71f1b0bbf9a7e77c2de (diff) | |
download | vyos-live-build-09c9c6b8a1abce5c0c4400b2933ca2f6cde0ae2e.tar.gz vyos-live-build-09c9c6b8a1abce5c0c4400b2933ca2f6cde0ae2e.zip |
Adding support for standalone live-boot as initramfs generator.
Diffstat (limited to 'scripts/build/binary_rootfs')
-rwxr-xr-x | scripts/build/binary_rootfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary_rootfs b/scripts/build/binary_rootfs index 7b44be550..65cec1869 100755 --- a/scripts/build/binary_rootfs +++ b/scripts/build/binary_rootfs @@ -53,7 +53,7 @@ case "${LH_INITRAMFS}" in INITFS="casper" ;; - live-initramfs) + live-initramfs|live-boot) INITFS="live" ;; esac |