summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakboot
Commit message (Collapse)AuthorAgeFilesLines
* splash mode needs reading bootloader config tooThierry Vignaud2008-05-291-1/+5
|
* only read bootloader configuration when configuring it (usefull in chroots)Thierry Vignaud2008-05-291-6/+7
|
* - drakboot:Olivier Blin2008-04-031-1/+1
| | | | | | o stop workarounding glibc misconfiguration when listing users (#38116), it is now handled in MDK::Common (see #34279)
* - draksplash: do not re-install grub, only modify grub's config filePascal Rigaux2008-03-051-2/+8
| | | | | (it may help for bug #37203)
* (autologin_choice) make sure users are not listed twice (#38116)Thierry Vignaud2008-02-251-1/+1
|
* bump copyright yearThierry Vignaud2008-01-231-1/+1
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-46/+34
|
* vga_fb expects the vga mode, not a boolean, fixingPascal Rigaux2005-08-301-1/+1
|
* propose to create a default bootloader configuration when no bootloader is foundPascal Rigaux2005-08-301-1/+9
|
* translate "Graphical boot mode:" (#17333)Olivier Blin2005-08-061-1/+1
|
* handle no bootloader configuration found with a clean errorPascal Rigaux2005-06-281-1/+1
|
* make perl_checker happyPascal Rigaux2005-06-031-1/+1
|
* add the "Create new theme" button backOlivier Blin2005-05-161-11/+11
|
* allow to choose between "text only", "verbose" and "silent" bootsplash modesOlivier Blin2005-05-161-23/+38
|
* use bootsplash::get_framebuffer_resolutionOlivier Blin2005-05-091-12/+5
|
* new theme creation functionsOlivier Blin2005-05-031-5/+5
|
* do not garbage the console on 'wizcancel'Thierry Vignaud2005-05-031-1/+2
|
* fix boot style layoutThierry Vignaud2005-05-021-3/+4
|
* embedding cleanups resulting in reusing main window icon in sub dialogsThierry Vignaud2005-05-021-1/+1
|
* typo/perl_checker fixesOlivier Blin2005-04-291-2/+2
|
* use new bootsplash module, really split autologin and bootsplash stuffOlivier Blin2005-04-291-205/+154
|
* kill unneeded hashOlivier Blin2005-04-291-9/+4
|
* perl_checker fixesOlivier Blin2005-04-291-5/+5
|
* bump copyrigth noticeThierry Vignaud2005-04-251-1/+1
|
* switch from MandrakeSoft to MandrivaThierry Vignaud2005-04-211-1/+1
|
* switch from MandrakeSoft to Mandriva in copyright noticesThierry Vignaud2005-04-211-1/+1
|
* fix the various transient on {rwindow} (or even {window} ?) not working ↵Pascal Rigaux2005-01-221-1/+1
| | | | | | | anymore on the MagicWindow (maybe the code could be simplified since it should now work even when embedded (?))
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-2/+2
|
* detectloader must handle specially raid-extra-boot=mbr-only (bugzilla #12089)Pascal Rigaux2004-10-261-1/+1
|
* - don't use fs::get_info_from_fstab() in install_any::use_root_part() to be ↵Pascal Rigaux2004-09-201-1/+1
| | | | | | | | | able to handle renamed devices - fs::get_info_from_fstab() doesn't take a prefix anymore - small perl_checker fix in install_any.pm
* (enable_framebuffer) do not kill the whole wizard when embeddedOlivier Blin2004-09-101-1/+1
|
* update splash when removed too, use Mandrakelinux theme by default,Olivier Blin2004-09-081-5/+7
| | | | | don't give theme name to remove-theme
* ensure we do not enable autologin w/o any userThierry Vignaud2004-09-061-1/+8
|
* do not crash if default autologin or default desktop doesn't existOlivier Blin2004-09-011-2/+4
|
* (lilo_choice) fix canceling first stepThierry Vignaud2004-08-271-1/+1
|
* typo fixesThierry Vignaud2004-08-191-1/+1
|
* - any::setupBootloader() used to call bootloader::install() whereas ↵Pascal Rigaux2004-08-181-15/+6
| | | | | | | install_steps_interactive::setupBootloader() could call it once again (but this code seems dead though) - create any::installBootloader() out of what was done in the end of any::setupBootloader() but also in install_steps_interactive and drakboot (which handled the error that could occur in bootloader::install())
* (updateAutologin) clean any::set_autologin() callThierry Vignaud2004-08-131-1/+1
|
* 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
|