call recreate_initramfs with the argument it needs

This commit is contained in:
Michael Hudson-Doyle 2018-02-23 09:41:50 +13:00
parent 4b66f89e56
commit b163743456
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
livecd-rootfs (2.505~ppa2) bionic; urgency=medium
livecd-rootfs (2.505~ppa3) bionic; urgency=medium
* Move casper from filesystem.squashfs to installer.squashfs.

View File

@ -53,7 +53,7 @@ chroot $SQUASH_ROOT apt-get update
chroot $SQUASH_ROOT apt-get -y install user-setup curtin lupin-casper
# Installing casper means we need a new initramfs
UPDATE_INITRAMFS_OPTIONS=CASPER_GENERATE_UUID=1 recreate_initramfs
UPDATE_INITRAMFS_OPTIONS=CASPER_GENERATE_UUID=1 recreate_initramfs $SQUASH_ROOT
# Don't let cloud-init run in the live session.
touch $SQUASH_ROOT/etc/cloud/cloud-init.disabled