diff options
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"; } |