mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-08 09:51:10 +00:00
make sure flash-kernel is not executed during build, this setting was not transitioned from livecd.sh yet
This commit is contained in:
parent
d752d669f4
commit
9a79132a0d
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.26) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* make sure flash-kernel is not executed during build, this setting wasn't
|
||||||
|
transitioned from livecd.sh yet
|
||||||
|
|
||||||
|
-- Oliver Grawert <ogra@ubuntu.com> Thu, 18 Aug 2011 11:51:54 +0200
|
||||||
|
|
||||||
livecd-rootfs (2.25) oneiric; urgency=low
|
livecd-rootfs (2.25) oneiric; urgency=low
|
||||||
|
|
||||||
* include the md5 sum of the rootfs tarball in the initrd, so the installer
|
* include the md5 sum of the rootfs tarball in the initrd, so the installer
|
||||||
|
@ -185,6 +185,7 @@ esac
|
|||||||
case $ARCH in
|
case $ARCH in
|
||||||
armel)
|
armel)
|
||||||
KERNEL_FLAVOURS="${SUBARCH:-$KERNEL_FLAVOURS}"
|
KERNEL_FLAVOURS="${SUBARCH:-$KERNEL_FLAVOURS}"
|
||||||
|
FLASH_KERNEL_SKIP=1
|
||||||
case $SUBARCH in
|
case $SUBARCH in
|
||||||
dove)
|
dove)
|
||||||
BINARY_REMOVE_LINUX=false
|
BINARY_REMOVE_LINUX=false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user