summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
Commit message (Collapse)AuthorAgeFilesLines
* package for pcmcia is now called "pcmcia-cs"Guillaume Cottenceau2001-11-231-1/+1
|
* fixed install_urpmi to build a correct urpmi db.Francois Pons2001-11-211-1/+1
|
* fix detecting read-only drives (like memory-sticks)Pascal Rigaux2001-10-091-1/+1
|
* use $boot_medium for default medium in oem install, avoid using kernel22 orFrancois Pons2001-10-011-3/+3
| | | | | kernel-enterprise in oem install (space available is too tight on CD oem version).
* - Suggest /boot/efi on IA-64 for the first VFAT partition found, insteadGwenolé Beauchesne2001-09-261-1/+2
| | | | | of /mnt/windows
* added isdn-light to be copied on hd during installdamien2001-09-241-1/+1
|
* do not force X flag, have it selected for any "Graphical Environment"Pascal Rigaux2001-09-231-2/+1
|
* reworked medium management.Francois Pons2001-09-211-1/+1
|
* add HIGH_SECURITY flag, use it for libsafe and kernel22-securePascal Rigaux2001-09-211-1/+1
|
* - gmc instead of nautilus for non-latin1 installsPascal Rigaux2001-09-191-0/+1
| | | | | - introduce CHARSET flag and use it
* (getAndSaveAutoInstallFloppy): skip it on ia64Pascal Rigaux2001-09-161-0/+2
|
* more up to my need ALL flag in compssUsersChoicePascal Rigaux2001-09-161-0/+3
|
* remove auto-install special case (initialisation of compssUsersChoice)Pascal Rigaux2001-09-161-4/+1
|
* use new mkdir_p, rm_rf and cp_af from MDK::CommonPascal Rigaux2001-09-161-10/+7
|
* when testing for bad drives, if opening for writing fails, remove the drive ↵Pascal Rigaux2001-09-141-1/+3
| | | | from the hard drive list (useful for Smartmedia readers)
* pptp-adsl instead of pptp-adsl-frdamien2001-09-141-1/+1
|
* updates 3D category according Matrox G550 and Radeon card.Francois Pons2001-09-131-2/+3
|
* updated g_auto_install() for newer printerdrake interface.Francois Pons2001-09-101-5/+3
|
* getAndSaveInstallFloppy: fix multiple cdrom issueGuillaume Cottenceau2001-09-091-1/+1
|
* (ejectCdrom): fix D state on exitPascal Rigaux2001-09-091-4/+7
|
* cleanupPascal Rigaux2001-09-071-0/+1
|
* update printer data for g_auto_install.Francois Pons2001-09-061-2/+3
|
* filtering $o->{printer} for g_auto_install().Francois Pons2001-09-051-1/+11
|
* allow installing urpmi on hd install even if low memory (so not using ramdisk).Francois Pons2001-09-051-1/+1
|
* updated to use new urpmi.cfg format for install_urpmi, make sure the directoryFrancois Pons2001-09-031-4/+13
| | | | | is not given for ftp and http install ($dir).
* if a medium is refused, get rid of it definitively until it is accepted again.Francois Pons2001-08-301-0/+1
|
* try to better handle symlinks device and devfs devicesPascal Rigaux2001-08-291-1/+1
|
* remove the temporary file /tmp/autoinst.imgPascal Rigaux2001-08-281-0/+1
|
* save the .img file so that multi-cd install won't ask to re-enter first cdGuillaume Cottenceau2001-08-261-6/+18
|
* fixed hdInstallPath for an hd installation without usingRamdisk (not installingFrancois Pons2001-08-241-1/+1
| | | | | urpmi in such case).
* 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
|