call recreate_initramfs with the argument it needs

ubuntu/cosmic
Michael Hudson-Doyle 7 years ago
parent 4b66f89e56
commit b163743456

2
debian/changelog vendored

@ -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.

@ -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

Loading…
Cancel
Save