diff options
| author | maximilian attems <maks@debian.org> | 2005-09-20 14:59:24 +0200 |
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2005-09-20 14:59:24 +0200 |
| commit | 2c2d674d922cc0dbc762e96948f741f319fa88fb (patch) | |
| tree | 032d1ccd54ec3f1400e0f9b91f453d6b61f8098a /mkinitramfs | |
| parent | b1745fbbd0ca53ce3e47e1a35a100dac9ecf002a (diff) | |
| download | initramfs-tools-2c2d674d922cc0dbc762e96948f741f319fa88fb.tar.gz initramfs-tools-2c2d674d922cc0dbc762e96948f741f319fa88fb.zip | |
fix bb path
Diffstat (limited to 'mkinitramfs')
| -rw-r--r-- | mkinitramfs | 4 |
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 |
