summaryrefslogtreecommitdiff
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
parentb1745fbbd0ca53ce3e47e1a35a100dac9ecf002a (diff)
downloadinitramfs-tools-2c2d674d922cc0dbc762e96948f741f319fa88fb.tar.gz
initramfs-tools-2c2d674d922cc0dbc762e96948f741f319fa88fb.zip
fix bb path
-rw-r--r--debian/changelog3
-rw-r--r--mkinitramfs4
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index d497980..30d3c79 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,9 @@ initramfs-tools (0.27) unstable; urgency=low
* update-initramfs.8 New file install it.
+ * The debian busybox-cvs-static installs into /bin/busybox:
+ fix pathes vis-à-vis ubuntu version.
+
-- maximilian attems <maks@sternwelten.at> Tue, 20 Sep 2005 13:52:00 +0200
initramfs-tools (0.26) breezy; urgency=low
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