summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-01-04 22:23:09 +0000
committerJeremy Katz <katzj@redhat.com>2002-01-04 22:23:09 +0000
commite85073365e910904e48962814b94fb1600d43c93 (patch)
treec34057e2c75fc2bbc7d0ffe521d65db8250d99f9 /scripts
parent97890816f058271ad5119b893963214fdabdd51d (diff)
downloadanaconda-e85073365e910904e48962814b94fb1600d43c93.tar.gz
anaconda-e85073365e910904e48962814b94fb1600d43c93.tar.xz
anaconda-e85073365e910904e48962814b94fb1600d43c93.zip
add ext3 here
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mk-images.alpha2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images.alpha b/scripts/mk-images.alpha
index eff7457c6..de2b733c1 100644
--- a/scripts/mk-images.alpha
+++ b/scripts/mk-images.alpha
@@ -1,4 +1,4 @@
-SECSTAGE="raid0 raid1 raid5"
+SECSTAGE="raid0 raid1 raid5 ext3"
prepareBootImage() {
dd if=/dev/zero of=$MBD_TMPIMAGE bs=1k count=$BOOTDISKSIZE 2>/dev/null