mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-20 05:28:08 +00:00
init: remove securityfs since it might not be in every tree
This commit is contained in:
parent
eca06f519f
commit
67fe5c23a8
@ -16,7 +16,6 @@ mkdir /proc /sys /dev /tmp /boot /media 2>&- 1>&-
|
|||||||
mount /dev 2>/dev/ttyprintk
|
mount /dev 2>/dev/ttyprintk
|
||||||
mount /proc 2>/dev/ttyprintk
|
mount /proc 2>/dev/ttyprintk
|
||||||
mount /sys 2>/dev/ttyprintk
|
mount /sys 2>/dev/ttyprintk
|
||||||
mount /sys/kernel/security 2>/dev/ttyprintk
|
|
||||||
|
|
||||||
if [ "$CONFIG_LINUXBOOT" = "y" ]; then
|
if [ "$CONFIG_LINUXBOOT" = "y" ]; then
|
||||||
mount /sys/firmware/efi/efivars
|
mount /sys/firmware/efi/efivars
|
||||||
|
Loading…
Reference in New Issue
Block a user