summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images.alpha
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-07-04 18:07:03 +0000
committerMatt Wilson <msw@redhat.com>2000-07-04 18:07:03 +0000
commitf8a7a89bd4ecaf84151cf32897fe8f9a84a8b863 (patch)
tree8006e8dfb56615a4ee04f3cdd3cd4923d7beec48 /scripts/mk-images.alpha
parent724c3da64d6dc0d943712632cd5b055c4a89321e (diff)
downloadanaconda-f8a7a89bd4ecaf84151cf32897fe8f9a84a8b863.tar.gz
anaconda-f8a7a89bd4ecaf84151cf32897fe8f9a84a8b863.tar.xz
anaconda-f8a7a89bd4ecaf84151cf32897fe8f9a84a8b863.zip
auto abootism
Diffstat (limited to 'scripts/mk-images.alpha')
-rw-r--r--scripts/mk-images.alpha3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/mk-images.alpha b/scripts/mk-images.alpha
index 18c20ae14..31ebf5c54 100644
--- a/scripts/mk-images.alpha
+++ b/scripts/mk-images.alpha
@@ -9,6 +9,9 @@ prepareBootImage() {
NETMODULES="3c59x de4x5 depca eepro100 ibmtr old_tulip tulip ne"
+mkdir -p $TOPDESTPATH/boot
+cp $BOOTDISKDIR/bootlx $TOPDESTPATH/boot
+
makeinitrd --initrdto $TOPDESTPATH/images/ramdisk.img \
--initrdsize 3000 \
--padsize 1440 \