Skip to content
Snippets Groups Projects
Commit 483c2ebb authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'fix_initfs_rebuild' into 'master'

Fix rebuilding the initfs recipe using r.initfs as opposed to cr.initfs

See merge request !460
parents 6e627f4d a7bd20fe
No related branches found
No related tags found
1 merge request!460Fix rebuilding the initfs recipe using r.initfs as opposed to cr.initfs
......@@ -12,6 +12,7 @@ dependencies = [
script = """
INITFS_RM_BINS='redoxfs-ar redoxfs-mkfs'
rm -r "${COOKBOOK_BUILD}/initfs"
mkdir -p "${COOKBOOK_BUILD}/initfs/etc"
cp -r "${COOKBOOK_SYSROOT}/"* "${COOKBOOK_BUILD}/initfs"
......
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