diff options
| -rwxr-xr-x | meta/recipes-core/initrdscripts/initramfs-framework/init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/initrdscripts/initramfs-framework/init b/meta/recipes-core/initrdscripts/initramfs-framework/init index 5dd252219a..fe6e3cbf07 100755 --- a/meta/recipes-core/initrdscripts/initramfs-framework/init +++ b/meta/recipes-core/initrdscripts/initramfs-framework/init | |||
| @@ -80,8 +80,8 @@ EFI_DIR=/sys/firmware/efi # place to store device firmware information | |||
| 80 | # make mount stop complaining about missing /etc/fstab | 80 | # make mount stop complaining about missing /etc/fstab |
| 81 | touch /etc/fstab | 81 | touch /etc/fstab |
| 82 | 82 | ||
| 83 | # initialize /proc, /sys, /run/lock and /var/lock | 83 | # initialize /proc, /sys and /run/lock |
| 84 | mkdir -p /proc /sys /run /var/lock | 84 | mkdir -p /proc /sys /run |
| 85 | mount -t proc proc /proc | 85 | mount -t proc proc /proc |
| 86 | mount -t sysfs sysfs /sys | 86 | mount -t sysfs sysfs /sys |
| 87 | mount -t tmpfs tmpfs /run | 87 | mount -t tmpfs tmpfs /run |
