mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 10:51:11 +00:00
Update changelog
This commit is contained in:
parent
4a168af954
commit
578fa5a92d
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.483) UNRELEASED; urgency=medium
|
||||
|
||||
* Skip setting up initrd for s390x when it is not generated for the image.
|
||||
This fixes building minimized s390x images.
|
||||
|
||||
-- Balint Reczey <rbalint@ubuntu.com> Tue, 14 Nov 2017 18:51:14 +0100
|
||||
|
||||
livecd-rootfs (2.482) bionic; urgency=medium
|
||||
|
||||
* Remove boot/grub leftovers from our root squashfs, left behind after
|
||||
|
@ -155,9 +155,9 @@ EOF
|
||||
ln -sf initrd.img-* initrd.img
|
||||
popd
|
||||
|
||||
ZIPL_EXTRA_PARAMS=--ramdisk=/boot/initrd.img
|
||||
|
||||
echo "ramdisk = /boot/initrd.img" >> mountpoint/etc/zipl.conf
|
||||
|
||||
ZIPL_EXTRA_PARAMS=--ramdisk=/boot/initrd.img
|
||||
fi
|
||||
|
||||
# Create bootmap file
|
||||
|
Loading…
x
Reference in New Issue
Block a user