diff options
author | Daniel Baumann <daniel@debian.org> | 2011-01-02 10:32:58 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:40 +0100 |
commit | 1d2dd20dd6a74df571959d4cea2d53aaee16302f (patch) | |
tree | de637b63d9825d4b4346d19c41584d558bee2941 /scripts/build/lb_chroot_hacks | |
parent | 69513e92791328e23ee856c00d439ae590678b91 (diff) | |
download | vyos-live-build-1d2dd20dd6a74df571959d4cea2d53aaee16302f.tar.gz vyos-live-build-1d2dd20dd6a74df571959d4cea2d53aaee16302f.zip |
Removing legacy support for live-initramfs.
Diffstat (limited to 'scripts/build/lb_chroot_hacks')
-rwxr-xr-x | scripts/build/lb_chroot_hacks | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/lb_chroot_hacks b/scripts/build/lb_chroot_hacks index d5a7d7fbc..47524dbdc 100755 --- a/scripts/build/lb_chroot_hacks +++ b/scripts/build/lb_chroot_hacks @@ -163,7 +163,7 @@ case "${LB_INITRAMFS}" in UPDATE_INITRAMFS_OPTIONS="CASPER_GENERATE_UUID=1" ;; - live-initramfs|live-boot) + live-boot) #UPDATE_INITRAMFS_OPTIONS="LIVE_GENERATE_UUID=1" ;; esac @@ -198,7 +198,7 @@ case "${LB_INITRAMFS}" in ID="999" ;; - live-initramfs|live-boot) + live-boot) ID="1000" ;; esac |