diff --git a/Makefile b/Makefile index 580e850..1ccb277 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,8 @@ pull: make update update: - cd cookbook && ./update.sh + cd cookbook; \ + ./update.sh "$$(cargo run --manifest-path ../installer/Cargo.toml -- --list-packages ../initfs.toml ../filesystem.toml)" cargo update --manifest-path cookbook/pkgutils/Cargo.toml cargo update --manifest-path installer/Cargo.toml cargo update --manifest-path kernel/Cargo.toml