diff --git a/boot/cstuff.c b/boot/cstuff.c index 76d3f102..ac449c68 100644 --- a/boot/cstuff.c +++ b/boot/cstuff.c @@ -10,7 +10,7 @@ #include "multiboot.h" #define DEFAULT_ROOT_CMDLINE "root=/dev/ram0,nocache " -#define DEFAULT_GRAPHICAL_CMDLINE "start=live-welcome " +#define DEFAULT_GRAPHICAL_CMDLINE "start=live-session " #define DEFAULT_SINGLE_CMDLINE "start=terminal " #define DEFAULT_TEXT_CMDLINE "start=--vga " #define DEFAULT_VID_CMDLINE "vid=auto,1440,900 "