summaryrefslogtreecommitdiffstats
path: root/rescue
Commit message (Collapse)AuthorAgeFilesLines
...
* rsync is useful tooPascal Rigaux2005-01-101-0/+1
|
* use "mingetty --autologin" instead of calling directly "bash --login", thatPascal Rigaux2005-01-101-1/+1
| | | | | | way the shell has a valid controlling terminal (CTTY, accessed via /dev/tty). This is needed for ssh to work
* have /dev rw (eg: for /dev/initctl)Pascal Rigaux2005-01-101-0/+2
|
* add what Lord Packdrakeng.pm requestPascal Rigaux2005-01-101-0/+7
|
* minimal ssh tools (alas it doesn't on console 1 because /dev/tty is ↵Pascal Rigaux2005-01-101-0/+3
| | | | allocated properly, it needs fixing)
* at least be able to mount /dev/pts if neededPascal Rigaux2005-01-101-0/+1
|
* ld-linux.so.2 is also needed on the rescue :)Pascal Rigaux2005-01-041-0/+1
|
* fix typo and perl_checker compliancePascal Rigaux2004-12-021-9/+10
|
* remove temporary directoryPascal Rigaux2004-12-021-0/+1
|
* update version for rescue issueFlorent Villard2004-11-301-1/+1
|
* - drop oem & recovery code (which was broken)Pascal Rigaux2004-11-297-1385/+1
| | | | | - will be replaced with a root password + user accounts + network configuration a la drakfirsttime
* - no more kernel/all.modules, things are in kernel/all.kernelsPascal Rigaux2004-11-221-3/+2
| | | | | | | | | | | | | - cleanup what we keep in kernel/all.kernels: only vmlinuz, modules.dep, *.mar, all_modules.tar, modules.cz - replace all_modules.list + modules with all_modules.tar - kernel/all.modules/modules.cz-VERSION are now in kernel/all.kernels/VERSION/modules.cz - allow having a normal in isolinux, but don't use it for floppy images (for this, add kernel/all.kernels/.main-BOOT) - add many modules kernel/list_modules.pm in unused categories since we don't take all modules from kernel, only those listed (needed to have a not too big modules.cz for normal kernel) - complete rewrite of update_kernel (now written in perl)
* 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
|