mirror of
https://github.com/dockur/windows.git
synced 2026-02-04 16:09:43 +00:00
fix: Move order in entry file
This commit is contained in:
parent
2f76373b3d
commit
a7a7383ea8
1 changed files with 1 additions and 1 deletions
|
|
@ -22,8 +22,8 @@ cd /run
|
||||||
. boot.sh # Configure boot
|
. boot.sh # Configure boot
|
||||||
. proc.sh # Initialize processor
|
. proc.sh # Initialize processor
|
||||||
. power.sh # Configure shutdown
|
. power.sh # Configure shutdown
|
||||||
. config.sh # Configure arguments
|
|
||||||
. memory.sh # Check available memory
|
. memory.sh # Check available memory
|
||||||
|
. config.sh # Configure arguments
|
||||||
. finish.sh # Finish initialization
|
. finish.sh # Finish initialization
|
||||||
|
|
||||||
trap - ERR
|
trap - ERR
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue