CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
initramfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
557be67
)
Fixed work path for busybox in initramfs.lst
author
Jose V Beneyto
<sepen@crux.nu>
Wed, 4 Jul 2012 15:41:34 +0000
(15:41 +0000)
committer
Jose V Beneyto
<sepen@crux.nu>
Wed, 4 Jul 2012 15:41:34 +0000
(15:41 +0000)
initramfs.lst
[new file with mode: 0644]
patch
|
blob
diff --git a/initramfs.lst
b/initramfs.lst
new file mode 100644
(file)
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