diff options
author | Matt Wilson <msw@redhat.com> | 2000-06-17 21:40:42 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-06-17 21:40:42 +0000 |
commit | 56fac9e06be029195bd70bdacdad5b3bc738580b (patch) | |
tree | ac1aa4cad0c6b866a4e0c72ec1edba4badf3a0e1 /scripts/upd-instroot | |
parent | a5e102dd563cce468200371220b4f2f643967594 (diff) | |
download | anaconda-56fac9e06be029195bd70bdacdad5b3bc738580b.tar.gz anaconda-56fac9e06be029195bd70bdacdad5b3bc738580b.tar.xz anaconda-56fac9e06be029195bd70bdacdad5b3bc738580b.zip |
save the mkfs.msdos too
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 eedf37318..a8b63b30b 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -136,6 +136,7 @@ sbin/mkdosfs sbin/ldconfig sbin/clock sbin/hwclock +sbin/mkfs.msdos sbin/mkfs.ext2 sbin/mke2fs sbin/mkswap |