mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-07-23 14:51:29 +00:00
Import patches-unapplied version 2.27 to ubuntu/oneiric
Imported using git-ubuntu import. Changelog parent: b73e09ae5088c7b1c9adfa97be2ddbc010ab2c97 New changelog entries: * fix typo in abootimg call
This commit is contained in:
parent
b73e09ae50
commit
48e24c3f25
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.27) oneiric; urgency=low
|
||||||
|
|
||||||
|
* fix typo in abootimg call
|
||||||
|
|
||||||
|
-- Oliver Grawert <ogra@ubuntu.com> Thu, 18 Aug 2011 18:04:44 +0200
|
||||||
|
|
||||||
livecd-rootfs (2.26) oneiric; urgency=low
|
livecd-rootfs (2.26) oneiric; urgency=low
|
||||||
|
|
||||||
* make sure flash-kernel is not executed during build, this setting wasn't
|
* make sure flash-kernel is not executed during build, this setting wasn't
|
||||||
|
@ -177,7 +177,7 @@ if [ "$SUBARCH" = "ac100" ]; then
|
|||||||
Chroot chroot "update-initramfs -k all -t -u -v"
|
Chroot chroot "update-initramfs -k all -t -u -v"
|
||||||
|
|
||||||
# create boot.img
|
# create boot.img
|
||||||
Chroot chroot "abootimg --create /boot/installer-${KVERS}.img -f /boot/bootimg.cfg -r /boot/initrd.img-${KVERS} -k /boot/vmlinu?-${KVERS}"
|
Chroot chroot "abootimg --create /boot/installer-${KVERS}.img -f /boot/bootimg.cfg -r /boot/initrd.img-${KVERS} -k /boot/vmlinuz-${KVERS}"
|
||||||
|
|
||||||
# clean up
|
# clean up
|
||||||
lb chroot_devpts remove "$@"
|
lb chroot_devpts remove "$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user