From: John Hodge (sonata) Date: Sun, 20 Jan 2013 10:43:07 +0000 (+0800) Subject: Fixed FDD install X-Git-Tag: rel0.15~598^2~7 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=72e2b3795a0a1395a543e675e314e2eaab9facff;p=tpg%2Facess2.git Fixed FDD install --- diff --git a/KernelLand/Modules/Filesystems/InitRD/Makefile b/KernelLand/Modules/Filesystems/InitRD/Makefile index 5aa0e653..5758f991 100644 --- a/KernelLand/Modules/Filesystems/InitRD/Makefile +++ b/KernelLand/Modules/Filesystems/InitRD/Makefile @@ -13,4 +13,8 @@ LDFLAGS += @files.$(ARCH).c.ldopts files.$(ARCH).c: GenerateInitRD.php files.lst ARCH=$(ARCH) ACESSDIR=$(ACESSDIR) php GenerateInitRD.php files.lst $@ $@.ldopts $@.dep +# Override default install method, because the floppy is small :) +install: + true + -include files.$(ARCH).c.dep diff --git a/Usermode/Filesystem/Makefile b/Usermode/Filesystem/Makefile index 7eb06940..a49d887d 100644 --- a/Usermode/Filesystem/Makefile +++ b/Usermode/Filesystem/Makefile @@ -5,7 +5,7 @@ DIRS = Bin SBin Libs Modules Apps DIRS += Conf Conf/Auth -FILES = Conf/BootConf.cfg +FILES = Conf/inittab # Conf/Auth/Users Conf/Auth/Passwords Conf/Auth/Groups #DIRS := $(addprefix $(DISTROOT)/,$(DIRS))