Import patches-unapplied version 2.26 to ubuntu/oneiric

Imported using git-ubuntu import.

Changelog parent: 4236d780d0

New changelog entries:
  * make sure flash-kernel is not executed during build, this setting wasn't
    transitioned from livecd.sh yet
impish
Oliver Grawert 14 years ago committed by usd-importer
parent 4236d780d0
commit b73e09ae50

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.26) oneiric; 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:55:54 +0200
livecd-rootfs (2.25) oneiric; urgency=low
* include the md5 sum of the rootfs tarball in the initrd, so the installer

@ -185,6 +185,7 @@ esac
case $ARCH in
armel)
KERNEL_FLAVOURS="${SUBARCH:-$KERNEL_FLAVOURS}"
FLASH_KERNEL_SKIP=1
case $SUBARCH in
dove)
BINARY_REMOVE_LINUX=false

Loading…
Cancel
Save