summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakboot
Commit message (Collapse)AuthorAgeFilesLines
...
* use bootloader and Xconfig instead of detect-resolutionOlivier Blin2004-07-141-12/+12
|
* update bootsplash even if framebuffer was disabledOlivier Blin2004-07-061-1/+1
|
* adapt to new bootloader.pmPascal Rigaux2004-06-251-3/+3
|
* remove unneeded quotesOlivier Blin2004-06-231-1/+1
|
* fix processing of config file broken again by TitiOlivier Blin2004-06-231-1/+1
|
* - fix processing of config file broken by magic olivierThierry Vignaud2004-06-231-5/+2
| | | | | - reuse cat_()
* please perl_checko the Clean KeeperOlivier Blin2004-06-231-0/+1
|
* remove spurious spacesOlivier Blin2004-06-231-2/+2
|
* ask for bootloader choice when framebuffer isn't configured (fix bug 9925)Olivier Blin2004-06-231-3/+8
|
* remove unused variableOlivier Blin2004-06-231-3/+1
|
* fix indentationOlivier Blin2004-06-221-5/+5
|
* do not update bootsplash in autologin wizardOlivier Blin2004-06-221-2/+5
|
* remove spurious comma and spacesOlivier Blin2004-06-221-1/+1
|
* fix trainee suckinessOlivier Blin2004-06-101-1/+1
|
* rollback weird and ugly workaround when pressing cancel on the ask_warn. The ↵Pascal Rigaux2004-06-011-2/+1
| | | | real fix is in ugtk2.pm
* (lilo_choice) fix error titleThierry Vignaud2004-06-011-1/+1
|
* fix "two windows after exception" bugThierry Vignaud2004-06-011-1/+2
|
* switch from deprecated OptionMenu into new ComboBox widgetThierry Vignaud2004-05-241-3/+3
|
* add Olivier Blin patches to reread the previous configurationFlorent Villard2004-03-191-12/+39
|
* list yes/no for autologin in a more intuitive way, that is yes isThierry Vignaud2004-03-111-7/+7
| | | | | grouped with user and wm pull down menus (robert.vojta@qcm.cz, anthill #390)
* drakboot --boot is now a wizardPascal Rigaux2004-03-021-0/+1
|
* Apply Olivier Blin patch to fix theme displaying under consoleFlorent Villard2004-02-191-2/+3
|
* typo fixesPablo Saratxaga2004-02-161-1/+1
|
* Warn if the user is not in framebuffer mode, but allow to see the installed ↵Florent Villard2004-02-061-17/+19
| | | | | | | | theme. Do not perform autologin config in splash mode Better parsing of current resolution from detect-resolution
* write fstab for /tmp using tmpfs when "clean /tmp" is chosenPascal Rigaux2004-02-051-3/+11
|
* update copyright noticesThierry Vignaud2004-01-221-1/+1
|
* add bug hintThierry Vignaud2004-01-151-0/+2
|
* remove unused variableThierry Vignaud2004-01-151-1/+0
|
* (lilo_choice) do not complain on cancelingThierry Vignaud2004-01-151-1/+1
|
* (lilo_choice) let's set dialog title when poping up an error messageThierry Vignaud2004-01-151-1/+1
|
* (lilo_choice) do not complaing about lilo faillure when we use anotherThierry Vignaud2004-01-151-2/+1
| | | | | bootloader: just complain about the actually used bootloader
* warly said that we should not restrict ourselves to liloThierry Vignaud2004-01-151-2/+0
|
* make splash config looks better when embeddedThierry Vignaud2004-01-151-3/+3
|
* typo fixThierry Vignaud2004-01-141-1/+1
|
* use class->new rather than new class styleThierry Vignaud2004-01-141-9/+9
|
* minor cleanupThierry Vignaud2004-01-141-8/+3
|
* perl_checker cleanupsThierry Vignaud2004-01-141-3/+6
|
* proper indentingThierry Vignaud2004-01-141-55/+56
|
* - offer to configure bootsplash only on --splashThierry Vignaud2004-01-141-16/+16
| | | | | | | - drop useless frames - set main window title according to current mode (autologin, bootloader or bootsplash)
* clean splash management codeFlorent Villard2004-01-141-123/+48
|
* sanitize buttons through reusing create_okcancel()Thierry Vignaud2004-01-131-4/+5
|
* fix drakboot --boot embeddingThierry Vignaud2004-01-091-1/+0
|
* kill unused variableThierry Vignaud2004-01-061-2/+0
|
* split drakboot into bootloader and autologin configurationThierry Vignaud2004-01-051-18/+1
|
* fix button layout when embedded: pack buttons box at bottomThierry Vignaud2003-12-191-6/+7
|
* fix text layout by wrapping textThierry Vignaud2003-12-161-1/+1
|
* ensure update_bootloader_label() won't break when called in text interactivePascal Rigaux2003-09-181-1/+1
| | | | | (hint: in that case, $boot_label is unset)
* fix default size without draksplashThierry Vignaud2003-09-091-2/+5
|
* typo fixDamien Chaumette2003-08-271-1/+1
|
* fix drakboot always showing advanced stuff even when --expert was notThierry Vignaud2003-08-251-2/+0
| | | | | passed