summaryrefslogtreecommitdiffstats
path: root/perl-install/do_resize_fat
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-01-27 14:03:35 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-01-27 14:03:35 +0000
commitede63b3b0df1883f368711a6ca6746455d2a4076 (patch)
treed92b70d43c6a124e7f108a03f7de527ef0b83e0a /perl-install/do_resize_fat
parent28ef5814f5973e134faec194e952bbbe297a732b (diff)
downloaddrakx-ede63b3b0df1883f368711a6ca6746455d2a4076.tar
drakx-ede63b3b0df1883f368711a6ca6746455d2a4076.tar.gz
drakx-ede63b3b0df1883f368711a6ca6746455d2a4076.tar.bz2
drakx-ede63b3b0df1883f368711a6ca6746455d2a4076.tar.xz
drakx-ede63b3b0df1883f368711a6ca6746455d2a4076.zip
no_comment
Diffstat (limited to 'perl-install/do_resize_fat')
-rwxr-xr-xperl-install/do_resize_fat2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/do_resize_fat b/perl-install/do_resize_fat
index 0668ecb19..239446841 100755
--- a/perl-install/do_resize_fat
+++ b/perl-install/do_resize_fat
@@ -9,7 +9,7 @@ use resize_fat::main;
local *log::l = sub { print join(' ', @_), "\n" };
-@ARGV = qw(/tmp/eee +0);
+@ARGV = qw(/tmp/dd +0);
@ARGV == 2 or die "usage: fatresize <device> <size>\n <size> = 100 means `resize to 100Mb'\n <size> = +10 means `keep 10Mb of free space'\n";