single-user terminal should start full screen
This commit is contained in:
parent
0f9c404ee8
commit
d96f52ec93
@ -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
|
||||
|
||||
|
@ -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 "
|
||||
|
Loading…
Reference in New Issue
Block a user