mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
Comments
This commit is contained in:
parent
3dafb19788
commit
1b307627b1
7
run.sh
7
run.sh
@ -22,9 +22,16 @@ if [[ ! -f "$IMG/$BASE.boot.img" ]] || [[ ! -f "$IMG/$BASE.system.img" ]]; then
|
|||||||
. /run/install.sh
|
. /run/install.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Initialize disks
|
||||||
. /run/disk.sh
|
. /run/disk.sh
|
||||||
|
|
||||||
|
# Initialize network
|
||||||
. /run/network.sh
|
. /run/network.sh
|
||||||
|
|
||||||
|
# Initialize agent
|
||||||
. /run/serial.sh
|
. /run/serial.sh
|
||||||
|
|
||||||
|
# Configure shutdown
|
||||||
. /run/power.sh
|
. /run/power.sh
|
||||||
|
|
||||||
KVM_ACC_OPTS=""
|
KVM_ACC_OPTS=""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user