Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | allow exit code of detached process to be seen. | Francois Pons | 2003-09-17 | 1 | -0/+1 |
| | |||||
* | fixed closing of rpmdb directly in pkgs | Francois Pons | 2003-09-17 | 1 | -2/+0 |
| | |||||
* | install urpmi before update-menus is called. | Francois Pons | 2003-09-17 | 1 | -2/+3 |
| | |||||
* | remove deprecated function call (thanks to guillaume 'eagle eye' Cottenceau) | Damien Chaumette | 2003-09-17 | 1 | -1/+0 |
| | |||||
* | fixed to close rpm db whenever possible. | Francois Pons | 2003-09-17 | 1 | -0/+2 |
| | |||||
* | treat C encoding specially when computing utf8 flag, it should not trigger ↵ | Guillaume Cottenceau | 2003-09-17 | 1 | -1/+1 |
| | | | | utf8 set by itself | ||||
* | pixelization | Pascal Rigaux | 2003-09-16 | 1 | -2/+1 |
| | |||||
* | make sure / and /usr are formatted in recovery mode. | Francois Pons | 2003-09-16 | 1 | -1/+2 |
| | |||||
* | move configuring kdmrc to lang::write so that it is done in localedrake | Pascal Rigaux | 2003-09-11 | 1 | -16/+0 |
| | |||||
* | simplified oem theme generation, now use oem-theme.rpm | Francois Pons | 2003-09-11 | 1 | -60/+6 |
| | |||||
* | wait for processes that need to be correctly finished before. | Francois Pons | 2003-09-11 | 1 | -4/+5 |
| | |||||
* | fix network install | Thierry Vignaud | 2003-09-09 | 1 | -1/+0 |
| | |||||
* | - move call to ->charsetChanged from install_steps_interactive to install_steps | Pascal Rigaux | 2003-09-03 | 1 | -0/+2 |
| | | | | | | so that we can use it in install_steps_auto_install_non_interactive - don't overload ->selectLanguage to call lang::load_console_font(), overload ->charsetChanged instead | ||||
* | chksession gives GNOME for gnome, not Gnome | Pascal Rigaux | 2003-09-01 | 1 | -1/+1 |
| | |||||
* | don't install autologin if using KDE or Gnome desktop (not needed nor used) | Pascal Rigaux | 2003-08-28 | 1 | -1/+4 |
| | |||||
* | fixup last hack | Nicolas Planel | 2003-08-27 | 1 | -2/+4 |
| | |||||
* | Now acpi=ht to prevent HT detection only | Nicolas Planel | 2003-08-27 | 1 | -1/+4 |
| | |||||
* | load detected firewire modules during install | Pascal Rigaux | 2003-08-20 | 1 | -1/+1 |
| | |||||
* | fix brown paper bug #4702 ... | Thierry Vignaud | 2003-08-19 | 1 | -1/+1 |
| | |||||
* | add resume=/dev/XXX where /dev/XXX is the swap partition (when the swap ↵ | Pascal Rigaux | 2003-08-19 | 1 | -0/+5 |
| | | | | partition is bigger than ram size) | ||||
* | use $::prefix instead of passing $prefix to functions | Pascal Rigaux | 2003-08-10 | 1 | -15/+14 |
| | |||||
* | since we wrote the password in /etc/passwd, we must convert to shadow | Pascal Rigaux | 2003-08-10 | 1 | -0/+3 |
| | |||||
* | - move write_smb_conf() from install_any to network::smb | Pascal Rigaux | 2003-08-01 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | - rename setAuthentication() to set_authentication() - move the work of set_authentication() from install_any to any - move the per-authentification kind questions from install_steps_interactive::setRootPassword() to any::ask_authentification_parameters() - various cleanup in code prompting authentification questions - call install_any::set_authentication() in install_steps::setRootPassword() instead of waiting for the installPackages step to be done (since setRootPassword occurs *after* packages installation) - don't call set_authentification() in install_steps::addUser() (why was this done there??) => these changes will allow drakauth | ||||
* | added redo of initrd files for oem changes to take effects for bootsplash... | Francois Pons | 2003-07-31 | 1 | -0/+6 |
| | |||||
* | fixed /usr/share/bootsplash directory not created for images. | Francois Pons | 2003-07-31 | 1 | -1/+1 |
| | |||||
* | apply oem image modification to bootsplash too. | Francois Pons | 2003-07-31 | 1 | -0/+21 |
| |