From 49bf705209543d419b229fe9a87e3065a1094d47 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 25 Jan 2005 13:26:41 +0000 Subject: add comment --- make_boot_img | 1 + 1 file changed, 1 insertion(+) (limited to 'make_boot_img') 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); -- cgit v1.2.1