Compare commits
No commits in common. "e779848fddc4d5e77b26cd6cb0b7a23f705a5213" and "afed6a71900a9d2aa21d56246de73fc05b35fba0" have entirely different histories.
e779848fdd
...
afed6a7190
2
cookbook
2
cookbook
@ -1 +1 @@
|
|||||||
Subproject commit 60df5daaebf45e9a0c2d800902d4bf9f2e4659cc
|
Subproject commit 21f9808186a0abdeae9b0cbd5a2a372bbfb75f87
|
||||||
@ -1 +1 @@
|
|||||||
Subproject commit 621a4dee2cd0478e7dd580b4b3f4dff3778f7e0d
|
Subproject commit 84856f459dccbc86a6490904e571389de72bf4c4
|
||||||
@ -1,4 +1,4 @@
|
|||||||
build/filesystem.bin: filesystem.toml build/bootloader.bin build/kernel prefix
|
build/filesystem.bin: filesystem.toml 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,7 +11,6 @@ build/filesystem.bin: filesystem.toml build/bootloader.bin 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,18 +1,4 @@
|
|||||||
INITFS_RM_BINS=\
|
INITFS_RM_BINS=alxd e1000d ihdad ixgbed pcspkrd redoxfs-ar redoxfs-mkfs rtl8168d usbctl
|
||||||
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