diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-11-22 01:56:47 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-11-22 01:56:47 +0000 |
commit | 3fbb4389df3ddeecd4fcd645591a3d90a47de373 (patch) | |
tree | 8f1547576b7dcbb2678e5aac7516d3e22e5169ec /make_boot_img | |
parent | c942786c119d41faaa03357ddeb5bea338867727 (diff) | |
download | drakx-3fbb4389df3ddeecd4fcd645591a3d90a47de373.tar drakx-3fbb4389df3ddeecd4fcd645591a3d90a47de373.tar.gz drakx-3fbb4389df3ddeecd4fcd645591a3d90a47de373.tar.bz2 drakx-3fbb4389df3ddeecd4fcd645591a3d90a47de373.tar.xz drakx-3fbb4389df3ddeecd4fcd645591a3d90a47de373.zip |
no_comment
Diffstat (limited to 'make_boot_img')
-rwxr-xr-x | make_boot_img | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make_boot_img b/make_boot_img index 560c4c688..8ec17c7f1 100755 --- a/make_boot_img +++ b/make_boot_img @@ -78,6 +78,7 @@ label linux "); _ "cp -f $instdir/installinit/ks.cfg $mnt 2>/dev/null" if $ks; _ "sync"; + _ "df $mnt"; } sub msg_boot_img { @@ -116,6 +117,7 @@ label rescue "); _ "cp -f $instdir/installinit/ks.cfg $mnt 2>/dev/null"; _ "sync"; + _ "df $mnt"; } |