summaryrefslogtreecommitdiffstats
path: root/rescue
Commit message (Collapse)AuthorAgeFilesLines
* - add a GUI to the rescueGuillaume Cottenceau2001-10-247-18/+201
| | | | | | | - 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
|
* typo in update kernel by /meStew Benedict2001-10-162-1/+1
| | | | | | fine-tune sanity_check for ppc move /dev/nvram from list.ppc to devices.pl
* 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.
* don't install usb keyboard drivers more than onceGuillaume Cottenceau2001-09-271-1/+6
|
* try to fix usb keyboardsGuillaume Cottenceau2001-09-271-0/+9
|
* - Add file list for "rescue" diskGwenolé Beauchesne2001-09-261-0/+7
|
* 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
|
* finally work arounded rpm bug by flepied.Francois Pons2001-09-181-6/+6
|
* updated for 8.1, contains workaround for bug of "rpm --root" but need more ↵Francois Pons2001-09-171-36/+72
| | | | testing.
* updated for rpm 4.0.3.Francois Pons2001-09-171-0/+15
|
* use new mkdir_p, rm_rf and cp_af from MDK::CommonPascal Rigaux2001-09-161-4/+3
|
* ext3, xfs, jfsGuillaume Cottenceau2001-09-074-3/+11
|
* *** empty log message ***Pascal Rigaux2001-09-041-0/+1
|
* make it work (do not have the dev in /)Pascal Rigaux2001-08-292-1/+2
|
* cleanup, speedup, use mknod for devicesPascal Rigaux2001-08-293-39/+80
|
* fix distrib numberPascal Rigaux2001-08-071-1/+1
|
* use MDK::CommonPascal Rigaux2001-07-251-1/+2
|
* fixed to use perl-MDK-Common.Francois Pons2001-07-251-1/+1
|
* use PERL_VERSIONJeff Garzik2001-06-253-4/+4
|
* s/Linux-Mandrake/Mandrake Linux/Pascal Rigaux2001-06-212-2/+2
| | | | | | s/linux-mandrake/mandrakesoft/ (hand made, no i18n messages done)
* s/Linux-Mandrake/Mandrake Linux/Pascal Rigaux2001-06-211-1/+1
| | | | | | s/linux-mandrake/mandrakesoft/ (hand made, no i18n messages done)
* umount as much as possible before rebooting the rescueGuillaume Cottenceau2001-06-112-1/+40
|
* minor changesGuillaume Cottenceau2001-06-111-2/+2
|
* pixelization (tested!)Pascal Rigaux2001-06-101-18/+21
|
* - add 'guessmounts' that mimics RH's detecting of partitions when rescue startsGuillaume Cottenceau2001-06-104-1/+96
|
* rescuept is in /sbin nowGuillaume Cottenceau2001-06-091-1/+1
|
* Avoid hard coded perl version in list files, use PERL_VERSION magicFrancois Pons2001-06-063-11/+11
| | | | | string instead.
* switch to perl 5.6.1Pascal Rigaux2001-06-052-9/+9
|
* check presence of files from list and list.ARCHPascal Rigaux2001-05-311-2/+6
|
* add hfs support to rescue - PPC, fix bootstrap creation, formatting sequenceStew Benedict2001-05-251-1/+2
|
* add scd0...Pascal Rigaux2001-05-231-0/+1
|
* fixed parted that ask for confirmation if partition table is not right (MAXDATAFrancois Pons2001-05-171-1/+2
| | | | | | for example), this cause parted to ignore warning. added blank space between partition windows and linux to help resolving above case.
* fixed hole in partitionning (need testing), use fdisk to get disk geometry andFrancois Pons2001-05-171-12/+50
| | | | | | create partition that matches cylinder boundaries (no more approximation). make sure to create all partitions including /home.
* added support for /var creation, and more specific package selection for server.Francois Pons2001-05-161-36/+110
| | | | | Include option support by VERSION file.
* added missing Aurora, added icewm-light that may be usefull.Francois Pons2001-05-151-5/+9
|
* added support to change boot entries when invoking oem script.Francois Pons2001-05-111-9/+105
| | | | | | fixed missing SCSI support and driver module loading. fixed missing speficic packages not installed on HW detected.