fix: Set up ENI before setup-alpine
This commit is contained in:
parent
accab5dd87
commit
77c9afecb1
1 changed files with 2 additions and 1 deletions
|
@ -103,7 +103,8 @@ cd /
|
|||
/bin/umount old_root
|
||||
|
||||
# get nameservers
|
||||
udhcpc
|
||||
setup-interfaces -a
|
||||
ifquery --list | xargs ifup
|
||||
|
||||
# restore inittab
|
||||
mv /etc/inittab.bak /etc/inittab
|
||||
|
|
Loading…
Reference in a new issue