summaryrefslogtreecommitdiffstats
path: root/rescue/make_rescue_img
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-06-13 13:17:04 +0000
committerOlivier Blin <oblin@mandriva.com>2008-06-13 13:17:04 +0000
commit045cc5c6f4f93f5768f26fce48e0a198ba81837e (patch)
treec85c9ef604d2bcfc90cea27c8396a04e685c39f9 /rescue/make_rescue_img
parent385b63be3fa69d662759e5751a7817cca6b7e44d (diff)
downloaddrakx-045cc5c6f4f93f5768f26fce48e0a198ba81837e.tar
drakx-045cc5c6f4f93f5768f26fce48e0a198ba81837e.tar.gz
drakx-045cc5c6f4f93f5768f26fce48e0a198ba81837e.tar.bz2
drakx-045cc5c6f4f93f5768f26fce48e0a198ba81837e.tar.xz
drakx-045cc5c6f4f93f5768f26fce48e0a198ba81837e.zip
drop support for special partimage rpm, changes are merged in the main package
Diffstat (limited to 'rescue/make_rescue_img')
-rwxr-xr-xrescue/make_rescue_img4
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";