From 08166abaf329874d4d363a45f4abdd261a620b43 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Wed, 4 Jul 2012 15:41:34 +0000 Subject: [PATCH] Fixed work path for busybox in initramfs.lst --- initramfs.lst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 initramfs.lst diff --git a/initramfs.lst b/initramfs.lst new file mode 100644 index 0000000..10c8aa0 --- /dev/null +++ b/initramfs.lst @@ -0,0 +1,15 @@ +# base directories/device nodes +dir /proc 755 0 0 +dir /sys 755 0 0 +dir /lib 755 0 0 +dir /dev 755 0 0 +nod /dev/console 640 0 0 c 5 1 +nod /dev/null 664 0 0 c 1 3 + +# init itself +file /init init 755 0 0 + +# busybox and links +dir /bin 755 0 0 +file /bin/busybox work/busybox-#BUSYBOX_VERSION#/busybox 4755 0 0 +slink /bin/sh busybox 777 0 0 -- 2.26.2