summaryrefslogtreecommitdiffstats
path: root/make_boot_img
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-01-25 13:26:41 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-01-25 13:26:41 +0000
commit49bf705209543d419b229fe9a87e3065a1094d47 (patch)
tree1684fe48d5f3bcb85bc5b0f9b5360fb54101c707 /make_boot_img
parent02be543335bb5431b1834152b7d3acf8643e37d3 (diff)
downloaddrakx-49bf705209543d419b229fe9a87e3065a1094d47.tar
drakx-49bf705209543d419b229fe9a87e3065a1094d47.tar.gz
drakx-49bf705209543d419b229fe9a87e3065a1094d47.tar.bz2
drakx-49bf705209543d419b229fe9a87e3065a1094d47.tar.xz
drakx-49bf705209543d419b229fe9a87e3065a1094d47.zip
add comment
Diffstat (limited to 'make_boot_img')
-rwxr-xr-xmake_boot_img1
1 files changed, 1 insertions, 0 deletions
diff --git a/make_boot_img b/make_boot_img
index ec6c9fcdf..de1a4c341 100755
--- a/make_boot_img
+++ b/make_boot_img
@@ -273,6 +273,7 @@ sub boot_img_i386 {
eval { _ "cp -f $rdz $mnt/$short_type.rdz" };
if ($@) {
+ #- argh not enough room, try to suggest how to solve this
unlink "$mnt/$short_type.rdz";
my $avail = (split ' ', `df $mnt`)[-3];
my $s = int((-s $rdz) / 1024);