mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 11:21:12 +00:00
call recreate_initramfs with the argument it needs
This commit is contained in:
parent
4b66f89e56
commit
b163743456
2
debian/changelog
vendored
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…
x
Reference in New Issue
Block a user