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