mirror of
https://github.com/dockur/macos.git
synced 2026-03-11 08:34:24 +00:00
fix: Move order in entry file
This commit is contained in:
parent
3b2bd552b8
commit
aa064a2bed
1 changed files with 1 additions and 1 deletions
|
|
@ -19,8 +19,8 @@ cd /run
|
|||
. network.sh # Initialize network
|
||||
. boot.sh # Configure boot
|
||||
. proc.sh # Initialize processor
|
||||
. config.sh # Configure arguments
|
||||
. memory.sh # Check available memory
|
||||
. config.sh # Configure arguments
|
||||
. finish.sh # Finish initialization
|
||||
|
||||
trap - ERR
|
||||
|
|
|
|||
Loading…
Reference in a new issue