mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-15 21:01:47 +00:00
Import patches-unapplied version 0.76 to ubuntu/jaunty
Imported using git-ubuntu import. Changelog parent: 8da53945dd30bc5afd6b8bbfb77d8ee5cdbcdfc1 New changelog entries: * Allow kernel-less builds for armel for now (see https://wiki.ubuntu.com/Specs/ARMImageSelection).
This commit is contained in:
parent
8da53945dd
commit
f9f0faaacc
7
debian/changelog
vendored
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
|
livecd-rootfs (0.75) jaunty; urgency=low
|
||||||
|
|
||||||
[ Steve Langasek ]
|
[ Steve Langasek ]
|
||||||
|
@ -323,6 +323,7 @@ link_in_boot = $link_in_boot
|
|||||||
hppa) LIST="$LIST linux-hppa32 linux-hppa64";;
|
hppa) LIST="$LIST linux-hppa32 linux-hppa64";;
|
||||||
powerpc) LIST="$LIST linux-powerpc linux-powerpc64-smp";;
|
powerpc) LIST="$LIST linux-powerpc linux-powerpc64-smp";;
|
||||||
sparc*) LIST="$LIST linux-sparc64";;
|
sparc*) LIST="$LIST linux-sparc64";;
|
||||||
|
armel) ;; # no kernel for now
|
||||||
*) echo "Unknown architecture: no kernel."; exit 1;;
|
*) echo "Unknown architecture: no kernel."; exit 1;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user