initramfs-tools: do not create busybox modprobe applet in the ramdisk.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user