Compare commits
2 Commits
afed6a7190
...
e779848fdd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e779848fdd | ||
|
|
ca0792a390 |
2
cookbook
2
cookbook
@ -1 +1 @@
|
|||||||
Subproject commit 21f9808186a0abdeae9b0cbd5a2a372bbfb75f87
|
Subproject commit 60df5daaebf45e9a0c2d800902d4bf9f2e4659cc
|
||||||
@ -1 +1 @@
|
|||||||
Subproject commit 84856f459dccbc86a6490904e571389de72bf4c4
|
Subproject commit 621a4dee2cd0478e7dd580b4b3f4dff3778f7e0d
|
||||||
@ -1,4 +1,4 @@
|
|||||||
build/filesystem.bin: filesystem.toml build/kernel prefix
|
build/filesystem.bin: filesystem.toml build/bootloader.bin build/kernel prefix
|
||||||
cargo build --manifest-path cookbook/Cargo.toml --release
|
cargo build --manifest-path cookbook/Cargo.toml --release
|
||||||
cargo build --manifest-path installer/Cargo.toml --release
|
cargo build --manifest-path installer/Cargo.toml --release
|
||||||
cargo build --manifest-path redoxfs/Cargo.toml --release
|
cargo build --manifest-path redoxfs/Cargo.toml --release
|
||||||
@ -11,6 +11,7 @@ build/filesystem.bin: filesystem.toml build/kernel prefix
|
|||||||
sleep 2
|
sleep 2
|
||||||
pgrep redoxfs
|
pgrep redoxfs
|
||||||
cp $< build/filesystem/filesystem.toml
|
cp $< build/filesystem/filesystem.toml
|
||||||
|
cp build/bootloader.bin build/filesystem/bootloader
|
||||||
cp build/kernel build/filesystem/kernel
|
cp build/kernel build/filesystem/kernel
|
||||||
cp -r $(ROOT)/$(PREFIX_INSTALL)/$(TARGET)/include build/filesystem/include
|
cp -r $(ROOT)/$(PREFIX_INSTALL)/$(TARGET)/include build/filesystem/include
|
||||||
cp -r $(ROOT)/$(PREFIX_INSTALL)/$(TARGET)/lib build/filesystem/lib
|
cp -r $(ROOT)/$(PREFIX_INSTALL)/$(TARGET)/lib build/filesystem/lib
|
||||||
|
|||||||
16
mk/initfs.mk
16
mk/initfs.mk
@ -1,4 +1,18 @@
|
|||||||
INITFS_RM_BINS=alxd e1000d ihdad ixgbed pcspkrd redoxfs-ar redoxfs-mkfs rtl8168d usbctl
|
INITFS_RM_BINS=\
|
||||||
|
alxd \
|
||||||
|
bgad \
|
||||||
|
e1000d \
|
||||||
|
ihdad \
|
||||||
|
ixgbed \
|
||||||
|
pcspkrd \
|
||||||
|
redoxfs-ar \
|
||||||
|
redoxfs-mkfs \
|
||||||
|
rtl8168d \
|
||||||
|
usbctl \
|
||||||
|
usbhidd \
|
||||||
|
usbscsid \
|
||||||
|
vboxd \
|
||||||
|
xhcid
|
||||||
|
|
||||||
build/initfs.tag: initfs.toml prefix
|
build/initfs.tag: initfs.toml prefix
|
||||||
cargo build --manifest-path cookbook/Cargo.toml --release
|
cargo build --manifest-path cookbook/Cargo.toml --release
|
||||||
|
|||||||
Reference in New Issue
Block a user