Only update packages in toml
This commit is contained in:
parent
40b8c921a6
commit
4af0d2bd84
3
Makefile
3
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
|
||||
|
|
Loading…
Reference in a new issue