summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
Commit message (Collapse)AuthorAgeFilesLines
* fix network installThierry Vignaud2003-09-091-1/+0
|
* - move call to ->charsetChanged from install_steps_interactive to install_stepsPascal Rigaux2003-09-031-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 GnomePascal Rigaux2003-09-011-1/+1
|
* don't install autologin if using KDE or Gnome desktop (not needed nor used)Pascal Rigaux2003-08-281-1/+4
|
* fixup last hackNicolas Planel2003-08-271-2/+4
|
* Now acpi=ht to prevent HT detection onlyNicolas Planel2003-08-271-1/+4
|
* load detected firewire modules during installPascal Rigaux2003-08-201-1/+1
|
* fix brown paper bug #4702 ...Thierry Vignaud2003-08-191-1/+1
|
* add resume=/dev/XXX where /dev/XXX is the swap partition (when the swap ↵Pascal Rigaux2003-08-191-0/+5
| | | | partition is bigger than ram size)
* use $::prefix instead of passing $prefix to functionsPascal Rigaux2003-08-101-15/+14
|
* since we wrote the password in /etc/passwd, we must convert to shadowPascal Rigaux2003-08-101-0/+3
|
* - move write_smb_conf() from install_any to network::smbPascal Rigaux2003-08-011-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 Pons2003-07-311-0/+6
|
* fixed /usr/share/bootsplash directory not created for images.Francois Pons2003-07-311-1/+1
|
* apply oem image modification to bootsplash too.Francois Pons2003-07-311-0/+21
|
* Aurora doesn't exist anymore (and it's been that way for quite a few time)Pascal Rigaux2003-07-301-3/+3
|
* don't use framebuffer after install on i845 (even if framebuffer works ↵Pascal Rigaux2003-06-041-1/+1
| | | | | | | during install) (this implies no graphical boot)
* perl_checker fixesThierry Vignaud2003-05-231-2/+2
|
* fix network::netconnect::save_conf() calleeThierry Vignaud2003-05-191-1/+1
|
* perl_checker compliancePascal Rigaux2003-04-301-2/+1
|
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-1/+5
|
* new perl_checker compliancePascal Rigaux2003-04-171-5/+5
|
* reverted to 1.604Frederic Lepied2003-03-171-10/+0
|
* fix a fatal error in drakpem in editable modeFlorent Villard2003-03-151-0/+10
|
* fix for newer commercial package name (kernel module).Francois Pons2003-03-121-1/+1
|
* added minimal of what is selected log for pkg_install.Francois Pons2003-03-121-1/+1
|
* fix original #2842 problemGuillaume Cottenceau2003-03-101-0/+1
|
* dropped allowNVIDIA_rpmsFrancois Pons2003-03-061-1/+1
|
* fixed stupid again typo.Francois Pons2003-03-061-1/+1
|
* modified logic for summaryAfter.Francois Pons2003-03-061-2/+2
|
* fixed again the same typo.Francois Pons2003-03-061-1/+1
|
* fixed stupid typo.Francois Pons2003-03-061-1/+1
|
* summaryAfter created to install acpi and acpid if needed.Francois Pons2003-03-061-0/+8
|
* menu update method modified for upgrade.Francois Pons2003-03-061-0/+2
|
* modifying keyboard in summary must modify XF86ConfigPascal Rigaux2003-03-051-0/+6
|
* - add "Force No APIC"Pascal Rigaux2003-02-201-6/+9
| | | | | | | - rename add_append() to set_append() (since it can be used to remove a key) - add remove_append_simple()
* usb is runned by rc.sysinit, and doesn't like "chkconfig --add" anymorePascal Rigaux2003-02-201-1/+1
|
* to workaround perl bug removing UTF8 flag when passing scalars to die's, passGuillaume Cottenceau2003-02-191-4/+4
| | | | | | a scalar-ref. but we need to de-ref, so it might break many things :). let's make a prayer :).
* add some more formatErrorPascal Rigaux2003-02-191-1/+1
|
* add simplified menu for desktop mode.Francois Pons2003-02-191-0/+5
|
* propagate /proc/cmdline acpi=xxxPascal Rigaux2003-02-171-1/+3
|
* have acpi=off by defaultPascal Rigaux2003-02-171-0/+1
|
* remove unneeded msec related actions (those are done in msec)Pascal Rigaux2003-02-141-6/+0
|
* simpler way to detect broken alternatives. It works for symlinks to symlinks,Pascal Rigaux2003-02-141-2/+1
| | | | | eg: rvi -> /bin/vi -> /etc/alternatives/vi -> /bin/vim-minimal
* use $::prefixPascal Rigaux2003-02-141-1/+1
|
* have supermount back by default (at least when the security level < 4)Pascal Rigaux2003-02-131-1/+1
|
* - set_help is deprecatedPascal Rigaux2003-02-131-1/+0
| | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now
* rework summary() (esp. to allow a gtk frontend)Pascal Rigaux2003-02-121-0/+2
|
* fix fpons sucks (at least one time).Francois Pons2003-02-121-2/+3
|
* perl_checker compliance ("ref" now need parentheses in many case)Pascal Rigaux2003-02-121-2/+2
|