build the kernel. create a bootable efi image.
This commit is contained in:
8
init.sh
Normal file
8
init.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/busybox sh
|
||||
/bin/busybox mount -t devtmpfs devtmpfs /dev
|
||||
/bin/busybox mount -t proc none /proc
|
||||
/bin/busybox mount -t sysfs none /sys
|
||||
#/bin/busybox ln -s "/lib/modules/" "/lib/modules/$(uname -r)"
|
||||
#depmod -a
|
||||
#/bin/busybox modprobe nbd max_part=2
|
||||
exec /bin/busybox sh
|
||||
Reference in New Issue
Block a user