Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix blino stage1 change (i think he likes breaking things ;p) | Pascal Rigaux | 2004-06-25 | 1 | -1/+1 |
| | |||||
* | bootloader::add_kernel() do a good job at replacing symlinks with the real | Pascal Rigaux | 2004-06-25 | 1 | -17/+0 |
| | | | | | kernel/initrd file name, so don't need to do it here | ||||
* | adapt to new bootloader.pm | Pascal Rigaux | 2004-06-25 | 1 | -2/+2 |
| | |||||
* | switch to xorg | Pascal Rigaux | 2004-06-08 | 1 | -1/+1 |
| | |||||
* | use lang::analyse_locale_name() and lang::analyse_locale_name() | Pascal Rigaux | 2004-05-11 | 1 | -1/+2 |
| | |||||
* | no need for defensive programming | Pascal Rigaux | 2004-05-03 | 1 | -1/+1 |
| | |||||
* | blank.img has been removed, so remove special code handling it | Pascal Rigaux | 2004-05-03 | 1 | -21/+3 |
| | |||||
* | (lang::write_langs) drop prefix parameter | Thierry Vignaud | 2004-04-09 | 1 | -1/+1 |
| | |||||
* | perl now handle cleanly utf8 string in exceptions, no need to die \N("...") | Pascal Rigaux | 2004-04-05 | 1 | -4/+4 |
| | |||||
* | devfs=mount is the default for kernel 2.6 (what about 2.4 ?), so one need | Pascal Rigaux | 2004-03-19 | 1 | -4/+2 |
| | | | | | devfs=nomount when devfsd is not installed | ||||
* | catch cdie's in auto_install | Pascal Rigaux | 2004-03-11 | 1 | -1/+1 |
| | |||||
* | fix & cleanup generating replay & auto_install images | Pascal Rigaux | 2004-03-04 | 1 | -1/+1 |
| | | | | | (thanks to David Eastcott) | ||||
* | (hasNetwork) do not refuse to up the network when in dhcp (bad oem patch) | Thierry Vignaud | 2004-03-04 | 1 | -1/+1 |
| | |||||
* | remove existing xxx=ide-scsi on upgrades | Pascal Rigaux | 2004-03-01 | 1 | -0/+7 |
| | |||||
* | (upNetwork) log up try and faillures | Thierry Vignaud | 2004-03-01 | 1 | -0/+4 |
| | |||||
* | alias agpgart should be only for 2.6, since code doesn't allow this easily, | Pascal Rigaux | 2004-02-20 | 1 | -4/+0 |
| | | | | | adding the agp module to modprobe.preload | ||||
* | add utf8 key to locale config if not already present, so that | Guillaume Cottenceau | 2004-02-19 | 1 | -0/+1 |
| | | | | | auto install behave as before (pixel) | ||||
* | selectlanguage: utf8 flag status is updated when user selects more/less ↵ | Guillaume Cottenceau | 2004-02-18 | 1 | -1/+0 |
| | | | | languages; when user touches it, update is disabled, allowing andrej to have an en_GB + ru_RU install without utf8 | ||||
* | no need to fake scsi for ide anymore (hopefully!) | Pascal Rigaux | 2004-02-10 | 1 | -5/+0 |
| | |||||
* | handle allowNVIDIA_rpms & allowATI_rpms directly in ↵ | Pascal Rigaux | 2004-02-09 | 1 | -4/+1 |
| | | | | Xconfig::card::install_server | ||||
* | install_steps is a do_pkgs, so add "use do_pkgs" | Pascal Rigaux | 2004-02-05 | 1 | -0/+1 |
| | |||||
* | fix typo creating agpgart alias | Pascal Rigaux | 2004-02-02 | 1 | -1/+1 |
| | |||||
* | - no ide-scsi emulation for ide ZIPs | Pascal Rigaux | 2004-02-02 | 1 | -2/+4 |
| | | | | | - no ide-scsi emulation for cd burners when kernel 2.6 | ||||
* | *** empty log message *** | Pascal Rigaux | 2004-01-30 | 1 | -1/+1 |
| | |||||
* | add/fix various/agpgart section | Nicolas Planel | 2004-01-30 | 1 | -1/+1 |
| | |||||
* | xxx-agp is not loaded at install, so when_load() is not the right place | Pascal Rigaux | 2004-01-30 | 1 | -0/+4 |
| | |||||
* | modules::load_ide() is removed, now we use the same as install_step_interactive | Pascal Rigaux | 2004-01-20 | 1 | -1/+1 |
| | |||||
* | help perl_checker seeing charsetChanged even if known install_steps_* can be ↵ | Pascal Rigaux | 2004-01-20 | 1 | -0/+4 |
| | | | | seen | ||||
* | kernel 2.6 .ko adaptation | Pascal Rigaux | 2004-01-20 | 1 | -1/+1 |
| | |||||
* | - install_steps_auto_install is not a interactive but still needs do_pkgs | Pascal Rigaux | 2004-01-12 | 1 | -1/+3 |
| | | | | | | - so making do_pkgs a class, and interactive and install_steps will inheritate from it - do_pkgs renamed into do_pkgs_common, containing the things common to do_pkgs_during_install and do_pkgs_standalone | ||||
* | obsolete livedrake, live_install, live_update | Pascal Rigaux | 2004-01-06 | 1 | -2/+2 |
| | |||||
* | use $::prefix | Pascal Rigaux | 2004-01-06 | 1 | -1/+1 |
| | |||||
* | get rid of g_auto_install (unused & not working) | Pascal Rigaux | 2004-01-06 | 1 | -7/+4 |
| | |||||
* | basic lvm2 support (not tested yet!) | Pascal Rigaux | 2004-01-06 | 1 | -1/+1 |
| | |||||
* | write_conf() doesn't need $prefix anymore | Pascal Rigaux | 2004-01-05 | 1 | -2/+2 |
| | |||||
* | fix typo | Pascal Rigaux | 2003-12-02 | 1 | -1/+1 |
| | |||||
* | create fix_broken_alternatives() | Pascal Rigaux | 2003-12-02 | 1 | -8/+1 |
| | |||||
* | call lang::set(): | Pascal Rigaux | 2003-11-18 | 1 | -2/+2 |
| | | | | | | - with $o->{locale} instead of $o->{locale}{lang} - after setting $o->{locale}{country} | ||||
* | getHds called by install_steps must not be interactive | Pascal Rigaux | 2003-11-18 | 1 | -1/+1 |
| | |||||
* | fix bogus use of old netwok module instead of network::network | Thierry Vignaud | 2003-11-12 | 1 | -4/+4 |
| | |||||
* | escaped strings fixes | Thierry Vignaud | 2003-11-06 | 1 | -1/+1 |
| | |||||
* | use member | Guillaume Cottenceau | 2003-11-03 | 1 | -1/+1 |
| | |||||
* | drop field {next} in {steps} since it is duplicated in orderedSteps | Pascal Rigaux | 2003-10-15 | 1 | -1/+1 |
| | | | | | => it allows simpler modification of orderedSteps (as already done in upgrade) for mandrake move | ||||
* | alpha is DEAD okay? so remove that **** from here | Guillaume Cottenceau | 2003-10-09 | 1 | -63/+31 |
| | |||||
* | use mkdir_p | Pascal Rigaux | 2003-10-04 | 1 | -1/+1 |
| | |||||
* | fixed important glitches about oem-theme.rpm not capable of being copied | Francois Pons | 2003-10-03 | 1 | -1/+2 |
| | |||||
* | avoid mounting partitions in recovery mode. | Francois Pons | 2003-09-22 | 1 | -1/+1 |
| | |||||
* | avoid urpmi source in oem to use cdrom (we now use disk instead, avoiding | Francois Pons | 2003-09-22 | 1 | -1/+1 |
| | | | | | supermount problems). | ||||
* | sanitize ld.so.conf *before* calling ldconfig | Pascal Rigaux | 2003-09-18 | 1 | -2/+2 |
| | |||||
* | moved update-menu after installation of oem-theme.rpm | Francois Pons | 2003-09-17 | 1 | -2/+3 |
| |