diff options
author | Matt Wilson <msw@redhat.com> | 2001-07-09 16:00:02 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-07-09 16:00:02 +0000 |
commit | 750b7e91c0d8cbb2350b3bdf866821e65b2dce3d (patch) | |
tree | f9e375c9fcd4cde36ba332344eafc6b9c079cf8e /scripts/upd-instroot | |
parent | 1dfb1cc757ebc798147170c359d25ec5fe3925d1 (diff) | |
download | anaconda-750b7e91c0d8cbb2350b3bdf866821e65b2dce3d.tar.gz anaconda-750b7e91c0d8cbb2350b3bdf866821e65b2dce3d.tar.xz anaconda-750b7e91c0d8cbb2350b3bdf866821e65b2dce3d.zip |
must get mkfs.vfat as well to actually get the mkdosfs extracted
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-x | scripts/upd-instroot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index d54646f09..a31ed9be4 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -199,6 +199,7 @@ sbin/mke2fs sbin/busybox.anaconda sbin/mkfs.ext2 sbin/mkfs.msdos +sbin/mkfs.vfat sbin/mkreiserfs sbin/mkraid sbin/mkswap |