mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-04 23:31:31 +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
|
livecd-rootfs (2.482) bionic; urgency=medium
|
||||||
|
|
||||||
* Remove boot/grub leftovers from our root squashfs, left behind after
|
* Remove boot/grub leftovers from our root squashfs, left behind after
|
||||||
|
@ -155,9 +155,9 @@ EOF
|
|||||||
ln -sf initrd.img-* initrd.img
|
ln -sf initrd.img-* initrd.img
|
||||||
popd
|
popd
|
||||||
|
|
||||||
ZIPL_EXTRA_PARAMS=--ramdisk=/boot/initrd.img
|
|
||||||
|
|
||||||
echo "ramdisk = /boot/initrd.img" >> mountpoint/etc/zipl.conf
|
echo "ramdisk = /boot/initrd.img" >> mountpoint/etc/zipl.conf
|
||||||
|
|
||||||
|
ZIPL_EXTRA_PARAMS=--ramdisk=/boot/initrd.img
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Create bootmap file
|
# Create bootmap file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user