infolabels

pull/5/head
Tomas M 2012-09-19 02:39:54 -05:00
parent aa4a74a689
commit 9f61c69baf
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ UNION=$MEMORY/union
DATAMNT=$MEMORY/data DATAMNT=$MEMORY/data
BUNDLES=$MEMORY/bundles BUNDLES=$MEMORY/bundles
header "Starting $LIVEKITNAME ..." header "Live Kit init <http://www.linux-live.org/>"
init_proc_sysfs init_proc_sysfs
init_devs init_devs
@ -35,7 +35,7 @@ union_append_bundles "$DATA" "$BUNDLES" "$UNION"
# create empty fstab # create empty fstab
fstab_create "$UNION" fstab_create "$UNION"
header "Live Kit phase ends, starting $LIVEKITNAME" header "Live Kit done, starting $LIVEKITNAME"
change_root "$UNION" change_root "$UNION"
header "!!ERROR occured, you shouldn't be here.!!" header "!!ERROR occured, you shouldn't be here.!!"