From b163743456723606e56202bc7353b36d81eb0e37 Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Fri, 23 Feb 2018 09:41:50 +1300 Subject: [PATCH] call recreate_initramfs with the argument it needs --- debian/changelog | 2 +- live-build/ubuntu-server/hooks/032-installer-squashfs.binary | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8190d822..8a7104dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. diff --git a/live-build/ubuntu-server/hooks/032-installer-squashfs.binary b/live-build/ubuntu-server/hooks/032-installer-squashfs.binary index 97572684..2b385a03 100755 --- a/live-build/ubuntu-server/hooks/032-installer-squashfs.binary +++ b/live-build/ubuntu-server/hooks/032-installer-squashfs.binary @@ -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