summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
Commit message (Collapse)AuthorAgeFilesLines
* move /root/* files (ddebug.log, install.log, report.bug,Guillaume Cottenceau2002-01-291-1/+1
| | | | | | auto_inst.cfg.pl, replay_install.img) to /root/drakx/, and also save stage1.log there
* (remove_advertising): ensure removing /tmp/drakx-images can't failPascal Rigaux2002-01-281-1/+1
|
* remove_advertising: use rm_rf since we don't have the real list of files ↵Pascal Rigaux2002-01-251-2/+1
| | | | (the .pl's are not in @advertising_images)
* advertising engine updateddamien2002-01-251-1/+4
|
* - add DOCS (based on !excludedocs)Pascal Rigaux2002-01-241-2/+3
| | | | | | | - set BIGMEM and SMP flags (since kernel-smp and kernel-enterprise sub-numbers are better handled by rpmsrate together with Warly's clean-rpmsrate)
* cleanup error messages (and fix diskdrake's)Pascal Rigaux2002-01-221-1/+1
|
* changed code to build synthesis file, check if they have not already been copiedFrancois Pons2002-01-221-3/+7
| | | | | from mirror, or build them using parsehdlist.
* add update flag for urpmi medium.Francois Pons2002-01-181-1/+2
|
* encrypted filesystem handling:Pascal Rigaux2002-01-151-1/+1
| | | | | | - using losetup - add "Options" for partitions in diskdrake (expert mode)
* modifications for new avertising enginedamien2002-01-111-0/+3
|
* fixed too many package selected for No X or With X option of minimal ↵Francois Pons2002-01-091-10/+15
| | | | installation.
* separated setDefaultPackages from setPackages because it is used by allowingFrancois Pons2002-01-071-58/+67
| | | | | only base system to be installed (allow remade a better package selection).
* added update installation support to install (big modifs need testing).Francois Pons2002-01-041-9/+9
|
* updated code to create synthesis file (including provides on files).Francois Pons2002-01-031-10/+6
|
* special case pcmcia-cs now handled in rpmsratePascal Rigaux2001-12-281-1/+0
|
* enable http:// in auto_install file locationPascal Rigaux2001-12-101-2/+5
|
* added network package not present in @needToCopy (package that may be installedFrancois Pons2001-12-101-1/+4
| | | | | by DrakX to avoid re-asking of CD1).
* (kernelVersion): looks at /boot/vmlinuzPascal Rigaux2001-12-051-5/+2
|
* fix bad parsing of package to copy (when one doen't exist anymore) inFrancois Pons2001-12-041-1/+1
| | | | | postinstall_rpms directory.
* getAndSaveAutoInstallFloppy: don't die when output'ing ofGuillaume Cottenceau2001-11-261-1/+2
| | | | | auto_inst.cfg is not possible
* 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).