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