diff options
author | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2003-08-20 16:12:07 +0000 |
---|---|---|
committer | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2003-08-20 16:12:07 +0000 |
commit | f8279c76c0018f0dc3df4c9debc0bed1e6774649 (patch) | |
tree | 68e7a3fe5908730147b9788241d8b7c2957a61d9 /make_boot_img | |
parent | fa952752cc78b57266f537b0cc9a3652756b4851 (diff) | |
download | drakx-f8279c76c0018f0dc3df4c9debc0bed1e6774649.tar drakx-f8279c76c0018f0dc3df4c9debc0bed1e6774649.tar.gz drakx-f8279c76c0018f0dc3df4c9debc0bed1e6774649.tar.bz2 drakx-f8279c76c0018f0dc3df4c9debc0bed1e6774649.tar.xz drakx-f8279c76c0018f0dc3df4c9debc0bed1e6774649.zip |
- Strip modules on AMD64 with K. O. script
- Split network_gigabit_usb.img into network_{gigabit,usb}.img on AMD64
Diffstat (limited to 'make_boot_img')
-rwxr-xr-x | make_boot_img | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make_boot_img b/make_boot_img index 85d6db50b..0a4da0620 100755 --- a/make_boot_img +++ b/make_boot_img @@ -1,6 +1,6 @@ #!/usr/bin/perl -@ARGV >= 2 or die "usage: $0 <image> all|cdrom|hd|hdcdrom_usb|network|network_gigabit_usb|blank|pcmcia|live|tftp|tftprd\n"; +@ARGV >= 2 or die "usage: $0 <image> all|cdrom|hd|hdcdrom_usb|network|network_gigabit_usb|network_gigabit|network_usb|blank|pcmcia|live|tftp|tftprd\n"; use Config; use MDK::Common; @@ -41,6 +41,8 @@ $install = $ {{ tftprd => "stage1-full", pcmcia => "stage1-full", network => "stage1-network", + network_gigabit => "stage1-network", + network_usb => "stage1-network-usb", network_gigabit_usb => "stage1-network-usb", cdrom => "stage1-cdrom", hd => "stage1-disk", |