mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-04 14:41:42 +00:00
live-build/auto/build: Fix syntax error.
This commit is contained in:
parent
0a07ba64e3
commit
0eaec780a0
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.152) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* live-build/auto/build: Fix syntax error.
|
||||||
|
|
||||||
|
-- Colin Watson <cjwatson@ubuntu.com> Fri, 28 Jun 2013 17:13:29 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.151) saucy; urgency=low
|
livecd-rootfs (2.151) saucy; urgency=low
|
||||||
|
|
||||||
* use ubuntu-touch-generic-initrd for touch images instead of rolling an
|
* use ubuntu-touch-generic-initrd for touch images instead of rolling an
|
||||||
|
@ -440,7 +440,7 @@ if [ "$PROJECT" = "ubuntu-touch" ] && [ "$ARCH" = "armhf" ]; then
|
|||||||
initrdimg="/usr/lib/ubuntu-touch-generic-initrd/initrd.img-touch"
|
initrdimg="/usr/lib/ubuntu-touch-generic-initrd/initrd.img-touch"
|
||||||
|
|
||||||
Chroot chroot "abootimg --create "$PREFIX.bootimg-${subarch}" -f ${bootimgcfg} -r ${initrdimg} -k /boot/vmlinuz-${kver}"
|
Chroot chroot "abootimg --create "$PREFIX.bootimg-${subarch}" -f ${bootimgcfg} -r ${initrdimg} -k /boot/vmlinuz-${kver}"
|
||||||
done`
|
done
|
||||||
|
|
||||||
lb chroot_devpts remove "$@"
|
lb chroot_devpts remove "$@"
|
||||||
lb chroot_sysfs remove "$@"
|
lb chroot_sysfs remove "$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user