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:
parent
889351af8b
commit
cc70183cee
@ -65,7 +65,7 @@ in
|
|||||||
|
|
||||||
boot.initrd.preLVMCommands =
|
boot.initrd.preLVMCommands =
|
||||||
# Search for interface definitions in command line.
|
# Search for interface definitions in command line.
|
||||||
''
|
mkBefore ''
|
||||||
for o in $(cat /proc/cmdline); do
|
for o in $(cat /proc/cmdline); do
|
||||||
case $o in
|
case $o in
|
||||||
ip=*)
|
ip=*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user