Update entry.sh
This commit is contained in:
parent
4ae073c6c9
commit
44cce41310
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ set -Eeuo pipefail
|
||||||
cd /run
|
cd /run
|
||||||
|
|
||||||
. reset.sh # Initialize system
|
. reset.sh # Initialize system
|
||||||
. install.sh # Get bootdisk
|
. define.sh # Define images
|
||||||
|
. install.sh # Download image
|
||||||
. disk.sh # Initialize disks
|
. disk.sh # Initialize disks
|
||||||
. display.sh # Initialize graphics
|
. display.sh # Initialize graphics
|
||||||
. network.sh # Initialize network
|
. network.sh # Initialize network
|
||||||
|
|
Loading…
Reference in a new issue