|
From: Bruce S. <bl...@us...> - 2008-05-01 14:35:06
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv17710/scripts/configuration Modified Files: boot_options.config Log Message: added 1280x1024 & 1600x1200 options to boot menu changed default boot mode on server release to 1024x768 Index: boot_options.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/boot_options.config,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- boot_options.config 3 Feb 2004 02:33:12 -0000 1.1 +++ boot_options.config 1 May 2008 14:35:01 -0000 1.2 @@ -6,4 +6,4 @@ # http://www.devil-linux.org [ -z $CONFIG_BOOT_OPTION_VGA ] && CONFIG_BOOT_OPTION_VGA="80x25" -menu_add "Build Configuration|Boot Options" list "Default screen resolution" CONFIG_BOOT_OPTION_VGA "80x25" "640x480" "800x600" "1024x768" "ask" +menu_add "Build Configuration|Boot Options" list "Default screen resolution" CONFIG_BOOT_OPTION_VGA "80x25" "640x480" "800x600" "1024x768" "1280x1024" "1600x1200" "ask" |