llvm: serverctl is now clientctl.
This commit is contained in:
parent
635e44315c
commit
07ae148a06
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ case "$mode" in
|
|||
'buildimage')
|
||||
(cd $ROOT && CREATE_IMAGE_ONLY=1 releasetools/x86_hdimage.sh)
|
||||
;;
|
||||
'start')
|
||||
'run')
|
||||
(cd ../../../obj.i386/destdir.i386/multiboot && kvm -nographic -kernel kernel -append "console=tty00 rootdevname=c0d0p1" -initrd "mod01_ds,mod02_rs,mod03_pm,mod04_sched,mod05_vfs,mod06_memory,mod07_tty,mod08_mfs,mod09_vm,mod10_pfs,mod11_init" -hda $IMAGE)
|
||||
;;
|
||||
*)
|
Loading…
Reference in a new issue