pushing it off screen so I dont see it but its still there ;)
parent
1f92110d62
commit
77d0e6ea51
|
|
@ -20,30 +20,29 @@ header "Live Kit init <http://www.linux-live.org/>"
|
||||||
init_proc_sysfs
|
init_proc_sysfs
|
||||||
|
|
||||||
debug_start
|
debug_start
|
||||||
debug_shell
|
debug_shell
|
||||||
|
|
||||||
init_devs
|
init_devs
|
||||||
init_aufs
|
init_aufs
|
||||||
init_zram
|
init_zram
|
||||||
|
|
||||||
# find data dir with filesystem bundles
|
# find data dir with filesystem bundles
|
||||||
DATA="$(find_data 60 "$DATAMNT")"
|
DATA="$(find_data 60 "$DATAMNT")"
|
||||||
debug_shell
|
debug_shell
|
||||||
# setup persistent changes, if possible
|
# setup persistent changes, if possible
|
||||||
persistent_changes "$DATA" "$CHANGES"
|
persistent_changes "$DATA" "$CHANGES"
|
||||||
debug_shell
|
debug_shell
|
||||||
# copy to RAM if needed
|
# copy to RAM if needed
|
||||||
DATA="$(copy_to_ram "$DATA" "$CHANGES")"
|
DATA="$(copy_to_ram "$DATA" "$CHANGES")"
|
||||||
debug_shell
|
debug_shell
|
||||||
# init aufs union
|
# init aufs union
|
||||||
init_union "$CHANGES" "$UNION"
|
init_union "$CHANGES" "$UNION"
|
||||||
debug_shell
|
debug_shell
|
||||||
# add data to union
|
# add data to union
|
||||||
union_append_bundles "$DATA" "$BUNDLES" "$UNION"
|
union_append_bundles "$DATA" "$BUNDLES" "$UNION"
|
||||||
debug_shell
|
debug_shell
|
||||||
# create empty fstab
|
# create empty fstab
|
||||||
fstab_create "$UNION"
|
fstab_create "$UNION"
|
||||||
debug_shell
|
debug_shell
|
||||||
header "Live Kit done, starting $LIVEKITNAME"
|
header "Live Kit done, starting $LIVEKITNAME"
|
||||||
change_root "$UNION"
|
change_root "$UNION"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue