Compare commits
No commits in common. "23894f52dc01d43ff734f7c95aa998be6c254cb1" and "afc81937edf2f8e34900a707fbf7a0ea5797501f" have entirely different histories.
23894f52dc
...
afc81937ed
@ -7,7 +7,7 @@ prompt = false
|
|||||||
|
|
||||||
# Package settings
|
# Package settings
|
||||||
[packages]
|
[packages]
|
||||||
drivers-initfs = {}
|
drivers = {}
|
||||||
init = {}
|
init = {}
|
||||||
logd = {}
|
logd = {}
|
||||||
nulld = {}
|
nulld = {}
|
||||||
|
|||||||
14
mk/initfs.mk
14
mk/initfs.mk
@ -1,6 +1,18 @@
|
|||||||
INITFS_RM_BINS=\
|
INITFS_RM_BINS=\
|
||||||
|
alxd \
|
||||||
|
bgad \
|
||||||
|
e1000d \
|
||||||
|
ihdad \
|
||||||
|
ixgbed \
|
||||||
|
pcspkrd \
|
||||||
redoxfs-ar \
|
redoxfs-ar \
|
||||||
redoxfs-mkfs
|
redoxfs-mkfs \
|
||||||
|
rtl8168d \
|
||||||
|
usbctl \
|
||||||
|
usbhidd \
|
||||||
|
usbscsid \
|
||||||
|
vboxd \
|
||||||
|
xhcid
|
||||||
|
|
||||||
build/initfs.img: initfs.toml prefix
|
build/initfs.img: initfs.toml prefix
|
||||||
cargo build --manifest-path cookbook/Cargo.toml --release
|
cargo build --manifest-path cookbook/Cargo.toml --release
|
||||||
|
|||||||
2
redoxfs
2
redoxfs
@ -1 +1 @@
|
|||||||
Subproject commit 0e0ae520c5e94d9a29a79f8a4d9d207d0d9c3a92
|
Subproject commit ebe9579d66e64a9f27c5ea648b4f60e75b175f89
|
||||||
Reference in New Issue
Block a user