forked from Rust-for-Linux/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
qemu-initramfs.desc
28 lines (25 loc) · 1.77 KB
/
qemu-initramfs.desc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
dir /bin 0755 0 0
dir /sys 0755 0 0
dir /proc 0755 0 0
dir /dev 0755 0 0
slink /sbin /bin 0000 0 0
dir /usr 0755 0 0
slink /usr/bin /bin 0000 0 0
slink /usr/sbin /bin 0000 0 0
file /bin/busybox busybox 0755 0 0
slink /bin/sh /bin/busybox 0755 0 0
file /init qemu-init.sh 0755 0 0
file /rust_hello.ko samples/rust/rust_hello.ko 0755 0 0
file /rust_fs.ko samples/rust/rust_fs.ko 0755 0 0
#file /rust_minimal.ko samples/rust/rust_minimal.ko 0755 0 0
#file /rust_print.ko samples/rust/rust_print.ko 0755 0 0
#file /rust_module_parameters.ko samples/rust/rust_module_parameters.ko 0755 0 0
#file /rust_sync.ko samples/rust/rust_sync.ko 0755 0 0
#file /rust_chrdev.ko samples/rust/rust_chrdev.ko 0755 0 0
#file /rust_miscdev.ko samples/rust/rust_miscdev.ko 0755 0 0
#file /rust_stack_probing.ko samples/rust/rust_stack_probing.ko 0755 0 0
#file /rust_semaphore.ko samples/rust/rust_semaphore.ko 0755 0 0
#file /rust_semaphore_c.ko samples/rust/rust_semaphore_c.ko 0755 0 0
#file /rust_selftests.ko samples/rust/rust_selftests.ko 0755 0 0
#file /rust_module_parameters_loadable_default.ko samples/rust/rust_module_parameters_loadable_default.ko 0755 0 0
#file /rust_module_parameters_loadable_custom.ko samples/rust/rust_module_parameters_loadable_custom.ko 0755 0 0