mirror of
https://github.com/linuxboot/heads.git
synced 2025-04-11 13:20:06 +00:00
put board configuration file into /etc/config
This commit is contained in:
parent
122bacab37
commit
fa8c3abe98
2
Makefile
2
Makefile
@ -341,7 +341,7 @@ initrd.cpio: $(initrd_bins) $(initrd_libs) dev.cpio FORCE
|
||||
$(call do,OVERLAY,initrd,\
|
||||
tar -C ./initrd -cf - . | tar -C "$(initrd_dir)" -xf - \
|
||||
)
|
||||
$(call do,INSTALL,$(CONFIG),cp "$(CONFIG)" "$(initrd_dir)/config")
|
||||
$(call do,INSTALL,$(CONFIG),cp "$(CONFIG)" "$(initrd_dir)/etc/config")
|
||||
$(call do,CPIO,$@, \
|
||||
cd "$(initrd_dir)"; \
|
||||
find . \
|
||||
|
Loading…
x
Reference in New Issue
Block a user