Skip to content
Snippets Groups Projects
Commit ad913304 authored by Natanael Copa's avatar Natanael Copa
Browse files

alpine.mk: copy keys from running system

parent c665f824
No related merge requests found
......@@ -133,6 +133,7 @@ $(INITFS_DIRSTAMP):
apk fetch $(APK_OPTS) --stdout $$i \
| tar -C $(INITFS_DIR) -zx || exit 1; \
done
@cp -r /etc/apk/keys $(INITFS_DIR)/etc/apk/ || true
@touch $@
#$(INITFS): $(shell mkinitfs -F "$(INITFS_FEATURES)" -l $(KERNEL))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment