From b6b65b0ff0b5f5f7fd0e1f8c747fc35ef667474e Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Thu, 18 Aug 2011 18:04:31 +0200 Subject: [PATCH] fix typo in abootimg call --- debian/changelog | 6 ++++++ live-build/auto/build | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0226b219..b1cc1261 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.27) UNRELEASED; urgency=low + + * fix typo in abootimg call + + -- Oliver Grawert 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 diff --git a/live-build/auto/build b/live-build/auto/build index ad49d20d..016d2665 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -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 "$@"