diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-05-03 15:49:57 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-05-03 15:50:03 +0200 |
commit | f93e83e351193a93c0a529798f7d01997c9d0909 (patch) | |
tree | 0c3e3f208ece70f489b7cada15629f9b392a611f /scripts/build/chroot_hacks | |
parent | d18cb12cc1904ce9c575b88bf2403ec70ce2c90e (diff) | |
download | vyos-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/chroot_hacks')
-rwxr-xr-x | scripts/build/chroot_hacks | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/build/chroot_hacks b/scripts/build/chroot_hacks index 5c4673282..888fdbe23 100755 --- a/scripts/build/chroot_hacks +++ b/scripts/build/chroot_hacks @@ -65,10 +65,6 @@ esac # Update initramfs (always, because of udev rules in initrd) case "${LB_INITRAMFS}" in - casper) - UPDATE_INITRAMFS_OPTIONS="CASPER_GENERATE_UUID=1" - ;; - live-boot) #UPDATE_INITRAMFS_OPTIONS="LIVE_GENERATE_UUID=1" ;; @@ -104,10 +100,6 @@ case "${LB_INITRAMFS_COMPRESSION}" in esac case "${LB_INITRAMFS}" in - casper) - ID="999" - ;; - live-boot) ID="1000" ;; |