diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-07-18 17:18:31 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-07-18 17:18:31 +0000 |
commit | 60642ca2e3ec60c9bc39ed820bd759e9a58d4d85 (patch) | |
tree | a262d4afaf8210dd3d1cf6fb4b8d187b253e4658 /make_boot_img | |
parent | 74e57fc68e455eb20d26ba781dc67588ea39d35c (diff) | |
download | drakx-60642ca2e3ec60c9bc39ed820bd759e9a58d4d85.tar drakx-60642ca2e3ec60c9bc39ed820bd759e9a58d4d85.tar.gz drakx-60642ca2e3ec60c9bc39ed820bd759e9a58d4d85.tar.bz2 drakx-60642ca2e3ec60c9bc39ed820bd759e9a58d4d85.tar.xz drakx-60642ca2e3ec60c9bc39ed820bd759e9a58d4d85.zip |
no_comment
Diffstat (limited to 'make_boot_img')
-rwxr-xr-x | make_boot_img | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make_boot_img b/make_boot_img index 1b0ed51b3..61013cc2b 100755 --- a/make_boot_img +++ b/make_boot_img @@ -1,6 +1,6 @@ #!/usr/bin/perl -@ARGV >= 2 or die "usage: $0 <image> cdrom|hd|network|blank|network_ks|pcmcia|live|tftp|tftprd\n"; +@ARGV >= 2 or die "usage: $0 <image> cdrom|hd|network|blank|pcmcia|live|tftp|tftprd\n"; use Config; Config->import; |