summaryrefslogtreecommitdiffstats
path: root/rescue/tree/etc
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'V9_1_24mdk'.V9_1_24mdkMystery Man2003-03-1413-1792/+0
|
* modified language settings.Francois Pons2003-03-111-1/+1
|
* added missing right parenthesis.Francois Pons2003-03-102-2/+2
|
* fix for strange parted behaviour.Francois Pons2003-03-102-29/+41
|
* - unsetting LD_LIBRARY_PATH: setting LD_LIBRARY_PATH to libraries in /mnt isPascal Rigaux2003-03-041-2/+1
| | | | | | | | | wrong since the ld loader used (/lib/ld-linux.so.2) won't use the one in /mnt, causing dependency problems. - removing /mnt dirs from PATH (which are not useful anymore since the corresponding libraries won't be found) (fixes bug #2554)
* remove "cooker" from the issue of the rescue since we'reGuillaume Cottenceau2003-02-081-1/+1
| | | | | aproaching the release candidates
* version 9.1 cookerGuillaume Cottenceau2003-01-071-1/+1
|
* synced with latest change to HP version (and now HP is in CVS).Francois Pons2002-11-251-4/+5
|
* add extra partition support as primary/logical with configurable size and fs.Francois Pons2002-11-061-12/+57
| | | | | allow configurable min_size, def_size, trigger_size, inst_size, swap_size.
* reduced version of oem script which allow installing in oem mode butFrancois Pons2002-10-251-0/+606
| | | | | | | without restricting language and without installing any packages. all package are copied to disk, ie this is an automated hd install builder.
* remove initrd images before umounting and exiting.Francois Pons2002-10-141-0/+3
|
* don't drvinst SERIAL_USB when noauto (it needs a lspcidrake -v)Guillaume Cottenceau2002-09-101-1/+1
|
* drvinst serial_usb in rc.sysinit so that legacy free machines mayGuillaume Cottenceau2002-09-041-0/+2
| | | | | work with rescue
* final candidate.Francois Pons2002-04-171-10/+1
|
* add gcc-cpp to oem install.Francois Pons2002-04-171-1/+1
|
* sync with oem-prepareFrancois Pons2002-04-161-7/+7
|
* fixed stupid error.Francois Pons2002-04-161-1/+6
|
* forget packdrake module invocation.Francois Pons2002-04-161-0/+1
|
* fixed to support non standard rpm filename.Francois Pons2002-04-161-10/+21
|
* update lang according to lang.pm of 8.2 (remove @euro appended for 8.1).Francois Pons2002-03-151-4/+4
|
* remove Mach32 XF3.3.6 server too.Francois Pons2002-03-131-1/+1
|
* remove Mach8 and Mono driver for oem only.Francois Pons2002-03-131-1/+1
|
* remove bzflag.Francois Pons2002-03-131-2/+1
|
* fixed closure selection on sub groups (like 3D),Francois Pons2002-03-131-31/+40
| | | | | | moved some big package out of oem, minor fixes.
* allow oem script to be executable from standard cd set (powerpack or other).Francois Pons2002-03-061-0/+8
|
* added ext3 support.Francois Pons2002-03-011-16/+36
|
* added curl as a bonus for oem install (it will be used by urpmi)Francois Pons2002-02-281-1/+1
|
* added a2ps as a bonus (it fetch tetex where oem limited disk usage do not agreeFrancois Pons2002-02-281-1/+1
| | | | | a lot).
* fixed bad copy of install packages.Francois Pons2002-02-281-6/+12
|
* synced with newer rpmsrate of DrakX and newer method to select INSTALL packages.Francois Pons2002-02-201-5/+12
|
* better handling of group linked to hardware or options.Francois Pons2002-02-061-122/+24
|
* select preferred kernel as kernel-\d.Francois Pons2002-02-051-0/+1
|
* use LD_LIBRARY_PATH in rescue so that PATH'ing in /mntGuillaume Cottenceau2002-02-051-0/+1
| | | | | can really be used
* - add a GUI to the rescueGuillaume Cottenceau2001-10-242-8/+4
| | | | | | | - provide guessmounts with better efficiency and output, go to console, and reboot - provide install_bootloader which runs lilo from /mnt if it seems safe - add lsparts to rescue, which prints partitions with detected types
* fix PATH (have /mnt/bin /mnt/usr/bin ...)Pascal Rigaux2001-10-221-1/+1
|
* better phrasingGuillaume Cottenceau2001-10-161-1/+1
|
* added silly modification to avoid using more than 7 partition for DAC960 (/homeFrancois Pons2001-10-081-2/+3
| | | | | and /var are not created in the current state).
* added (missing) creation of /hd/boot/grub/device.map (needed forFrancois Pons2001-10-051-33/+86
| | | | | CompactSmartArray).
* fix (work around) parted problem when it refuse to use all disk space forFrancois Pons2001-10-041-1/+1
| | | | | partition.
* added another psacct log file in touch.Francois Pons2001-10-041-1/+4
|
* fixed typo on scalar reference for psacct bug.Francois Pons2001-10-041-1/+1
|
* updated with 8.1 OEM ProSuite.Francois Pons2001-10-041-10/+8
|
* fixed typo in produced patch.Francois Pons2001-10-031-1/+1
|
* added extension to pro suite CD (added kernel-enterprise to possibly installableFrancois Pons2001-10-031-2/+90
| | | | | and install kernel22).
* removed 3D games not installed by default.Francois Pons2001-10-031-2/+2
|
* added missing xmms-arts.Francois Pons2001-10-031-1/+1
|
* allow halting.Francois Pons2001-10-031-4/+10
|
* added CHARSET support, removed kernel22 and kernel-enterprise from list ofFrancois Pons2001-10-011-12/+21
| | | | | | package installable in oem mode, added possibility to set language on /etc/oem script invocation.
* added isdn-light to be copied on hd during installdamien2001-09-241-1/+1
|
* added X group with SYSTEM.Francois Pons2001-09-181-11/+17
|