Bug#70639: boot-floppies: Add module autodetection based on modconf/libdetect (PATCH provided)
Package: boot-floppies
Version: N/A
Severity: wishlist
This small patch enables the boot-floppies to take advantage of
the modconf module autodetection feature (I submitted a patch for
the integration of modconf and libdetect against modconf,
bug #70588).
-----------8<------- cut here --------8<----------------------
diff -uNr boot-floppies.orig/driverdisks.sh boot-floppies/driverdisks.sh
--- boot-floppies.orig/driverdisks.sh Fri Jun 2 01:49:56 2000
+++ boot-floppies/driverdisks.sh Wed Aug 23 10:23:52 2000
@@ -55,7 +55,7 @@
exit=false
-PACKAGE_PATH=`make_paths modconf modutils whiptail`
+PACKAGE_PATH=`make_paths modconf modutils whiptail libdetect0`
if [ "$arch" = i386 -o "$revext" = pmac ]; then
PACKAGE_PATH="$PACKAGE_PATH `make_paths pcmcia-cs`"
@@ -99,7 +99,8 @@
sbin/update-modules \
etc/modutils \
usr/sbin/modconf \
- usr/share/modconf)
+ usr/share/modconf \
+ usr/share/detect)
# FIXME: doesn't deal with tar errors in last cmd
gzip -9f $E/modconf.tar
cp $E/modconf.tar.gz $tartmp/modconf.tgz
diff -uNr boot-floppies.orig/scripts/basedisks/PACKAGES_all boot-floppies/scripts/basedisks/PACKAGES_all
--- boot-floppies.orig/scripts/basedisks/PACKAGES_all Thu Jun 15 01:03:46 2000
+++ boot-floppies/scripts/basedisks/PACKAGES_all Wed Aug 23 10:26:30 2000
@@ -25,6 +25,7 @@
console-tools-libs
ldso
libdb2
+libdetect0
libgdbmg1
libncurses5
libnewt0
-----------8<------- cut here --------8<----------------------
-- System Information
Debian Release: 2.2
Kernel Version: Linux wiliam 2.2.14 #1 SMP Mon Jan 17 20:56:03 CET 2000 i686 unknown
Reply to: