diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-02-23 11:16:10 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-02-23 11:16:10 +0000 |
commit | c19d700d0608cba8d8d208238846b94505612c29 (patch) | |
tree | 8845c807e2b8a53a0927afb684a83f74c8bc167d /make_boot_img | |
parent | 65a3ecd62fa7a179bfa41ba1a05a34569ae4b621 (diff) | |
download | drakx-backup-do-not-use-c19d700d0608cba8d8d208238846b94505612c29.tar drakx-backup-do-not-use-c19d700d0608cba8d8d208238846b94505612c29.tar.gz drakx-backup-do-not-use-c19d700d0608cba8d8d208238846b94505612c29.tar.bz2 drakx-backup-do-not-use-c19d700d0608cba8d8d208238846b94505612c29.tar.xz drakx-backup-do-not-use-c19d700d0608cba8d8d208238846b94505612c29.zip |
no_comment
Diffstat (limited to 'make_boot_img')
-rwxr-xr-x | make_boot_img | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make_boot_img b/make_boot_img index 2ea53fc24..0891ff2cd 100755 --- a/make_boot_img +++ b/make_boot_img @@ -121,6 +121,7 @@ sub boot_img_alpha { mkdir "$mnt/etc", 0777; output("$mnt/etc/aboot.conf", "0:vmlinux.gz initrd=$type.rdz mdkinst rw ramdisk=32000 +1:vmlinux.gz initrd=$type.rdz mdkinst rw ramdisk=32000 text "); _ "sync"; _ "df $mnt"; |