mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-20 22:51:31 +00:00
add --resolve-deps to debootstrap, try including desktop on hppa.
This commit is contained in:
parent
c137ae55e8
commit
f725271c14
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -8,12 +8,13 @@ livecd-rootfs (0.24) hoary-cat-UNRELEASED; urgency=low
|
|||||||
* Print package version during script run.
|
* Print package version during script run.
|
||||||
* some HPPA fixes, allow architectures to have more than just main.
|
* some HPPA fixes, allow architectures to have more than just main.
|
||||||
* add debian/compat
|
* add debian/compat
|
||||||
|
* Add --resolve-deps to debootstrap command.
|
||||||
|
|
||||||
[ Adam Conrad ]
|
[ Adam Conrad ]
|
||||||
* Incorporate 'tocd' target, including hideous hack to get the
|
* Incorporate 'tocd' target, including hideous hack to get the
|
||||||
germinate output from Colin's lists at people.ubuntu.com
|
germinate output from Colin's lists at people.ubuntu.com
|
||||||
|
|
||||||
-- Adam Conrad <adconrad@0c3.net> Fri, 30 Sep 2005 23:25:02 +1000
|
-- LaMont Jones <lamont@ubuntu.com> Sun, 2 Oct 2005 17:03:44 -0600
|
||||||
|
|
||||||
livecd-rootfs (0.23) hoary-cat; urgency=low
|
livecd-rootfs (0.23) hoary-cat; urgency=low
|
||||||
|
|
||||||
|
@ -163,7 +163,7 @@ Flags: seen
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
dpkg -l livecd-rootfs # get our version # in the log.
|
dpkg -l livecd-rootfs # get our version # in the log.
|
||||||
debootstrap --components=$(echo $COMP | sed 's/ /,/g') $STE $ROOT $MIRROR
|
debootstrap --resolve-deps --components=$(echo $COMP | sed 's/ /,/g') $STE $ROOT $MIRROR
|
||||||
|
|
||||||
# Just make a few things go away, which lets us skip a few other things.
|
# Just make a few things go away, which lets us skip a few other things.
|
||||||
DIVERTS="usr/sbin/mkinitrd usr/sbin/invoke-rc.d"
|
DIVERTS="usr/sbin/mkinitrd usr/sbin/invoke-rc.d"
|
||||||
@ -206,13 +206,11 @@ link_in_boot = no
|
|||||||
case $ARCH in
|
case $ARCH in
|
||||||
amd64) LIST="$LIST linux-amd64-generic";;
|
amd64) LIST="$LIST linux-amd64-generic";;
|
||||||
i386) LIST="$LIST linux-386";;
|
i386) LIST="$LIST linux-386";;
|
||||||
ia64) LIST="$LIST linux-itanium-smp linux-mckinley-smp";;
|
|
||||||
powerpc) LIST="$LIST linux-powerpc linux-power3 linux-power4";;
|
powerpc) LIST="$LIST linux-powerpc linux-power3 linux-power4";;
|
||||||
|
|
||||||
# and the bastard stepchildren
|
# and the bastard stepchildren
|
||||||
|
ia64) LIST="$LIST linux-itanium-smp linux-mckinley-smp";;
|
||||||
hppa) LIST="$LIST linux-hppa32-smp linux-hppa64-smp"
|
hppa) LIST="$LIST linux-hppa32-smp linux-hppa64-smp"
|
||||||
EXCLUDE="$EXCLUDE ubuntu-desktop kubuntu-desktop" # can't handle it yet.
|
|
||||||
EXCLUDE="$EXCLUDE ubuntu-live kubuntu-live" # can't handle it yet.
|
|
||||||
;;
|
;;
|
||||||
sparc*) LIST="$LIST linux-sparc64";;
|
sparc*) LIST="$LIST linux-sparc64";;
|
||||||
*) echo "Unknown architecture: no kernel."; exit 1;;
|
*) echo "Unknown architecture: no kernel."; exit 1;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user