aboutsummaryrefslogtreecommitdiffstats
path: root/uk/index.php
blob: 1d75bdfc35e588105fa519ccd171f2bcf30be492 (plain)
1
../en/index.php
topic/gdk-pixbuf-0-branch Mageia Installer and base platform for many utilitiesThierry Vignaud [tv]
summaryrefslogtreecommitdiffstats
path: root/rescue/Makefile
blob: 59de38f3d75e7f6a04d32271cad1c6a175d0e896 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ARCH := $(patsubst i%86,i386,$(shell uname -m))
ARCH := $(patsubst sparc%,sparc,$(ARCH))


ROOTDEST = /export

install: rescue_stage2.bz2
	cp -f $< $(ROOTDEST)/Mandrake/base

rescue_stage2.bz2: kernel_read_part list list.$(ARCH) drvinst guessmounts make_rescue_img
	./make_rescue_img

clean: 
	rm -f rescue_stage2.bz2 kernel_read_part