chewitt the 'tty' parameter is already there in the "run":
Code
$ cat syslinux.cfg
SAY Wait for installer to start or press <TAB> for more options (live, run)
DEFAULT live
TIMEOUT 50
PROMPT 1
LABEL installer
KERNEL /KERNEL
APPEND boot=UUID=0710-1617 installer quiet tty vga=current
LABEL live
KERNEL /KERNEL
APPEND boot=UUID=0710-1617 live quiet tty vga=current
LABEL run
KERNEL /KERNEL
APPEND boot=UUID=0710-1617 disk=UUID=66c36368-97cd-4ba9-979e-b8feea2f3e8c tty portable quiet
Display More