Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | disambiguate (esp for Config.pm which now has Net/Config.pm) | Pascal Rigaux | 2005-03-31 | 1 | -10/+10 |
| | |||||
* | Add some more files to the rescue until packdrake works correctly without ↵ | Rafael Garcia-Suarez | 2005-03-27 | 1 | -0/+13 |
| | | | | Compress::Zlib. | ||||
* | I hate you pixel. ;-) You were not lib64 aware of those modern arches. ;-)) | Gwenolé Beauchesne | 2005-03-25 | 1 | -0/+1 |
| | |||||
* | speculatively add 32-bit loader in case user wants to use 3rdparty 32-bit | Gwenolé Beauchesne | 2005-03-25 | 1 | -0/+6 |
| | | | | | binaries depending on it. | ||||
* | take care of lib64 platforms, also add msboot restorer to x86_64 tree | Gwenolé Beauchesne | 2005-03-25 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2005-03-21 | 1 | -0/+1 |
| | |||||
* | addmd5 to the generated iso | Pascal Rigaux | 2005-03-21 | 1 | -0/+1 |
| | |||||
* | factorize | Pascal Rigaux | 2005-03-21 | 1 | -3/+5 |
| | |||||
* | tell how to go back to the rescue menu | Olivier Blin | 2005-03-18 | 1 | -0/+1 |
| | |||||
* | MERGE: fix ldso name | Gwenolé Beauchesne | 2005-03-17 | 1 | -1/+1 |
| | |||||
* | - in rest_all, try to restore from the cdrom | Pascal Rigaux | 2005-02-28 | 2 | -6/+26 |
| | | | | | - remove the debugging setting of leia as the partimage server | ||||
* | add xfs_repair to the rescue (bugzilla #10488) | Pascal Rigaux | 2005-02-28 | 1 | -0/+1 |
| | |||||
* | add a basic partimage save_all/rest_all feature | Pascal Rigaux | 2005-02-02 | 2 | -0/+53 |
| | |||||
* | add a dhcp-client built using mdk-stage1 code | Pascal Rigaux | 2005-01-31 | 1 | -1/+2 |
| | |||||
* | create /var/log | Pascal Rigaux | 2005-01-24 | 1 | -1/+1 |
| | |||||
* | not useful anymore (maybe others are unneeded too?) | Pascal Rigaux | 2005-01-20 | 1 | -3/+0 |
| | |||||
* | we want /mnt at the root of the rescue | Pascal Rigaux | 2005-01-20 | 1 | -0/+2 |
| | |||||
* | factorize the distrib version | Pascal Rigaux | 2005-01-15 | 3 | -2/+3 |
| | |||||
* | rsync is useful too | Pascal Rigaux | 2005-01-10 | 1 | -0/+1 |
| | |||||
* | use "mingetty --autologin" instead of calling directly "bash --login", that | Pascal Rigaux | 2005-01-10 | 1 | -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 Rigaux | 2005-01-10 | 1 | -0/+2 |
| | |||||
* | add what Lord Packdrakeng.pm request | Pascal Rigaux | 2005-01-10 | 1 | -0/+7 |
| | |||||
* | minimal ssh tools (alas it doesn't on console 1 because /dev/tty is ↵ | Pascal Rigaux | 2005-01-10 | 1 | -0/+3 |
| | | | | allocated properly, it needs fixing) | ||||
* | at least be able to mount /dev/pts if needed | Pascal Rigaux | 2005-01-10 | 1 | -0/+1 |
| | |||||
* | ld-linux.so.2 is also needed on the rescue :) | Pascal Rigaux | 2005-01-04 | 1 | -0/+1 |
| | |||||
* | fix typo and perl_checker compliance | Pascal Rigaux | 2004-12-02 | 1 | -9/+10 |
| | |||||
* | remove temporary directory | Pascal Rigaux | 2004-12-02 | 1 | -0/+1 |
| | |||||
* | update version for rescue issue | Florent Villard | 2004-11-30 | 1 | -1/+1 |
| | |||||
* | - drop oem & recovery code (which was broken) | Pascal Rigaux | 2004-11-29 | 7 | -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.kernels | Pascal Rigaux | 2004-11-22 | 1 | -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 wildcard | Pascal Rigaux | 2004-11-16 | 5 | -4/+1 |
| | |||||
* | major switch from ramdisk to clp | Pascal Rigaux | 2004-11-16 | 3 | -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 partimage | Pascal Rigaux | 2004-11-13 | 1 | -0/+1 |
| | |||||
* | umount /stage1 when /etc/mtab exists to remove a warning | Pascal Rigaux | 2004-11-05 | 1 | -3/+3 |
| | |||||
* | free up stage1 memory | Pascal Rigaux | 2004-11-05 | 1 | -0/+3 |
| | |||||
* | fix typo | Pascal Rigaux | 2004-11-05 | 1 | -1/+1 |
| | |||||
* | keep the tmpfs and rescue in /tmp/stage2 | Pascal Rigaux | 2004-11-05 | 2 | -1/+15 |
| | | | | | (this allows to mount the rescue read-only) | ||||
* | add /sbin/lvm2 to the rescue | Pascal Rigaux | 2004-10-14 | 1 | -0/+1 |
| | |||||
* | create /dev/md* devices in rescue | Pascal Rigaux | 2004-10-14 | 1 | -0/+1 |
| | |||||
* | add grub files | Gwenolé Beauchesne | 2004-10-04 | 1 | -0/+3 |
| | |||||
* | handle /etc/mandrakelinux-release | Pascal Rigaux | 2004-09-28 | 1 | -1/+5 |
| | |||||
* | /bin/loadkeys is no more | Pascal Rigaux | 2004-09-10 | 1 | -1/+0 |
| | |||||
* | umount mount point instead of umounting the loopback file | Pascal Rigaux | 2004-08-10 | 1 | -2/+2 |
| | | | | | (works better when /etc/mtab is /proc/mounts) | ||||
* | update (Christiaan Welvaart) | Pascal Rigaux | 2004-08-05 | 1 | -0/+5 |
| | |||||
* | replace /sbin/mkraid with /sbin/mdadm (as told on cooker by Luca Berra) | Pascal Rigaux | 2004-08-04 | 1 | -1/+1 |
| | |||||
* | adapt to new directories layout: | Pascal Rigaux | 2004-07-26 | 1 | -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 -> Mandrakesoft | Pascal Rigaux | 2004-07-20 | 7 | -7/+22 |
| | |||||
* | replace "Mandrake Linux" with "Mandrakelinux" | Pascal Rigaux | 2004-07-19 | 3 | -5/+8 |
| | |||||
* | use "*" instead of PERL_VERSION in list, but ensure only one match | Pascal Rigaux | 2004-07-09 | 2 | -5/+11 |
| | |||||
* | remove file already in cluster/mdkc2 cvs branch | Antoine Ginies | 2004-04-03 | 7 | -1091/+0 |
| |