From 045cc5c6f4f93f5768f26fce48e0a198ba81837e Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 13 Jun 2008 13:17:04 +0000 Subject: drop support for special partimage rpm, changes are merged in the main package --- rescue/make_rescue_img | 4 ---- 1 file changed, 4 deletions(-) (limited to 'rescue/make_rescue_img') 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"; -- cgit v1.2.1