Use bootloader package

This commit is contained in:
Jeremy Soller 2022-08-17 07:44:03 -06:00
parent a99e4904ec
commit e2c362ea17
8 changed files with 8 additions and 3 deletions

View file

@ -7,6 +7,7 @@ prompt = false
# Package settings # Package settings
[packages] [packages]
bootloader = {}
bootstrap = {} bootstrap = {}
acid = {} acid = {}
coreutils = {} coreutils = {}

View file

@ -8,6 +8,7 @@ prompt = false
# Package settings # Package settings
[packages] [packages]
audiod = {} audiod = {}
bootloader = {}
bootstrap = {} bootstrap = {}
ca-certificates = {} ca-certificates = {}
contain = {} contain = {}

View file

@ -8,6 +8,7 @@ prompt = false
# Package settings # Package settings
[packages] [packages]
audiod = {} audiod = {}
bootloader = {}
bootstrap = {} bootstrap = {}
ca-certificates = {} ca-certificates = {}
contain = {} contain = {}

View file

@ -7,6 +7,7 @@ prompt = false
# Package settings # Package settings
[packages] [packages]
bootloader = {}
bootstrap = {} bootstrap = {}
coreutils = {} coreutils = {}
dash = {} dash = {}

View file

@ -7,6 +7,7 @@ prompt = false
# Package settings # Package settings
[packages] [packages]
bootloader = {}
bootstrap = {} bootstrap = {}
ca-certificates = {} ca-certificates = {}
contain = {} contain = {}

View file

@ -7,6 +7,7 @@ prompt = false
# Package settings # Package settings
[packages] [packages]
bootloader = {}
bootstrap = {} bootstrap = {}
ca-certificates = {} ca-certificates = {}
contain = {} contain = {}

@ -1 +1 @@
Subproject commit 3668ccc8ae7de773652f3a9348a9112ca5d89ea4 Subproject commit 71202ef03ab5fc440c381d0a171c1d4e1097c4b2

View file

@ -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