| Commit message (Expand) | Author | Age | Files | Lines |
* | be more explicit in the log about defaulting to newt | Pascal Rigaux | 2006-01-13 | 1 | -0/+1 |
* | when upgrading, merge existing modprobe.conf (and do it when /mnt is mounted,... | Pascal Rigaux | 2005-12-16 | 1 | -2/+0 |
* | load all ethernet modules in all installation modes (fixes the problem of fir... | Olivier Blin | 2005-12-02 | 1 | -1/+2 |
* | fix typo | Pascal Rigaux | 2005-10-10 | 1 | -1/+1 |
* | (main) do not stop bootsplash on globetrotter | Thierry Vignaud | 2005-09-27 | 1 | -1/+1 |
* | pppoe_modem device doesn't exist | Olivier Blin | 2005-09-16 | 1 | -1/+1 |
* | automatically configure DSL connection on installation from DSL | Olivier Blin | 2005-09-16 | 1 | -2/+16 |
* | - we do want doPartitionDisks and formatPartitions to be done early on upgrade, | Pascal Rigaux | 2005-09-15 | 1 | -0/+4 |
* | since choosing keyboard is done after mounting partition to upgrade, | Pascal Rigaux | 2005-09-15 | 1 | -12/+9 |
* | write ethernet aliases (and iftab) on upgrade, so that eth1394 doesn't mess u... | Olivier Blin | 2005-09-14 | 1 | -1/+6 |
* | new option "nodmraid" do ensure we don't use dmraid | Pascal Rigaux | 2005-09-14 | 1 | -0/+1 |
* | it seems we don't need re-ordering steps anymore for upgrading | Pascal Rigaux | 2005-09-13 | 1 | -4/+0 |
* | when upgrading and the keyboard config is wrong, write the unsafe config | Pascal Rigaux | 2005-09-13 | 1 | -0/+3 |
* | really skip setupBootloader in local_install | Pascal Rigaux | 2005-09-13 | 1 | -1/+2 |
* | simplify | Pascal Rigaux | 2005-09-12 | 1 | -1/+0 |
* | do summaryBefore() only once (this will reduce damage caused in bugzilla #18277) | Pascal Rigaux | 2005-09-06 | 1 | -1/+1 |
* | move code to create_minimal_files() | Pascal Rigaux | 2005-09-02 | 1 | -9/+1 |
* | fix typo | Pascal Rigaux | 2005-08-16 | 1 | -1/+1 |
* | - if we have a lot of memory, keep the clp in tmpfs | Pascal Rigaux | 2005-08-10 | 1 | -2/+2 |
* | write /etc/mdadm.conf when creating a new md (bugzilla #15502) | Pascal Rigaux | 2005-08-08 | 1 | -1/+1 |
* | - have /lib/tls/lib*.so* instead of replacing them with /lib/lib*.so* | Pascal Rigaux | 2005-06-29 | 1 | -1/+0 |
* | try to cleanup fs.pm | Pascal Rigaux | 2005-06-28 | 1 | -6/+6 |
* | don't disable kmod when doing a chroot install | Pascal Rigaux | 2005-06-21 | 1 | -1/+1 |
* | initial dmraid support | Pascal Rigaux | 2005-06-20 | 1 | -1/+2 |
* | install2 functions should be steps | Pascal Rigaux | 2005-06-06 | 1 | -19/+4 |
* | get rid of $clicked and $ent_number (obsolete) | Pascal Rigaux | 2005-06-06 | 1 | -47/+39 |
* | define $o->{net}{type} and $o->{net}{net_interface} for lan installs | Olivier Blin | 2005-06-03 | 1 | -0/+2 |
* | remove comment, stage1 now writes DOMAINNAME and DHCP_HOSTNAME in the proper ... | Olivier Blin | 2005-06-03 | 1 | -1/+0 |
* | remove unused code | Pascal Rigaux | 2005-06-03 | 1 | -1/+1 |
* | $o->{net}{network} and $o->{net}{resolv} may not exist at this stage of insta... | Olivier Blin | 2005-06-03 | 1 | -2/+2 |
* | - merge network settings in a $net hash (it modifies $o fields too): | Olivier Blin | 2005-06-03 | 1 | -10/+13 |
* | read in existing modprobe.conf on upgrade (bugzilla #13309) | Pascal Rigaux | 2005-06-02 | 1 | -0/+2 |
* | allow upgrading a chroot (using drakx-in-chroot) | Pascal Rigaux | 2005-06-02 | 1 | -2/+2 |
* | don't skip selectLanguage, selectKeyboard and miscellaneous by default in dra... | Pascal Rigaux | 2005-05-30 | 1 | -1/+1 |
* | remove dead code | Pascal Rigaux | 2005-05-30 | 1 | -4/+2 |
* | make drakx-in-chroot work | Pascal Rigaux | 2005-05-30 | 1 | -1/+7 |
* | - since set_security doesn't depend on the bootloader password, we can call i... | Pascal Rigaux | 2005-05-27 | 1 | -2/+0 |
* | replace unused $o->{localInstall} with $::local_install, partially used inste... | Pascal Rigaux | 2005-05-26 | 1 | -4/+5 |
* | Add missing brace | Rafael Garcia-Suarez | 2005-05-06 | 1 | -0/+1 |
* | remove obsolete code (most of these steps are anyway skipped in upgrade mode) | Olivier Blin | 2005-05-03 | 1 | -4/+0 |
* | do the edid probe before launching X server (the way it was already done for ... | Pascal Rigaux | 2005-04-08 | 1 | -1/+2 |
* | leave bootsplash when X is up (and also in newt and auto_install) | Pascal Rigaux | 2005-04-06 | 1 | -0/+2 |
* | when re-ordering the steps to have doPartitionDisks just after selectInstallC... | Pascal Rigaux | 2005-04-06 | 1 | -1/+3 |
* | do "doPartitionDisks" and "formatPartitions" ASAP in upgrade so that miscella... | Pascal Rigaux | 2005-03-18 | 1 | -1/+4 |
* | Allow to specify "suppl" and "askmedia" in the kernel command-line as well as... | Rafael Garcia-Suarez | 2005-03-16 | 1 | -1/+3 |
* | - remove ddcxinfos, replaced by monitor-edid (which is in a separate package) | Pascal Rigaux | 2005-02-28 | 1 | -2/+1 |
* | new kernel doesn't like usbdevfs any more, it wants usbfs | Pascal Rigaux | 2005-02-08 | 1 | -1/+1 |
* | drakx_version() is now in install_any | Pascal Rigaux | 2005-01-26 | 1 | -1/+1 |
* | - move some install specific code out of ugtk2.pm into install_gtk.pm | Pascal Rigaux | 2005-01-06 | 1 | -1/+1 |
* | move mdkinst.clp on hard drive ASAP | Pascal Rigaux | 2005-01-03 | 1 | -0/+2 |