summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
Commit message (Collapse)AuthorAgeFilesLines
* installing foomatic before doing anything about printerPascal Rigaux2001-08-081-0/+5
|
* Installation fitted to new printerdrakeTill Kamppeter2001-08-081-24/+2
|
* add interactive_pkgs stuffPascal Rigaux2001-08-081-1/+1
|
* change to do_pkgsPascal Rigaux2001-08-081-2/+1
|
* replace isJfs/isXfs/... with isThisFs("jfs"Pascal Rigaux2001-08-031-1/+1
|
* instead of testing if ref($in) or ref($o) contains /gtk/, test if ↵Pascal Rigaux2001-08-021-1/+1
| | | | interactive_gtk is in ISA of the object
* after copying the auto install floppy, sync in case you shall remove theGuillaume Cottenceau2001-07-311-0/+1
| | | | | | floppy right after the LED switches off yet the kernel decides to not flush everything
* changed warn dialog to okcancel dialog when asking user to insert Boot floppyFrancois Pons2001-07-271-2/+2
| | | | | used or Update Modules floppy (die may cause to rerun install else).
* really fixes Diskette with Floppy.Francois Pons2001-07-261-2/+2
|
* fix typo as Diskette to Floppy.Francois Pons2001-07-261-2/+2
|
* add support for new modules load as described by GG.Francois Pons2001-07-261-0/+12
|
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-241-2/+2
|
* cleanupPascal Rigaux2001-07-231-8/+9
|
* roll back some changes from PPC beta - OldWorld vs NewWorld bootloaderStew Benedict2001-07-181-8/+16
| | | | | modem detection on ttyS0, new sound module in 2.4.4
* added LDAP support for password authentication, updated root password window ↵Francois Pons2001-07-091-7/+16
| | | | look.
* added back timezone settings (thanks FredC).Francois Pons2001-07-041-0/+1
|
* (doPartitionDisks): better error message when no root partition is foundPascal Rigaux2001-07-031-6/+7
|
* (configureTimezone): propose a list of NTP serversPascal Rigaux2001-07-031-1/+5
|
* added loadSavePackagesOnFloppy to manage package selection file used byFrancois Pons2001-07-031-1/+32
| | | | | auto_install too from packages tree directly on floppies.
* add ntp handlingPascal Rigaux2001-07-031-1/+14
|
* new network sources reorganizationCVS: ↵damien2001-07-021-2/+2
| | | | ----------------------------------------------------------------------
* s/Linux-Mandrake/Mandrake Linux/Pablo Saratxaga2001-06-221-7/+7
|
* fix bootstrap information screen back to orig with missing ":" - PPCStew Benedict2001-05-251-1/+1
|
* add hfs support to rescue - PPC, fix bootstrap creation, formatting sequenceStew Benedict2001-05-251-18/+18
|
* added support for NVIDIA 3D acceleration.Francois Pons2001-04-251-1/+4
|
* fixed missing mouse update in summary.Francois Pons2001-04-171-1/+1
|
* (setRootPassword): better ensure 'broadcast' insteaf of overridingPascal Rigaux2001-04-171-1/+1
|
* (setRootPassword): set NIS to broadcast when NIS asked. Empty NIS still ↵Pascal Rigaux2001-04-171-5/+8
| | | | means no NIS
* (exitInstall): fix bad i18n of Replay button (thx2submarine)Pascal Rigaux2001-04-141-1/+1
|
* (configureX): fix link /etc/gtk (to /mnt/etc/gtk) instead of /etc/gtkrcPascal Rigaux2001-04-141-1/+1
|
* (addUser): remove the setting of $o->{autologin}, now done in any::autologinPascal Rigaux2001-04-131-3/+0
|
* added conditional update-menus if package are installed.Francois Pons2001-04-131-4/+2
|
* make sure update-menus is called after installing cups related packages.Francois Pons2001-04-131-2/+7
|
* removed Cancel of Summary.Francois Pons2001-04-121-2/+4
|
* fixed ask printer configuration.Francois Pons2001-04-121-10/+7
|
* (configureX): fix for X test at install with exotic fontsPascal Rigaux2001-04-121-3/+2
|
* (chooseGroups): warn if chosen size is too bigPascal Rigaux2001-04-111-6/+12
|
* translate the ``path'' in profile selectionPascal Rigaux2001-04-111-1/+1
|
* fixed selection of CDs.Francois Pons2001-04-101-3/+3
|
* fixed typo for cups checking of installation.Francois Pons2001-04-061-2/+2
|
* fixed "No printer" after configuring cups for remove server.Francois Pons2001-04-061-3/+7
| | | | | added log for CD medium chosen par user.
* (addUser): default autologin to first user in beginnerPascal Rigaux2001-04-051-0/+3
|
* ask for autologinPascal Rigaux2001-04-051-4/+3
|
* (generateAutoInstFloppy): do not use $o->{pcmcia} to know if pcmcia.imgPascal Rigaux2001-04-051-1/+1
| | | | | was used. Better have a look at /proc/cmdline
* - move report_bug in install_anyPascal Rigaux2001-04-051-2/+2
| | | | | - g_auto_install generates the auto_inst.cfg string without output'ing it
* fixed printer description in summary.Francois Pons2001-04-041-1/+13
|
* PPC keyboard/mouse button emulationStew Benedict2001-04-031-1/+11
|
* (choosePackages): do not make a special case for upgrades (was: select thePascal Rigaux2001-04-031-4/+0
| | | | | min size, which was on contradiction with profile selection)
* (chooseGroups): simplified, more complex version in install_steps_gtkPascal Rigaux2001-03-291-13/+8
| | | | | (configurePrinter): fix the inverted condition for installing xpp/kups
* (reallyChooseGroups): created from chooseGroups so that it can bePascal Rigaux2001-03-291-16/+28
| | | | | overridden in install_steps_gtk