diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-02-28 16:50:02 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-02-28 16:50:02 +0000 |
commit | 04bb93f094d89609a1a194ab1c7a73ac080dded7 (patch) | |
tree | 351a8e6967097e77b4afb776ba3929945bdeabf5 /rescue/make_rescue_img | |
parent | 95affa82b7417da217c4a15958cdd4fab0fdb50f (diff) | |
download | drakx-04bb93f094d89609a1a194ab1c7a73ac080dded7.tar drakx-04bb93f094d89609a1a194ab1c7a73ac080dded7.tar.gz drakx-04bb93f094d89609a1a194ab1c7a73ac080dded7.tar.bz2 drakx-04bb93f094d89609a1a194ab1c7a73ac080dded7.tar.xz drakx-04bb93f094d89609a1a194ab1c7a73ac080dded7.zip |
remove debug code
Diffstat (limited to 'rescue/make_rescue_img')
-rwxr-xr-x | rescue/make_rescue_img | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rescue/make_rescue_img b/rescue/make_rescue_img index 6cd4ecab7..170bbcbd6 100755 --- a/rescue/make_rescue_img +++ b/rescue/make_rescue_img @@ -116,4 +116,3 @@ _ "$sudo chown root.root -R $tmp/*"; exit 0 if $ARGV[0]; _ "mkisofs -quiet -D -R $tmp | create_compressed_fs - 65536 $rescue 200 2>/dev/null"; -#_ "$sudo rm -rf $tmp"; |