mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 14:54:20 +08:00
Update kernel recipe
This commit is contained in:
parent
994c6c59bd
commit
d51d631d81
@ -4,9 +4,11 @@ nulld
|
||||
zerod
|
||||
randd
|
||||
vesad T T G
|
||||
stdio display:1
|
||||
logd debug: display:1
|
||||
stdio log:
|
||||
ps2d us
|
||||
ramfs logging
|
||||
acpid
|
||||
pcid /etc/pcid/initfs.toml
|
||||
redoxfs --uuid $REDOXFS_UUID file $REDOXFS_BLOCK
|
||||
cd file:
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
GIT=https://gitlab.redox-os.org/redox-os/kernel.git
|
||||
BUILD_DEPENDS=(drivers init nulld ramfs randd redoxfs zerod)
|
||||
BUILD_DEPENDS=(
|
||||
drivers
|
||||
init
|
||||
logd
|
||||
nulld
|
||||
ramfs
|
||||
randd
|
||||
redoxfs
|
||||
zerod
|
||||
)
|
||||
|
||||
function recipe_build {
|
||||
export INITFS_FOLDER="$(realpath ../sysroot)"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user