9 lines
141 B
Bash
Executable File
9 lines
141 B
Bash
Executable File
#!/bin/bash
|
|
source /init_functions.sh
|
|
create_mounts
|
|
load_modules
|
|
create_certs
|
|
setup_network
|
|
mount_root
|
|
exec switch_root /mnt /sbin/init "$@"
|