From dd667dd58707ff7498a6d83ae89f752875fbe56e Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 13 Aug 2010 07:09:01 +0200 Subject: [PATCH] Initrd: fix some file not found errors at buildlog. --- lfs/initrd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/initrd b/lfs/initrd index eba2670476..cf2dc3f475 100644 --- a/lfs/initrd +++ b/lfs/initrd @@ -55,7 +55,7 @@ $(TARGET) : cd /install/initrd && lzma -d -c /boot/ipfirerd-$(KVER).img | cpio -i # Copy Files packages for installer - find $(DIR_SRC)/config/rootfiles/installer/* -maxdepth 1 | xargs cat > /tmp/ROOTFILES + find $(DIR_SRC)/config/rootfiles/installer/* -maxdepth 1 | xargs cat | grep -v "^#" > /tmp/ROOTFILES -cd / && cpio -d -p /install/initrd < /tmp/ROOTFILES cd /install/initrd/etc && rm -f fstab -- 2.39.2