diff options
author | Stew Benedict <stewb@mandriva.org> | 2005-07-27 05:14:35 +0000 |
---|---|---|
committer | Stew Benedict <stewb@mandriva.org> | 2005-07-27 05:14:35 +0000 |
commit | 37a68ba9b7688cd13fc1768f318aa2e70c909224 (patch) | |
tree | b557b1b508768ca69dcc0eb3dc7880f9c6b6a04a | |
parent | e6d2db3754c2e3ab047470fe06111c681528b734 (diff) | |
download | drakx-37a68ba9b7688cd13fc1768f318aa2e70c909224.tar drakx-37a68ba9b7688cd13fc1768f318aa2e70c909224.tar.gz drakx-37a68ba9b7688cd13fc1768f318aa2e70c909224.tar.bz2 drakx-37a68ba9b7688cd13fc1768f318aa2e70c909224.tar.xz drakx-37a68ba9b7688cd13fc1768f318aa2e70c909224.zip |
remove unused xromwell sub
-rwxr-xr-x | make_boot_img | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/make_boot_img b/make_boot_img index 12598908e..bf37fb62b 100755 --- a/make_boot_img +++ b/make_boot_img @@ -768,11 +768,6 @@ append root=/dev/ram3 ramdisk_size=36000 automatic=method:cdrom EOF } -sub xromwell { - _ "cp /usr/share/cromwell/xromwell_installer.xbe default.xbe"; - _ "cp /usr/share/cromwell/linuxboot.cfg ."; -} - sub boot_iso { my ($iso, $kernels) = @_; |