diff options
Diffstat (limited to 'rescue/make_rescue_img')
-rwxr-xr-x | rescue/make_rescue_img | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rescue/make_rescue_img b/rescue/make_rescue_img index a58cb0b79..cf8c2f7e9 100755 --- a/rescue/make_rescue_img +++ b/rescue/make_rescue_img @@ -54,10 +54,6 @@ if (my ($LANGUAGE) = map { if_(/LANGUAGE_(.*)/, $1) } keys %ENV) { } "$tmp/etc/rc.sysinit"; } -if ($ENV{PARTIMAGE_RPM}) { - #_ "rpm2cpio $ENV{PARTIMAGE_RPM} | (cd $tmp ; cpio -idu ./usr/sbin/partimage)"; -} - exit 0 if $ARGV[0]; _ "mksquashfs $tmp $rescue -all-root -noappend >/dev/null"; |