init: remove securityfs since it might not be in every tree

This commit is contained in:
Trammell Hudson 2020-11-20 10:43:21 -05:00
parent eca06f519f
commit 67fe5c23a8

View File

@ -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