diff options
-rw-r--r-- | meta/recipes-core/initrdscripts/initrdscripts-secure-core.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-core/initrdscripts/initrdscripts-secure-core.bb b/meta/recipes-core/initrdscripts/initrdscripts-secure-core.bb index 6a14e93..a2e994d 100644 --- a/meta/recipes-core/initrdscripts/initrdscripts-secure-core.bb +++ b/meta/recipes-core/initrdscripts/initrdscripts-secure-core.bb | |||
@@ -14,8 +14,6 @@ do_install() { | |||
14 | # Create device nodes expected by kernel in initramfs | 14 | # Create device nodes expected by kernel in initramfs |
15 | # before executing /init. | 15 | # before executing /init. |
16 | install -d "${D}/dev" | 16 | install -d "${D}/dev" |
17 | install -d "${D}/proc" | ||
18 | install -d "${D}/sys" | ||
19 | install -d "${D}/run" | 17 | install -d "${D}/run" |
20 | mknod -m 0600 "${D}/dev/console" c 5 1 | 18 | mknod -m 0600 "${D}/dev/console" c 5 1 |
21 | } | 19 | } |
@@ -23,8 +21,6 @@ do_install() { | |||
23 | FILES_${PN} = "\ | 21 | FILES_${PN} = "\ |
24 | /init \ | 22 | /init \ |
25 | /dev \ | 23 | /dev \ |
26 | /proc \ | ||
27 | /sys \ | ||
28 | /run \ | 24 | /run \ |
29 | " | 25 | " |
30 | 26 | ||