summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakboot
Commit message (Collapse)AuthorAgeFilesLines
...
* misc cleanupsOlivier Blin2004-08-131-7/+6
|
* make perl_checker happyOlivier Blin2004-08-131-2/+1
|
* perl_checker fixOlivier Blin2004-08-131-1/+1
|
* (drakboot --splash) add enable_framebuffer to allow to choose a videoOlivier Blin2004-08-131-1/+39
| | | | | mode if boot isn't graphical
* sort theme listThierry Vignaud2004-08-081-1/+1
|
* simplify code through Gtk2::ComboBox->new_with_strings()Thierry Vignaud2004-08-081-9/+4
|
* sort WMs listThierry Vignaud2004-08-081-1/+1
|
* use proper widget (aka GtkTable)Thierry Vignaud2004-08-081-13/+4
|
* sort user listThierry Vignaud2004-08-081-1/+1
|
* many functions in fsedit don't modify anything, they are simply accessors.Pascal Rigaux2004-08-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | create fs::get and move them into it - device2part(), up_mount_point() moved from fs to fs::get - part2hd(), file2part(), has_mntpoint(), mntpoint2part(), empty_all_hds() moved from fsedit to fs::get - fsedit::get_root() -> fs::get::root() - fsedit::get_root_() -> fs::get::root_() - fsedit::get_really_all_fstab() -> fs::get::really_all_fstab() - fsedit::get_all_fstab_and_holes() -> fs::get::fstab_and_holes() - fsedit::get_all_fstab() -> fs::get::fstab() - fsedit::get_all_holes() -> fs::get::holes() - fsedit::all_free_space -> fs::get::free_space() - fsedit::get_really_all_fstab() -> fs::get::really_all_fstab() - fsedit::get_fstab_and_holes() -> fs::get::hds_fstab_and_holes() - fsedit::get_holes() -> fs::get::hds_holes() - fsedit::get_fstab() -> fs::get::hds_fstab() - fsedit::free_space() -> fs::get::hds_free_space() - fsedit::get_visible_fstab() unused, removed
* remove unused variablePascal Rigaux2004-07-211-1/+0
|
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* 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
|