Use bootloader package
This commit is contained in:
parent
a99e4904ec
commit
e2c362ea17
|
@ -7,6 +7,7 @@ prompt = false
|
|||
|
||||
# Package settings
|
||||
[packages]
|
||||
bootloader = {}
|
||||
bootstrap = {}
|
||||
acid = {}
|
||||
coreutils = {}
|
||||
|
|
|
@ -8,6 +8,7 @@ prompt = false
|
|||
# Package settings
|
||||
[packages]
|
||||
audiod = {}
|
||||
bootloader = {}
|
||||
bootstrap = {}
|
||||
ca-certificates = {}
|
||||
contain = {}
|
||||
|
|
|
@ -8,6 +8,7 @@ prompt = false
|
|||
# Package settings
|
||||
[packages]
|
||||
audiod = {}
|
||||
bootloader = {}
|
||||
bootstrap = {}
|
||||
ca-certificates = {}
|
||||
contain = {}
|
||||
|
|
|
@ -7,6 +7,7 @@ prompt = false
|
|||
|
||||
# Package settings
|
||||
[packages]
|
||||
bootloader = {}
|
||||
bootstrap = {}
|
||||
coreutils = {}
|
||||
dash = {}
|
||||
|
|
|
@ -7,6 +7,7 @@ prompt = false
|
|||
|
||||
# Package settings
|
||||
[packages]
|
||||
bootloader = {}
|
||||
bootstrap = {}
|
||||
ca-certificates = {}
|
||||
contain = {}
|
||||
|
|
|
@ -7,6 +7,7 @@ prompt = false
|
|||
|
||||
# Package settings
|
||||
[packages]
|
||||
bootloader = {}
|
||||
bootstrap = {}
|
||||
ca-certificates = {}
|
||||
contain = {}
|
||||
|
|
2
cookbook
2
cookbook
|
@ -1 +1 @@
|
|||
Subproject commit 3668ccc8ae7de773652f3a9348a9112ca5d89ea4
|
||||
Subproject commit 71202ef03ab5fc440c381d0a171c1d4e1097c4b2
|
|
@ -1,4 +1,4 @@
|
|||
build/filesystem.bin: prefix filesystem.toml build/bootloader.bin
|
||||
build/filesystem.bin: prefix filesystem.toml
|
||||
$(HOST_CARGO) build --manifest-path cookbook/Cargo.toml --release
|
||||
$(HOST_CARGO) build --manifest-path installer/Cargo.toml --release
|
||||
$(HOST_CARGO) build --manifest-path redoxfs/Cargo.toml --release
|
||||
|
@ -15,7 +15,6 @@ build/filesystem.bin: prefix filesystem.toml build/bootloader.bin
|
|||
pgrep redoxfs
|
||||
$(INSTALLER) -c filesystem.toml build/filesystem/
|
||||
cp -v filesystem.toml build/filesystem/filesystem.toml
|
||||
cp -v build/bootloader.bin build/filesystem/bootloader
|
||||
mkdir -pv build/filesystem/pkg
|
||||
cp -v cookbook/build/id_ed25519.pub.toml build/filesystem/pkg/id_ed25519.pub.toml
|
||||
sync
|
||||
|
|
Loading…
Reference in a new issue