summaryrefslogtreecommitdiffstats
path: root/rescue
Commit message (Collapse)AuthorAgeFilesLines
...
* use get-needed-drakx-modules to handle perl scripts using DrakX modulesPascal Rigaux2005-04-211-18/+20
|
* *** empty log message ***Pascal Rigaux2005-04-211-1/+3
|
* dmidecode is usefulPascal Rigaux2005-04-211-0/+1
|
* add a checkPascal Rigaux2005-04-201-0/+4
|
* remove redundancy using gi/perl-install pmsPascal Rigaux2005-04-191-111/+18
|
* mandriva switchPascal Rigaux2005-04-194-15/+26
|
* - allow specifying something else than /data/boxPascal Rigaux2005-04-191-6/+9
| | | | | - acpi=ht by default
* - ".lst" makes the file hidden, use "lst" insteadPascal Rigaux2005-04-191-6/+11
| | | | | - default timeout is much too short
* switch to mandrivaPascal Rigaux2005-04-191-6/+5
|
* update copyrightPascal Rigaux2005-04-191-2/+5
|
* we now use script partimage_whole_disk around partimagePascal Rigaux2005-04-132-5/+157
|
* add ntfsresizePascal Rigaux2005-04-131-0/+1
|
* fix typoPascal Rigaux2005-04-131-2/+2
|
* mount /sysPascal Rigaux2005-04-131-0/+5
|
* revert adding Compress::ZlibPascal Rigaux2005-04-051-13/+0
|
* disambiguate (esp for Config.pm which now has Net/Config.pm)Pascal Rigaux2005-03-311-10/+10
|
* Add some more files to the rescue until packdrake works correctly without ↵Rafael Garcia-Suarez2005-03-271-0/+13
| | | | Compress::Zlib.
* I hate you pixel. ;-) You were not lib64 aware of those modern arches. ;-))Gwenolé Beauchesne2005-03-251-0/+1
|
* speculatively add 32-bit loader in case user wants to use 3rdparty 32-bitGwenolé Beauchesne2005-03-251-0/+6
| | | | | binaries depending on it.
* take care of lib64 platforms, also add msboot restorer to x86_64 treeGwenolé Beauchesne2005-03-251-2/+2
|
* *** empty log message ***Pascal Rigaux2005-03-211-0/+1
|
* addmd5 to the generated isoPascal Rigaux2005-03-211-0/+1
|
* factorizePascal Rigaux2005-03-211-3/+5
|
* tell how to go back to the rescue menuOlivier Blin2005-03-181-0/+1
|
* MERGE: fix ldso nameGwenolé Beauchesne2005-03-171-1/+1
|
* - in rest_all, try to restore from the cdromPascal Rigaux2005-02-282-6/+26
| | | | | - remove the debugging setting of leia as the partimage server
* add xfs_repair to the rescue (bugzilla #10488)Pascal Rigaux2005-02-281-0/+1
|
* add a basic partimage save_all/rest_all featurePascal Rigaux2005-02-022-0/+53
|
* add a dhcp-client built using mdk-stage1 codePascal Rigaux2005-01-311-1/+2
|
* create /var/logPascal Rigaux2005-01-241-1/+1
|
* not useful anymore (maybe others are unneeded too?)Pascal Rigaux2005-01-201-3/+0
|
* we want /mnt at the root of the rescuePascal Rigaux2005-01-201-0/+2
|
* factorize the distrib versionPascal Rigaux2005-01-153-2/+3
|
* 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
|