From b1efb2876bac0e27aac5ff55200a4a7cc83042a0 Mon Sep 17 00:00:00 2001 From: Jeff Bailey Date: Thu, 9 Jun 2005 20:19:50 +0000 Subject: Remove accidental commit, don't replace /bin/sh with busybox. It's not a posix shell --- mkinitramfs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mkinitramfs b/mkinitramfs index 2134a2d..359ecd2 100644 --- a/mkinitramfs +++ b/mkinitramfs @@ -112,8 +112,7 @@ rm ${TMPDIR}/lib/*lsb* # Busybox if [ "x${BUSYBOX}" = "xy" ]; then - rm ${TMPDIR}/bin/sh - ln -s /bin/busybox ${TMPDIR}/bin/sh + ln -s /bin/busybox ${TMPDIR}/bin fi # Raid -- cgit v1.2.3