mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 19:55:52 +02:00
Initrd: fix some file not found errors at buildlog.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user