initramfs-tools: do not create busybox modprobe applet in the ramdisk.

This commit is contained in:
Juan RP 2011-02-14 21:55:50 +01:00
parent c280763dc6
commit bb65bdbef5
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@ echo "Starting up the initramfs, please wait..."
# Create required busybox symlinks
for f in $(/bin/busybox --list); do
[ "$f" = "modprobe" ] && continue
/bin/busybox ln -s /bin/busybox /bin/${f}
done

View file

@ -1,6 +1,6 @@
# Template file for 'initramfs-tools'
pkgname=initramfs-tools
_localver=0.99.8.0 # This is the XBPS version
_localver=0.99.8.1 # This is the XBPS version
_distver=0.98.8 # This should match debian version
version=${_localver}.${_distver}
build_style=custom-install