summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* installUpdates: use formatAlaTeXGuillaume Cottenceau2002-01-161-2/+2
|
* cleanupPascal Rigaux2002-01-131-1/+1
|
* english taste inspired by daminette.Francois Pons2002-01-101-1/+1
|
* corrected fpons typodamien2002-01-091-1/+1
|
* avoid asking for minimal install for upgrade.Francois Pons2002-01-091-2/+2
|
* fixed stupid.Francois Pons2002-01-091-1/+1
|
* added minimal type of install support.Francois Pons2002-01-071-37/+42
|
* removed obsoleted comment.Francois Pons2002-01-041-2/+2
|
* allow to use same identifier for security medium (1u).Francois Pons2002-01-041-2/+4
| | | | | | re-install urpmi. allow some error to be catched.
* added update installation support to install (big modifs need testing).Francois Pons2002-01-041-6/+58
|
* fix english messagesPascal Rigaux2002-01-031-2/+2
|
* (selectMouse): when selecting a usb mouse, call setup_thiskind withPascal Rigaux2001-12-281-5/+7
| | | | | | at_least_one=1 (so that pci_class probe is used and so unknown serial_usb recognised (cf ldetect))
* migrate pcmcia in drakx to use in-kernel version (onlyGuillaume Cottenceau2001-11-211-1/+3
| | | | | for 2.4, though --> pcmcia in 2.2 no longer supported)
* re-enable PPC bootloader setupStew Benedict2001-10-091-1/+2
|
* avoid chooseCD on oem install.Francois Pons2001-10-011-2/+2
|
* allow non ejectable medium to allow all hdlists on the bootable medium.Francois Pons2001-09-251-1/+4
|
* make current boot medium already selected if multiple hdlist are on this ↵Francois Pons2001-09-251-3/+6
| | | | boot medium.
* avoid keeping testing code.Francois Pons2001-09-211-1/+1
|
* reworked medium management.Francois Pons2001-09-211-4/+3
|
* added code to support changeable cdrom, set a unique copy of license forFrancois Pons2001-09-211-2/+70
| | | | | installing commercial application as package variable (exported).
* (choosePartitionsToFormat): do not propose check bad blocks for xfs and jfsPascal Rigaux2001-09-201-1/+1
|
* now finally really fixed printer label in summary dialog.Francois Pons2001-09-181-1/+2
|
* fixed printer description in summary (again).Francois Pons2001-09-181-1/+1
|
* fixed no printer displayed (at least, print Remote CUPS server).Francois Pons2001-09-181-2/+5
|
* fix typoPascal Rigaux2001-09-151-1/+1
|
* find error in /tmp/.error only if exception is "xxx failed"Pascal Rigaux2001-09-151-1/+2
|
* makes cancel on mouse selection works even betterPascal Rigaux2001-09-151-0/+1
|
* fix cancel on mouse choicePascal Rigaux2001-09-151-1/+1
|
* (selectKeyboard): don't prompt in newbie mode if >=90, not >90Pascal Rigaux2001-09-131-1/+1
|
* fixed Printer name reporting for a specific printer.Francois Pons2001-09-131-2/+2
|
* added hid type usb mouse support.Francois Pons2001-09-101-2/+1
|
* make loopback installs work againPascal Rigaux2001-09-081-1/+1
|
* fix keyboard config + some cleanupPascal Rigaux2001-09-061-1/+2
|
* avoid asking when using existing partition for magic partition with a realFrancois Pons2001-09-051-2/+4
| | | | | | mntpoint (typically /tmp/hdimage) if we are not using a ramdisk (so partition is not unmountable).
* (choosePartitionsToFormat): do not propose to propose already formattedPascal Rigaux2001-09-031-2/+4
| | | | | fat partitions
* have a wait_message during installation of bootloaderGuillaume Cottenceau2001-08-301-1/+4
|
* fix language selectionPascal Rigaux2001-08-291-1/+1
|
* add localedrake (not tested)Pascal Rigaux2001-08-291-17/+1
|
* propose to format / and /usr even if isFormatted. More generally do not ↵Pascal Rigaux2001-08-281-2/+5
| | | | trust isFormatted to show which partitions to format
* default the licence agreement to "Refuse"Pascal Rigaux2001-08-281-1/+1
|
* moved installation code of foomatic (only) if a printer may be chosen.Francois Pons2001-08-211-6/+4
|
* fix '$' in i18n messagePascal Rigaux2001-08-211-1/+1
|
* rename isCdNotEjectable in usingRamdisk, ensure no files are removed unless ↵Pascal Rigaux2001-08-191-1/+1
| | | | we're in ramdisk
* simplifyPascal Rigaux2001-08-191-8/+2
|
* big renaming of ask_from_entries_refH in ask_from and ↵Pascal Rigaux2001-08-181-41/+41
| | | | ask_from_entries_refH_powered in ask_from_
* fix pass $all_hds->{hds} instead of $all_hdsPascal Rigaux2001-08-181-1/+1
|
* a hell lot of cleanup/rewrite:Pascal Rigaux2001-08-171-12/+13
| | | | | | | | | | | * diskdrake_interactive created, diskdrake is now interactive aware * added some documentation about the structure used for partitioning * all_hds now contain the various hds, lvm, raid * cleanup the isLVM, isRAID and alike functions * field {type} in detect_devices is now {media_type} * detect_devices::floppies is now floppies_dev * removed old function prototypes
* - fix createBootdisk with autoGuillaume Cottenceau2001-08-141-4/+3
| | | | | - fix setupBootloader with auto
* - fix behaviour of draknet when auto-installGuillaume Cottenceau2001-08-141-2/+2
| | | | | - remove auto flag when error-in-step
* really use a class_discard for Xconfigurator::mainPascal Rigaux2001-08-131-1/+1
|