mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-07 16:11:38 +00:00
Allow kernel-less builds for armel for now (see
https://wiki.ubuntu.com/Specs/ARMImageSelection).
This commit is contained in:
parent
994992a9d6
commit
d1b823a22e
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (0.76) UNRELEASED; 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:38:58 +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