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