summaryrefslogtreecommitdiffstats
path: root/rescue/Makefile
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-01-26 19:15:32 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-01-26 19:15:32 +0000
commita6545c4f0492651acad6d4f77c3708855814f46f (patch)
treeb0041a15ea82319020b18e9ca0211615535dae8c /rescue/Makefile
parent548d6279ed6f8821801a8d2d3030a5335dfee8db (diff)
downloaddrakx-backup-do-not-use-a6545c4f0492651acad6d4f77c3708855814f46f.tar
drakx-backup-do-not-use-a6545c4f0492651acad6d4f77c3708855814f46f.tar.gz
drakx-backup-do-not-use-a6545c4f0492651acad6d4f77c3708855814f46f.tar.bz2
drakx-backup-do-not-use-a6545c4f0492651acad6d4f77c3708855814f46f.tar.xz
drakx-backup-do-not-use-a6545c4f0492651acad6d4f77c3708855814f46f.zip
second stage ramdisk (install & rescue) now must be bzipped, and not gzipped
Diffstat (limited to 'rescue/Makefile')
-rw-r--r--rescue/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/rescue/Makefile b/rescue/Makefile
index ed2d73018..826ad7da8 100644
--- a/rescue/Makefile
+++ b/rescue/Makefile
@@ -1,10 +1,10 @@
ROOTDEST = /export
-install: rescue_stage2.gz
+install: rescue_stage2.bz2
cp -f $< $(ROOTDEST)/Mandrake/base
-rescue_stage2.gz: kernel_read_part
+rescue_stage2.bz2: kernel_read_part
./make_rescue_img
clean:
- rm -f rescue_stage2.gz kernel_read_part
+ rm -f rescue_stage2.bz2 kernel_read_part