mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-28 23:23:59 +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 /proc 2>/dev/ttyprintk
|
||||
mount /sys 2>/dev/ttyprintk
|
||||
mount /sys/kernel/security 2>/dev/ttyprintk
|
||||
|
||||
if [ "$CONFIG_LINUXBOOT" = "y" ]; then
|
||||
mount /sys/firmware/efi/efivars
|
||||
|
Loading…
x
Reference in New Issue
Block a user