summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* updated packages to copy for printerdrake, removed almost obsoletes XFree86Francois Pons2001-08-241-5/+9
| | | | | | 3.3.6 servers (8514, AGX, Mach32, Mach8, Mono, P9000, W32, I128, VGA16, 3DLabs) which means user will have to change CD back to CD#1 if he a such a card.
* removed obsolete code for cond_remount and cond_umount and update hdInstallPathFrancois Pons2001-08-241-20/+9
| | | | | for hd installation.
* (cond_umount_hdimage): do not unmount /tmp/hdimage if not using ramdiskPascal Rigaux2001-08-231-1/+1
|
* (disable_user_view): damned kdmrc movedPascal Rigaux2001-08-231-1/+1
|
* cleanupPascal Rigaux2001-08-211-6/+1
|
* fixed hd installation for urpmi.Francois Pons2001-08-211-2/+2
|
* install hotplug if usb (i kept usbd just in case)Pascal Rigaux2001-08-211-1/+1
|
* try harder to umount /tmp/hdimage only when neededPascal Rigaux2001-08-201-0/+11
|
* rename isCdNotEjectable in usingRamdisk, ensure no files are removed unless ↵Pascal Rigaux2001-08-191-0/+2
| | | | we're in ramdisk
* major fs.pm rework + adaptation to itPascal Rigaux2001-08-191-6/+7
|
* fixed i18nStefan Siegel2001-08-181-1/+1
|
* a hell lot of cleanup/rewrite:Pascal Rigaux2001-08-171-11/+10
| | | | | | | | | | | * 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
* add remove_unused to have more place for mo filesPascal Rigaux2001-08-161-3/+8
|
* (getAndSaveAutoInstallFloppy): fix a missing del_loop which caused thePascal Rigaux2001-08-161-0/+1
| | | | | unmounting at end of install to fail
* oops, fix type of installing X or notGuillaume Cottenceau2001-08-141-1/+1
|
* - fix choice of packages when auto installGuillaume Cottenceau2001-08-141-3/+3
|
* auto_inst enhancementsPascal Rigaux2001-08-131-7/+7
|
* initial revision for drakautoinstGuillaume Cottenceau2001-08-131-2/+81
| | | | | | | | | | - 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
* rename interactive_pkgs in pkgs_interactivePascal Rigaux2001-08-091-2/+2
|
* (remove, remove_nodeps): fix typoPascal Rigaux2001-08-081-2/+2
|
* makes interactive_pkgs stuff workPascal Rigaux2001-08-081-1/+1
|
* add interactive_pkgs stuffPascal Rigaux2001-08-081-0/+51
|
* create a new flags "X" selected by default, contain what X related packagesPascal Rigaux2001-08-041-0/+1
| | | | | which were in "SYSTEM"
* replace isJfs/isXfs/... with isThisFs("jfs"Pascal Rigaux2001-08-031-3/+3
|
* update_userkderc is now called update_gnomekdercPascal 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
* add jfs supportPascal Rigaux2001-08-021-0/+1
|
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-241-3/+4
|
* generalize the use of chomp_ as the functional alternative to chomp (and ↵Pascal Rigaux2001-07-241-2/+2
| | | | works on lists)
* IA64 adaptationMatthias Badaire2001-07-181-1/+1
|
* added LDAP support for authentication.Francois Pons2001-07-091-3/+8
|
* change all 8 space into a tabulation, this is simple and may change visualFrancois Pons2001-07-061-2/+6
| | | | | aspect but it gives correct output and filesize by 40%.
* remove busybox as default shell. Only use it as the interactive shell on tty2Pascal Rigaux2001-07-041-1/+2
|
* another too wide string truncated to 80 chars.Francois Pons2001-07-041-2/+2
|
* make auto_inst.cfg file no longer than 80 chars wide.Francois Pons2001-07-041-3/+3
|
* modified g_default_packages to be used from package tree save on floppy.Francois Pons2001-07-031-2/+2
|
* add ntp handlingPascal Rigaux2001-07-031-1/+4
|
* have the drakx "bug" command available in standalone via "drakbug_report"Pascal Rigaux2001-06-271-26/+2
|
* automagically install kernel-enterprise if memory is greater than 800MB.Francois Pons2001-06-221-0/+1
|
* generate_automatic_stage1_params: listizeGuillaume Cottenceau2001-06-211-11/+10
|
* use busybox for the shell of stage2Guillaume Cottenceau2001-06-211-1/+1
|
* fixed missing 3D choice for Matrox G450 card.Francois Pons2001-06-131-1/+1
|
* include patch to autodetect raid arrays (still needs a kernel that ↵Guillaume Cottenceau2001-06-111-1/+2
| | | | implements the ioctl..)
* (g_auto_install): more comments in auto_inst.cfg filePascal Rigaux2001-06-101-3/+8
|
* added DVD support, only first try to detect a DVD drive and rpmsrate is notFrancois Pons2001-06-051-0/+1
| | | | | updated.
* fixed non ejection of cdrom at end of install, cleaned regexp used.Francois Pons2001-06-051-5/+3
|
* (g_auto_install): autoExitInstall set if not replay (was the opposite)Pascal Rigaux2001-05-241-1/+1
|
* basic xfs handlingPascal Rigaux2001-05-141-0/+1
|
* Don't delete any images in test mode. Fix tabs in bootloader.pm.Stew Benedict2001-05-021-0/+1
| | | | | Default bootstrap partition in expert. Change mdk-bg.png to 4x4 for PPC strangeness.
* added NVIDIA cards detection to enable 3D.Francois Pons2001-04-251-1/+7
|