diff options
author | Francois Pons <fpons@mandriva.com> | 2000-10-03 15:13:44 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-10-03 15:13:44 +0000 |
commit | a3912a424feb65f9379fa85e387a8dc6a0467bee (patch) | |
tree | 2919ec04d704dc4bce29097458e0d04cafaa4631 /Makefile | |
parent | 194f2245a3621c84d46ffedc146b1e51c8d8191c (diff) | |
download | drakx-a3912a424feb65f9379fa85e387a8dc6a0467bee.tar drakx-a3912a424feb65f9379fa85e387a8dc6a0467bee.tar.gz drakx-a3912a424feb65f9379fa85e387a8dc6a0467bee.tar.bz2 drakx-a3912a424feb65f9379fa85e387a8dc6a0467bee.tar.xz drakx-a3912a424feb65f9379fa85e387a8dc6a0467bee.zip |
*** empty log message ***
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ install: build autoboot rescue ifeq (alpha,$(ARCH)) cp -f $(BOOT_RDZ) $(ROOTDEST)/boot cp -f vmlinux.gz $(ROOTDEST)/boot/instboot.gz + install -m 0755 live_update $(ROOTDEST)/live_update # sudo install -d /mnt/loop # for i in $(ROOTDEST)/images/disks/*; do \ # sudo mount $$i /mnt/loop -o loop ;\ |