summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-08-15 00:21:46 +0000
committerOlivier Blin <oblin@mandriva.com>2007-08-15 00:21:46 +0000
commitcf0ad1e1cd14a2bd7fd177111c5acf324456f7cb (patch)
treed72ec0103b941040c3050cc46b7151c352d92846 /images
parent482366ef57f993ddb107489926a3a4b031b3378d (diff)
downloaddrakx-backup-do-not-use-cf0ad1e1cd14a2bd7fd177111c5acf324456f7cb.tar
drakx-backup-do-not-use-cf0ad1e1cd14a2bd7fd177111c5acf324456f7cb.tar.gz
drakx-backup-do-not-use-cf0ad1e1cd14a2bd7fd177111c5acf324456f7cb.tar.bz2
drakx-backup-do-not-use-cf0ad1e1cd14a2bd7fd177111c5acf324456f7cb.tar.xz
drakx-backup-do-not-use-cf0ad1e1cd14a2bd7fd177111c5acf324456f7cb.zip
add usbtable in stage1
Diffstat (limited to 'images')
-rwxr-xr-ximages/make_boot_img4
1 files changed, 3 insertions, 1 deletions
diff --git a/images/make_boot_img b/images/make_boot_img
index 2d061dc47..2ab543098 100755
--- a/images/make_boot_img
+++ b/images/make_boot_img
@@ -149,7 +149,9 @@ sub initrd {
symlink "/proc/mounts", "$tmp_initrd/etc/mtab";
symlink "../tmp", "$tmp_initrd/var/run";
_ "install -D /usr/share/terminfo/l/linux $tmp_initrd/usr/share/terminfo/l/linux";
- _ "install -D /usr/share/ldetect-lst/pcitable.gz $tmp_initrd/usr/share/ldetect-lst/pcitable.gz";
+ foreach ('pcitable', 'usbtable') {
+ _ "install -D /usr/share/ldetect-lst/$_.gz $tmp_initrd/usr/share/ldetect-lst/$_.gz";
+ }
_ "install -D /usr/share/pci.ids $tmp_initrd/usr/share/pci.ids";
_ "install $stage1_root/init $tmp_initrd/";