Import patches-unapplied version 0.76 to ubuntu/jaunty

Imported using git-ubuntu import.

Changelog parent: 8da53945dd

New changelog entries:
  * Allow kernel-less builds for armel for now (see
    https://wiki.ubuntu.com/Specs/ARMImageSelection).
impish
Colin Watson 16 years ago committed by usd-importer
parent 8da53945dd
commit f9f0faaacc

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (0.76) jaunty; urgency=low
* Allow kernel-less builds for armel for now (see
https://wiki.ubuntu.com/Specs/ARMImageSelection).
-- Colin Watson <cjwatson@ubuntu.com> Tue, 20 Jan 2009 23:39:56 +0000
livecd-rootfs (0.75) jaunty; urgency=low
[ Steve Langasek ]

@ -323,6 +323,7 @@ link_in_boot = $link_in_boot
hppa) LIST="$LIST linux-hppa32 linux-hppa64";;
powerpc) LIST="$LIST linux-powerpc linux-powerpc64-smp";;
sparc*) LIST="$LIST linux-sparc64";;
armel) ;; # no kernel for now
*) echo "Unknown architecture: no kernel."; exit 1;;
esac

Loading…
Cancel
Save