summaryrefslogtreecommitdiff
path: root/scripts/build/chroot_hacks
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/chroot_hacks')
-rwxr-xr-xscripts/build/chroot_hacks8
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"
;;