summaryrefslogtreecommitdiffstats
path: root/.github/workflows/qemu-initramfs.desc
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/qemu-initramfs.desc')
-rw-r--r--.github/workflows/qemu-initramfs.desc7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/qemu-initramfs.desc b/.github/workflows/qemu-initramfs.desc
new file mode 100644
index 000000000000..842bf37880b2
--- /dev/null
+++ b/.github/workflows/qemu-initramfs.desc
@@ -0,0 +1,7 @@
+dir /bin 0755 0 0
+dir /sys 0755 0 0
+dir /dev 0755 0 0
+file /bin/busybox /bin/busybox 0755 0 0
+slink /bin/sh /bin/busybox 0755 0 0
+file /init .github/workflows/qemu-init.sh 0755 0 0
+file /rust_example.ko drivers/char/rust_example/rust_example.ko 0755 0 0