diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-01-04 22:23:09 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-01-04 22:23:09 +0000 |
commit | e85073365e910904e48962814b94fb1600d43c93 (patch) | |
tree | c34057e2c75fc2bbc7d0ffe521d65db8250d99f9 /scripts | |
parent | 97890816f058271ad5119b893963214fdabdd51d (diff) | |
download | anaconda-e85073365e910904e48962814b94fb1600d43c93.tar.gz anaconda-e85073365e910904e48962814b94fb1600d43c93.tar.xz anaconda-e85073365e910904e48962814b94fb1600d43c93.zip |
add ext3 here
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mk-images.alpha | 2 |
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 |