Move initfs.mk to a regular cookbook recipe.

This commit is contained in:
4lDO2 2022-08-10 12:14:34 +02:00
parent 63605d1e80
commit ce83e7b46d
No known key found for this signature in database
GPG key ID: 996A1DBA676A00C0
7 changed files with 3 additions and 62 deletions

View file

@ -32,7 +32,6 @@ pull:
update:
cd cookbook && ./update.sh \
"$$(cargo run --manifest-path ../installer/Cargo.toml -- --list-packages -c ../initfs.toml)" \
"$$(cargo run --manifest-path ../installer/Cargo.toml -- --list-packages -c ../filesystem.toml)"
cargo update --manifest-path cookbook/pkgutils/Cargo.toml
cargo update --manifest-path installer/Cargo.toml
@ -42,7 +41,6 @@ update:
fetch:
cargo build --manifest-path cookbook/Cargo.toml --release
cd cookbook && ./fetch.sh \
"$$(cargo run --manifest-path ../installer/Cargo.toml -- --list-packages -c ../initfs.toml)" \
"$$(cargo run --manifest-path ../installer/Cargo.toml -- --list-packages -c ../filesystem.toml)"
# Cross compiler recipes
@ -52,7 +50,6 @@ include mk/prefix.mk
include mk/bootloader.mk
# Filesystem recipes
include mk/initfs.mk
include mk/filesystem.mk
# Disk images