Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - handle blowfish password encryption and use it by default (#42426) | Pascal Rigaux | 2008-08-22 | 1 | -1/+1 |
| | |||||
* | - allow passing suppl=0 to disable "additional installation media" question | Pascal Rigaux | 2008-08-20 | 1 | -1/+1 |
| | |||||
* | revert r243632 from 2008-07-24 ("set META_CLASS as 'download' so that | Thierry Vignaud | 2008-07-25 | 1 | -1/+1 |
| | | | | | | | we got 'Ia Ora Smooth' theme") since we'd better set the theme through /etc/gtk-2.0/gtkrc because altering META_CLASS can trigger unwanted behavior in rpm scriptlets, which might use $META_CLASS | ||||
* | set META_CLASS as 'download' so that we got 'Ia Ora Smooth' theme | Thierry Vignaud | 2008-07-24 | 1 | -1/+1 |
| | |||||
* | enable to restore the system through rsnapshot if giving "restore" on cmdline | Thierry Vignaud | 2008-04-03 | 1 | -0/+1 |
| | |||||
* | - correctly set country when given lang=xxx on /proc/cmdline | Pascal Rigaux | 2008-03-21 | 1 | -1/+1 |
| | | | | | (regression introduced in 10.16) (#39104) | ||||
* | use UUID by default (for diskdrake and draklive-install) | Olivier Blin | 2008-03-19 | 1 | -2/+1 |
| | |||||
* | - fix setting default lang (which is given by gfxboot) | Pascal Rigaux | 2008-03-18 | 1 | -2/+7 |
| | | | | | | nb: one must not set $o->{locale}{lang} directly, otherwise $o->{locale}{country} will not have a valid value, hence some issues... | ||||
* | - do not load i810fb, rely on vesa xorg drive instead (it may help #37772) | Pascal Rigaux | 2008-03-05 | 1 | -2/+0 |
| | |||||
* | create fs::any::prepare_minimal_root() out of ↵ | Olivier Blin | 2008-02-28 | 1 | -11/+1 |
| | | | | install::install2::formatPartitions() (to be used in draklive-install | ||||
* | use fs::any | Olivier Blin | 2008-02-28 | 1 | -0/+1 |
| | |||||
* | move create_minimal_files() from install::any to fs::any | Olivier Blin | 2008-02-28 | 1 | -1/+1 |
| | |||||
* | move mapper devices initialization slightly before (for next commit) | Olivier Blin | 2008-02-28 | 1 | -6/+6 |
| | |||||
* | use list_modules::load_default_moddeps instead of loading hardcoded ↵ | Olivier Blin | 2008-02-11 | 1 | -1/+1 |
| | | | | /modules/modules.dep | ||||
* | - set $::isInstall soon enough for fs::type data-structure creation: | Pascal Rigaux | 2008-02-04 | 1 | -1/+2 |
| | | | | | fixes reiser4 appearing in diskdrake during install (#36999) | ||||
* | - /dev/<vg> may not exist if LVs have not been created, it must not be an ↵ | Pascal Rigaux | 2007-11-28 | 1 | -1/+1 |
| | | | | error (#31478) | ||||
* | - use UUID by default (in fstab, bootloader) | Pascal Rigaux | 2007-11-13 | 1 | -0/+1 |
| | |||||
* | add some debug message: detect @::auto_steps containing invalid step | Pascal Rigaux | 2007-10-26 | 1 | -2/+5 |
| | | | | | (esp when used in patch-oem.pl) | ||||
* | /dev/<vg_name> doesn't exist in drakx-in-chroot (why?), but at least it's not | Pascal Rigaux | 2007-10-17 | 1 | -1/+1 |
| | | | | | needed for lilo since we don't use lilo in chroot | ||||
* | (main) stop handling Discovery & 'Powerpack+ which do not exist anymore | Thierry Vignaud | 2007-10-09 | 1 | -2/+0 |
| | |||||
* | installer segfaulting doesn't imply memory is missing | Pascal Rigaux | 2007-10-09 | 1 | -1/+1 |
| | |||||
* | - handle @::auto_steps in patch-oem.pl | Pascal Rigaux | 2007-09-26 | 1 | -4/+4 |
| | |||||
* | allow use_uuid=0 | Pascal Rigaux | 2007-09-17 | 1 | -1/+1 |
| | |||||
* | better use $::o->{uuid_by_default} to allow easy setting in auto_installs | Pascal Rigaux | 2007-09-04 | 1 | -1/+1 |
| | |||||
* | - add global variable settable via "use_uuid" on kernel cmdline | Pascal Rigaux | 2007-09-04 | 1 | -0/+1 |
| | | | | | (it sets global variable $::uuid_by_default) | ||||
* | - nicely adjust mtime of fontconfig cache files | Pascal Rigaux | 2007-08-31 | 1 | -5/+2 |
| | | | | | | (otherwise the mtime may be in the future since files are not created with the chosen timezone, but only in UTC. and fc-cache doesn't like this at all) | ||||
* | drop special code based on meta_class "desktop" or "firewall". | Pascal Rigaux | 2007-08-31 | 1 | -1/+1 |
| | | | | | those meta_class are obsolete | ||||
* | drop Move support (unused for quite a long time and superceeded by Globetrotter | Thierry Vignaud | 2007-08-27 | 1 | -8/+3 |
| | | | | | which itself was obsoleted by Mdv One) | ||||
* | drop globetrotter support (unused for quite a long time and superceeded by ↵ | Thierry Vignaud | 2007-08-24 | 1 | -2/+1 |
| | | | | | | | Mdv One) we should just drop Mdv Move code btw... | ||||
* | kill old usb-storage code, mkinitrd now loads it when necessary | Olivier Blin | 2007-08-21 | 1 | -10/+0 |
| | |||||
* | - adduserdrake, finish-install: | Pascal Rigaux | 2007-08-13 | 1 | -9/+2 |
| | | | | | | | | | | | | | | | o create only one user o fix checking user info (#32517) - install: o merge root password step and create user step (new setRootPassword_addUser step name, but still handle addUser setRootPassword in interactiveSteps for auto_installs) o fix checking user creation info (#32517) o allow to create only one user per default, but add an entry in summary to create more users o authentication method is not configurable anymore for now. should we add it to summary? | ||||
* | - allow using sqlite for rpmdb when using option rpm_dbapi=4 | Pascal Rigaux | 2007-07-11 | 1 | -0/+1 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -0/+661 |