From 96523a38ffde244945986cdacb24ba88d1614a46 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 21 Jun 2001 17:41:27 +0000 Subject: use busybox for the shell of stage2 --- perl-install/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'perl-install/Makefile') diff --git a/perl-install/Makefile b/perl-install/Makefile index 5f52bfdee..83609ce44 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -120,6 +120,13 @@ endif perl -ane 'symlink "$$F[1]", "$(DEST)/usr/bin/$$F[0]"' share/aliases +ifeq (i386,$(ARCH)) + cp ../tools/i386/busybox $(DEST)/usr/bin + ln -sf busybox $(DEST)/usr/bin/sh +else + ln -sf ash $(DEST)/usr/bin/sh +endif + for i in fonts keyboards locales keymaps; do tar xfj `../tools/specific_arch share/$$i.tar.bz2` -C $(DEST); done grep ChangeLog CVS/Entries > $(DEST)/usr/share/VERSION -- cgit v1.2.1