From 113677b55f77537f08491a92ee3ac4bdcc9f05f9 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 30 Apr 2009 11:20:47 +0000 Subject: install fstab. fix module dep tracing. make sure iso boots --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4e1d33f..02d6342 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ datarootdir ?= /usr/share datadir ?= $(datarootdir)/mkinitfs SBIN_FILES := mkinitfs bootchartd -SHARE_FILES := initramfs-init +SHARE_FILES := initramfs-init fstab CONF_FILES := mkinitfs.conf \ modules.d/ata \ modules.d/ide \ @@ -19,7 +19,7 @@ CONF_FILES := mkinitfs.conf \ files.d/bootchart \ files.d/base -SCRIPTS := $(SBIN_FILES) $(SHARE_FILES) +SCRIPTS := $(SBIN_FILES) initramfs-init IN_FILES := $(addsuffix .in,$(SCRIPTS)) GIT_REV := $(shell git describe || echo exported) -- cgit v1.2.3