summaryrefslogtreecommitdiff
path: root/mkinitramfs
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2005-09-20 14:59:24 +0200
committermaximilian attems <maks@debian.org>2005-09-20 14:59:24 +0200
commit2c2d674d922cc0dbc762e96948f741f319fa88fb (patch)
tree032d1ccd54ec3f1400e0f9b91f453d6b61f8098a /mkinitramfs
parentb1745fbbd0ca53ce3e47e1a35a100dac9ecf002a (diff)
downloadinitramfs-tools-2c2d674d922cc0dbc762e96948f741f319fa88fb.tar.gz
initramfs-tools-2c2d674d922cc0dbc762e96948f741f319fa88fb.zip
fix bb path
Diffstat (limited to 'mkinitramfs')
-rw-r--r--mkinitramfs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkinitramfs b/mkinitramfs
index 8257b7f..b8a591a 100644
--- a/mkinitramfs
+++ b/mkinitramfs
@@ -134,9 +134,9 @@ copy_exec /sbin/udevstart /sbin
# Busybox
rm ${DESTDIR}/bin/sh
-ln -s /usr/lib/initramfs-tools/bin/busybox ${DESTDIR}/bin/sh
+ln -s /bin/busybox ${DESTDIR}/bin/sh
# This is ugly, but needed atm to make the builtins work =(
-ln -s /usr/lib/initramfs-tools/bin/busybox ${DESTDIR}/bin/busybox
+ln -s /bin/busybox ${DESTDIR}/bin/busybox
# Modutils
copy_exec /sbin/modprobe /sbin