initrd-network module: initialize network before other pre-LVM commands

This is needed to ensure that network will be initialized before LUKS
passphrase is asked.
This commit is contained in:
Nikolay Amiantov 2016-02-03 13:29:08 +03:00
parent 889351af8b
commit cc70183cee

View File

@ -65,7 +65,7 @@ in
boot.initrd.preLVMCommands =
# Search for interface definitions in command line.
''
mkBefore ''
for o in $(cat /proc/cmdline); do
case $o in
ip=*)