Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | no doble module loading | Thierry Vignaud | 2003-04-29 | 1 | -1/+0 |
| | |||||
* | any::setupBootloader() already call bootloader::install() | Thierry Vignaud | 2003-04-10 | 1 | -6/+3 |
| | |||||
* | fix #2826 (aka pixel sucks): | Thierry Vignaud | 2003-04-07 | 1 | -7/+7 |
| | | | | | | | | | | pixel changed the booloader module api by throwing an exception instead of using the ugly /tmp/.error temporary file and altered drakx callers but forget to update standalone/* callers (aka drakboot). now, with this patch, any error during lilo/grub installation is catched and displayed, which is more generic than checking for spaces. | ||||
* | fix lilo-menu not working (bug #3048) | Pascal Rigaux | 2003-03-11 | 1 | -2/+0 |
| | |||||
* | remove debuging assertions (as spoted by gc) | Thierry Vignaud | 2003-03-04 | 1 | -2/+2 |
| | |||||
* | - fix #2091 and #2480 (settings restoration | Thierry Vignaud | 2003-03-03 | 1 | -3/+9 |
| | | | | | - make dialogs be modal | ||||
* | reflect in standalone drakxtools the removal of DrakX icons | Guillaume Cottenceau | 2003-02-28 | 1 | -1/+1 |
| | |||||
* | - disable autologin settings when autologin is disabled | Thierry Vignaud | 2003-02-27 | 1 | -7/+12 |
| | | | | | | - make embedded app look better - add vertical separators | ||||
* | - kill used once only bootlook module | Thierry Vignaud | 2003-02-26 | 1 | -12/+309 |
| | | | | | | | | - inline oneliners use only once - kill unused variables - strict pragma fixes - ... | ||||
* | - clean up embedding; since socket get automatically destroyed on child exit | Thierry Vignaud | 2003-02-24 | 1 | -3/+1 |
| | | | | | | | | | | and since they emit plug-removed at that moment, it's just cleaner to centralize/consolidate the child exit in mcc this of course, need a newer up-to-date mcc what's more, it allows to remove the somewhat mythical "$::isEmbedded and kill 'USR1', $::CCPID;" - drakautoinst, drakxservices, keyboardrake: fix fscking embedding managment | ||||
* | make perl_checker happy | Pascal Rigaux | 2003-02-13 | 1 | -2/+1 |
| | |||||
* | - standalone.pm : | Thierry Vignaud | 2002-11-18 | 1 | -7/+0 |
| | | | | | | | | | | | o make it be 'use strict' aware o factorize options managment in one place - standalone tools : o they all now support -h|--help -v|--version, ... o they can add their own options to %standalone::usages - harddrake : use std --testing/$::testing rather than its own --test option | ||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous! | ||||
* | use the new fsedit::get_hds | Pascal Rigaux | 2002-08-27 | 1 | -1/+1 |
| | |||||
* | replace "kill USR1" with "kill 'USR1'" (and same for USR2) | Pascal Rigaux | 2002-08-05 | 1 | -1/+1 |
| | | | | | (so that 'use strict' works) | ||||
* | a few more fixes (thanks Jure Repinc & Richard Burt) | Pascal Rigaux | 2002-08-05 | 1 | -3/+2 |
| | |||||
* | minor bugfix in calling bootloader::read | Jonathan Gotti | 2002-08-02 | 1 | -1/+2 |
| | |||||
* | Handle parsing --embedded command line in standalone.pm | Pascal Rigaux | 2002-07-31 | 1 | -1/+0 |
| | | | | | | => allows to remove the somewhat mythical $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/ | ||||
* | - Big Move 1: interactive::* hierarchy | Thierry Vignaud | 2002-07-23 | 1 | -1/+1 |
| | |||||
* | fix Stew sucks | Pascal Rigaux | 2002-03-11 | 1 | -1/+1 |
| | |||||
* | i18n changes | Pablo Saratxaga | 2002-03-07 | 1 | -2/+1 |
| | |||||
* | drakboot functionality for PPC | Stew Benedict | 2002-03-07 | 1 | -3/+5 |
| | |||||
* | add --testing | Pascal Rigaux | 2002-02-25 | 1 | -1/+2 |
| | |||||
* | fix yves's code duplication of lilo_choice (use $::lilo_choice in bootlook) | Pascal Rigaux | 2002-01-22 | 1 | -9/+14 |
| | |||||
* | - write the 'common' part of the 'explanations' stuff, | Guillaume Cottenceau | 2002-01-18 | 1 | -1/+1 |
| | | | | | | | with nice help from Pixel for the tough Perl part - move 'use standalone' up in all standalone apps, to comply to 'explanations' | ||||
* | security fix and various | Pascal Rigaux | 2001-08-28 | 1 | -1/+1 |
| | |||||
* | move to all_hds stuff | Pascal Rigaux | 2001-08-28 | 1 | -4/+4 |
| | |||||
* | major fs.pm rework + adaptation to it | Pascal Rigaux | 2001-08-19 | 1 | -1/+1 |
| | |||||
* | use vnew the right way everywhere | Guillaume Cottenceau | 2001-08-09 | 1 | -1/+1 |
| | |||||
* | move to MDK::Common, bool->to_bool | Pascal Rigaux | 2001-07-24 | 1 | -1/+1 |
| | |||||
* | added icon management | damien | 2001-05-16 | 1 | -1/+1 |
| | |||||
* | make it work (why was bootloader::install commented?) | Pascal Rigaux | 2001-04-11 | 1 | -4/+2 |
| | |||||
* | added lilo/grub | Yves Duret | 2001-04-09 | 1 | -22/+30 |
| | |||||
* | - fix getting result of fsedit::hds | Pascal Rigaux | 2001-04-05 | 1 | -23/+1 |
| | | | | | - cleanup | ||||
* | make it please perl2fcalls | Pascal Rigaux | 2001-03-07 | 1 | -1/+1 |
| | |||||
* | test if gtk -> bootlookdrake, else drakboot | damien | 2001-02-28 | 1 | -11/+12 |
| | |||||
* | short-circuit to bootlook for the moment. | damien | 2001-02-26 | 1 | -9/+11 |
| | |||||
* | implemented or updated embedded mode | damien | 2001-02-08 | 1 | -1/+1 |
| | |||||
* | updated embedded mode. Should work, not tested in real world | damien | 2001-02-08 | 1 | -2/+3 |
| | |||||
* | corrected typo | damien | 2001-01-29 | 1 | -1/+1 |
| | |||||
* | added embedded mode | damien | 2001-01-26 | 1 | -16/+19 |
| | |||||
* | use standalone and standalone::pkgs_install | Pascal Rigaux | 2001-01-10 | 1 | -1/+1 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-09-01 | 1 | -2/+3 |
| | |||||
* | *** empty log message *** | Francois Pons | 2000-08-30 | 1 | -3/+3 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-06-28 | 1 | -1/+1 |
| | |||||
* | Seethechangelog | Chmouel Boudjnah | 2000-05-25 | 1 | -1/+1 |
| | |||||
* | Seethechangelog | Chmouel Boudjnah | 2000-05-25 | 1 | -1/+1 |
| | |||||
* | "Seethechangelog" | Chmouel Boudjnah | 2000-05-25 | 1 | -0/+3 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-05-02 | 1 | -3/+9 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-04-26 | 1 | -3/+4 |
| |