From 1ed65408fce37dc2832aa4aa2f12cb93c99766f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Mon, 2 Apr 2007 14:21:48 +0000 Subject: [PATCH] build: ajout de la copie du secteur de boot lors de INSTALL --- makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/makefile b/makefile index 34a9474..ed4250e 100644 --- a/makefile +++ b/makefile @@ -16,10 +16,14 @@ allbackup: backup (echo Inserez une disquette; sleep ; cp ../backup.tar.bz2 /dev/fd0) copy: + (cp boot/loader.sys /cygdrive/a) (cp system/system.sys /cygdrive/a) + (dd if=boot/boot12.bin of=/cygdrive/a bs=512 count=1) copy2: + (cp boot/loader.sys /cygdrive/b) (cp system/system.sys /cygdrive/b) + (dd if=boot/boot12.bin of=/cygdrive/b bs=512 count=1) test: clean all copy2