mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-24 07:06:42 +00:00
install symlinks directly into initrd
This commit is contained in:
parent
ab0476ad2f
commit
8f63763e53
@ -11,7 +11,7 @@ busybox_config := busybox.config
|
|||||||
busybox_output := busybox
|
busybox_output := busybox
|
||||||
busybox_target := \
|
busybox_target := \
|
||||||
CC="$(heads_cc)" \
|
CC="$(heads_cc)" \
|
||||||
CONFIG_PREFIX="$(INSTALL)" \
|
CONFIG_PREFIX="../../initrd/" \
|
||||||
$(MAKE_JOBS) \
|
$(MAKE_JOBS) \
|
||||||
install
|
install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user