From a65e0865c254f1e2531f4bd46151082153005b7c Mon Sep 17 00:00:00 2001 From: LaMont Jones Date: Tue, 13 Dec 2005 23:23:54 +0000 Subject: [PATCH] lamont: oh, care to replace linux-power3 and linux-power4 with just linux-powerpc64-smp in livecd.sh? --- livecd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/livecd.sh b/livecd.sh index 24630bb6..16eb4934 100755 --- a/livecd.sh +++ b/livecd.sh @@ -213,7 +213,7 @@ link_in_boot = no case $ARCH in amd64) LIST="$LIST linux-amd64-generic";; i386) LIST="$LIST linux-386";; - powerpc) LIST="$LIST linux-powerpc linux-power3 linux-power4";; + powerpc) LIST="$LIST linux-powerpc linux-powerpc64-smp";; # and the bastard stepchildren ia64) LIST="$LIST linux-itanium-smp linux-mckinley-smp";;