Comments
This commit is contained in:
parent
9f602f0b77
commit
00e6e73b63
1 changed files with 5 additions and 0 deletions
5
run.sh
5
run.sh
|
@ -10,8 +10,13 @@ if [ -f "$IMG/boot.img" ]; then
|
|||
. /run/install.sh
|
||||
fi
|
||||
|
||||
# Initialize disks
|
||||
. /run/disk.sh
|
||||
|
||||
# Initialize network
|
||||
. /run/network.sh
|
||||
|
||||
# Configure shutdown
|
||||
. /run/power.sh
|
||||
|
||||
KVM_ACC_OPTS=""
|
||||
|
|
Loading…
Reference in a new issue