Fixed FDD install
authorJohn Hodge (sonata) <[email protected]>
Sun, 20 Jan 2013 10:43:07 +0000 (18:43 +0800)
committerJohn Hodge (sonata) <[email protected]>
Sun, 20 Jan 2013 10:43:07 +0000 (18:43 +0800)
KernelLand/Modules/Filesystems/InitRD/Makefile
Usermode/Filesystem/Makefile

index 5aa0e65..5758f99 100644 (file)
@@ -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 $@ [email protected] [email protected]
 
+# Override default install method, because the floppy is small :)
+install:
+       true
+
 -include files.$(ARCH).c.dep
index 7eb0694..a49d887 100644 (file)
@@ -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))

UCC git Repository :: git.ucc.asn.au