[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

PATCH please apply: debootstrap for hppa



On Sun, Jun 10, 2001 at 08:59:51PM +1000, Anthony Towns wrote:
> Not that you've sent me a patch...

Here's one.  I actually include libstdc++3.0 as well atm, but I expect that
requirement to go away soon.  I don't see any point in you adding that just
to remove it next week.  I added the two extra 'info' lines to give me
more feedback, as on serial consoles I can't Alt-F4 or whatever to see what
is happening.

diff -ur -x CVS x/debootstrap-0.1.11/woody debootstrap/woody
--- x/debootstrap-0.1.11/woody	Fri Jun  8 15:31:22 2001
+++ debootstrap/woody	Sun Jun 10 14:43:09 2001
@@ -38,15 +38,21 @@
 		base="$base delo pciutils setserial" # pcmcia-cs
 		;;
 	"hppa")
-		base="$base palo"
+		base="$base palo libstdc++3 gcc-3.0-base"
+		base="$(without_package "fdutils" "$base")"
+		required="$(without_package "libstdc++2.10-glibc2.2" "$required")"
 		;;
 	*)
 		# who knows?
 		;;
 esac
 
+info "Downloading packages"
+
 download $required $base
 
+info "Extracting required packages"
+
 extract $required
 
 mkdir -p $TARGET/var/lib/dpkg



Reply to: