single-user terminal should start full screen

This commit is contained in:
K. Lange 2018-08-14 11:39:26 +09:00
parent 0f9c404ee8
commit d96f52ec93
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
export-cmd START kcmdline -g start
if equals? $START "--vga" then exec /bin/terminal-vga -l
if equals? $START "--headless" then exec /bin/getty
if equals? "$START" "--vga" then exec /bin/terminal-vga -l
if equals? "$START" "--headless" then exec /bin/getty
if empty? "$START" then exec /bin/compositor else exec /bin/compositor $START

View File

@ -36,7 +36,7 @@ EFI_HANDLE ImageHandleIn;
/* Boot command line strings */
#define DEFAULT_ROOT_CMDLINE "root=/dev/ram0,nocache "
#define DEFAULT_GRAPHICAL_CMDLINE "start=live-session "
#define DEFAULT_SINGLE_CMDLINE "start=terminal "
#define DEFAULT_SINGLE_CMDLINE "start=terminal\037-F "
#define DEFAULT_TEXT_CMDLINE "start=--vga "
#define DEFAULT_VID_CMDLINE "vid=auto,1440,900 "
#define DEFAULT_PRESET_VID_CMDLINE "vid=preset "