CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Fixed work path for busybox in initramfs.lst
authorJose V Beneyto <sepen@crux.nu>
Wed, 4 Jul 2012 15:41:34 +0000 (15:41 +0000)
committerJose V Beneyto <sepen@crux.nu>
Wed, 4 Jul 2012 15:41:34 +0000 (15:41 +0000)
initramfs.lst [new file with mode: 0644]

diff --git a/initramfs.lst b/initramfs.lst
new file mode 100644 (file)
index 0000000..10c8aa0
--- /dev/null
@@ -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