summaryrefslogtreecommitdiffstats
path: root/rescue
Commit message (Collapse)AuthorAgeFilesLines
...
* move libperl.so from list.ARCH back to list, using a wildcardPascal Rigaux2004-11-165-4/+1
|
* major switch from ramdisk to clpPascal Rigaux2004-11-163-31/+7
| | | | | | | | | | | | | - mdkinst_stage2.bz2 is now mdkinst.clp - rescue_stage2.bz2 is now rescue.clp - make_mdkinst_stage2 is now mdkinst_stage2_tool (we don't keep the live when building the clp, mdkinst_stage2_tool is able to create the clp from the live, or the live from the clp) - all stage1 images now need cryptoloop & gzloop - the clp can be preloaded in memory or not (see MEM_LIMIT_DRAKX_PRELOAD and MEM_LIMIT_RESCUE_PRELOAD) (for http & ftp, it *must* be preloaded) - we don't uncompress the ramdisk anymore since the decompression is done on the fly, this makes the rescue boot much faster - function get_ramdisk_realname() is replaced with macro CLP_FILE_REL
* add partimagePascal Rigaux2004-11-131-0/+1
|
* umount /stage1 when /etc/mtab exists to remove a warningPascal Rigaux2004-11-051-3/+3
|
* free up stage1 memoryPascal Rigaux2004-11-051-0/+3
|
* fix typoPascal Rigaux2004-11-051-1/+1
|
* keep the tmpfs and rescue in /tmp/stage2Pascal Rigaux2004-11-052-1/+15
| | | | | (this allows to mount the rescue read-only)
* add /sbin/lvm2 to the rescuePascal Rigaux2004-10-141-0/+1
|
* create /dev/md* devices in rescuePascal Rigaux2004-10-141-0/+1
|
* add grub filesGwenolé Beauchesne2004-10-041-0/+3
|
* handle /etc/mandrakelinux-releasePascal Rigaux2004-09-281-1/+5
|
* /bin/loadkeys is no morePascal Rigaux2004-09-101-1/+0
|
* umount mount point instead of umounting the loopback filePascal Rigaux2004-08-101-2/+2
| | | | | (works better when /etc/mtab is /proc/mounts)
* update (Christiaan Welvaart)Pascal Rigaux2004-08-051-0/+5
|
* replace /sbin/mkraid with /sbin/mdadm (as told on cooker by Luca Berra)Pascal Rigaux2004-08-041-1/+1
|
* adapt to new directories layout:Pascal Rigaux2004-07-261-6/+2
| | | | | | | | | | | - Mandrake/mdkinst -> install/stage2/live - Mandrake/base/mdkinst_stage2.bz2 -> install/stage2/mdkinst_stage2.bz2 - Mandrake/base/rpmsrate -> media/media_info/rpmsrate - Mandrake/RPMS -> media/main - images -> install/images - isolinux -> install/isolinux - Mandrake/share/advertising -> install/extra/advertising
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-207-7/+22
|
* replace "Mandrake Linux" with "Mandrakelinux"Pascal Rigaux2004-07-193-5/+8
|
* use "*" instead of PERL_VERSION in list, but ensure only one matchPascal Rigaux2004-07-092-5/+11
|
* remove file already in cluster/mdkc2 cvs branchAntoine Ginies2004-04-037-1091/+0
|
* first relseaseAntoine Ginies2004-04-027-0/+1091
|
* add /sbin/badblocksPascal Rigaux2004-03-301-0/+1
|
* adapt to perl packages rebuiltPascal Rigaux2004-03-011-1/+1
|
* 10.0Guillaume Cottenceau2004-02-231-1/+1
|
* support 2.4 and 2.6Guillaume Cottenceau2004-01-231-5/+19
|
* lsmod.old and rmmod.old also neededGuillaume Cottenceau2004-01-231-0/+2
|
* autoprobe? what's that?Guillaume Cottenceau2004-01-231-1/+0
|
* replace PERL_VERSION with current version of some perl modulesPascal Rigaux2004-01-201-1/+1
|
* replace rpmpopt-4.2 with rpmpopt-* (since we now have rpmpopt-4.2.2)Pascal Rigaux2004-01-201-1/+1
|
* insmod.old is needed when the kernel is a 2.4Pascal Rigaux2004-01-151-0/+1
|
* - fix typoPascal Rigaux2003-09-221-2/+4
| | | | | - add CVS Id
* updated with oemFrancois Pons2003-09-191-1/+1
|
* fixed severe bug of directory not created.Francois Pons2003-09-191-1/+1
|
* fixed too many files copied.Francois Pons2003-09-192-20/+24
|
* updated with oemFrancois Pons2003-09-181-7/+14
|
* fixed for %{ARCH} used in hdlists.Francois Pons2003-09-181-7/+14
|
* 9.2Guillaume Cottenceau2003-09-101-1/+1
|
* Merge with amd64-branch (rpm libdir is always /usr/lib/rpm, update lists)Gwenolé Beauchesne2003-08-132-9/+14
|
* updated with xfs_progs.Francois Pons2003-08-131-2/+2
|
* - copy /etc/mtab to /mnt/etc/mtab to have a nice chrooted "mount" or "df"Pascal Rigaux2003-08-031-3/+8
| | | | | - some perl_checker compliance
* fix /sbin/insmod /sbin/rmmod and /sbin/lsmod which were dead symlinksPascal Rigaux2003-08-031-4/+4
| | | | | (to /etc/alternatives/something)
* make oem-all by default (obsoleted previous oem)Francois Pons2003-07-311-401/+51
|
* moved xfs files (problably the same for ia64 ?).Francois Pons2003-07-281-2/+2
|
* moved xfs files.Francois Pons2003-07-281-2/+2
|
* make oem defaults to /etc/oem-allFrancois Pons2003-07-101-1/+1
|
* incremented installation partition to 5Go in order to store a full DVD.Francois Pons2003-07-101-4/+4
|
* added tiny fixes for Mandrake 9.1 oem mode (need mandrake-release file)Francois Pons2003-07-091-3/+7
| | | | | gets root of installation as 9Gb so that no problem should occurs.
* deactivate HP specific entries.Francois Pons2003-07-091-5/+5
|
* updated with rpm 4.2.Francois Pons2003-06-041-1/+1
|
* add resize_reiserfsGuillaume Cottenceau2003-04-281-0/+1
|