3
0
mirror of https://git.launchpad.net/livecd-rootfs synced 2025-03-25 18:01:17 +00:00

fix typo in abootimg call

This commit is contained in:
Oliver Grawert 2011-08-18 18:04:31 +02:00
parent 9850e88432
commit b6b65b0ff0
2 changed files with 7 additions and 1 deletions
debian
live-build/auto

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (2.27) UNRELEASED; urgency=low
* fix typo in abootimg call
-- Oliver Grawert <ogra@ubuntu.com> Thu, 18 Aug 2011 18:03:44 +0200
livecd-rootfs (2.26) oneiric; urgency=low
* 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"
# 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
lb chroot_devpts remove "$@"