summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
Commit message (Collapse)AuthorAgeFilesLines
* (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
|
* initial revision for drakautoinstGuillaume Cottenceau2001-08-131-65/+3
| | | | | | | | | | - put %installSteps in a separate package (steps.pm) (for drakxtools) - use additional fields {auto} and {noauto}, by step, to ease interactive auto install and oem stuff - in install2.pm, perform each step either from the interactive class or from install_steps, according to the {auto} flag - id, tell each step to not try to be automatic if {noauto} - in the install, have auto install bootdisk created in install_any so we can always write a bootdisk (from install_steps) for further use from drakautoinst in standalone - interactive version of install_steps_auto_install is now inheriting from the interactive class, so we can click on a previous automatic step and have it interactively during an interactive auto install
* 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
|