summaryrefslogtreecommitdiffstats
path: root/rescue/make_rescue_img
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagV10_3_0_24mdkMystery Man2005-06-151-115/+0
| | | | 'V10_3_0_24mdk'.
* - create kernel/RPMS/ to copy rpms before expanding them in kernel/all.kernelsPascal Rigaux2005-05-231-1/+1
| | | | | | - remove old compatability code - add some doc in update_kernel
* use install-xml-file-listPascal Rigaux2005-05-191-63/+13
|
* - handle multiple data dirsPascal Rigaux2005-05-101-6/+12
| | | | | - choose a free data dir if the given one already exists
* fix (for list_modules.pm)Pascal Rigaux2005-05-101-1/+1
|
* Sometimes this tries to copy a directoryRafael Garcia-Suarez2005-05-041-1/+1
|
* use get-needed-drakx-modules to handle perl scripts using DrakX modulesPascal Rigaux2005-04-211-18/+20
|
* we now use script partimage_whole_disk around partimagePascal Rigaux2005-04-131-5/+24
|
* take care of lib64 platforms, also add msboot restorer to x86_64 treeGwenolé Beauchesne2005-03-251-2/+2
|
* - in rest_all, try to restore from the cdromPascal Rigaux2005-02-281-2/+6
| | | | | - remove the debugging setting of leia as the partimage server
* add a basic partimage save_all/rest_all featurePascal Rigaux2005-02-021-0/+16
|
* add a dhcp-client built using mdk-stage1 codePascal Rigaux2005-01-311-1/+2
|
* factorize the distrib versionPascal Rigaux2005-01-151-0/+1
|
* fix typo and perl_checker compliancePascal Rigaux2004-12-021-9/+10
|
* remove temporary directoryPascal Rigaux2004-12-021-0/+1
|
* - 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)
* major switch from ramdisk to clpPascal Rigaux2004-11-161-26/+2
| | | | | | | | | | | | | - 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
* umount mount point instead of umounting the loopback filePascal Rigaux2004-08-101-2/+2
| | | | | (works better when /etc/mtab is /proc/mounts)
* use "*" instead of PERL_VERSION in list, but ensure only one matchPascal Rigaux2004-07-091-4/+10
|
* fix /sbin/insmod /sbin/rmmod and /sbin/lsmod which were dead symlinksPascal Rigaux2003-08-031-4/+4
| | | | | (to /etc/alternatives/something)
* While stripping libraries, note that we may need to have both /lib andGwenolé Beauchesne2002-08-011-1/+2
| | | | | /lib64 on biarch systems.
* - MDK::Common'ize for arch() supportGwenolé Beauchesne2002-08-011-8/+5
| | | | | | - Don't grab /lib/i686/ libraries - Update list to use LIB which expands to either lib64 or lib
* adapt to the move all.modules -> kernel/all.modules and all.kernels -> ↵Pascal Rigaux2002-07-041-3/+5
| | | | kernel/all.kernels
* resolve conflicts for short keytable names (eg: "no" could be either ↵Pascal Rigaux2002-02-281-2/+11
| | | | "no-dvorak" or "no-latin1")
* add "restore Windows Boot Loader" to rescueGuillaume Cottenceau2002-02-271-0/+3
|
* have a bunch of Rescue documentation directlyGuillaume Cottenceau2001-12-121-0/+1
| | | | | | available from the Rescue-menu following suggestions by Denis among others
* larger rescue image on PPC to accomodate huge xfs moduleStew Benedict2001-12-121-1/+6
|
* - add a GUI to the rescueGuillaume Cottenceau2001-10-241-0/+4
| | | | | | | - 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
* use new mkdir_p, rm_rf and cp_af from MDK::CommonPascal Rigaux2001-09-161-4/+3
|
* make it work (do not have the dev in /)Pascal Rigaux2001-08-291-1/+1
|
* cleanup, speedup, use mknod for devicesPascal Rigaux2001-08-291-18/+28
|
* use MDK::CommonPascal Rigaux2001-07-251-1/+2
|
* fixed to use perl-MDK-Common.Francois Pons2001-07-251-1/+1
|
* - add 'guessmounts' that mimics RH's detecting of partitions when rescue startsGuillaume Cottenceau2001-06-101-0/+1
|
* Avoid hard coded perl version in list files, use PERL_VERSION magicFrancois Pons2001-06-061-2/+2
| | | | | string instead.
* check presence of files from list and list.ARCHPascal Rigaux2001-05-311-2/+6
|
* fix pixelization (aka take advantage of all.kernels/.main)Guillaume Cottenceau2001-04-021-6/+3
|
* support more than one boot kernel :-)Guillaume Cottenceau2001-03-291-1/+8
|
* removed kernel_reread program.Francois Pons2001-02-231-1/+1
|
* include libs for hostname resolvingGuillaume Cottenceau2001-02-131-1/+1
|
* - add lspci, lspcidrake, vim-minimalMystery Man 5352001-02-121-0/+9
| | | | | | | - better /etc/issue - better PS1 - write embryonic tool (installation of detected drivers according to pci cards)
* fix packdrake perl dependenciesGuillaume Cottenceau2001-01-301-1/+0
|
* second stage ramdisk (install & rescue) now must be bzipped, and not gzippedGuillaume Cottenceau2001-01-261-2/+2
|
* no_commentPascal Rigaux2000-07-231-5/+4
|
* no_commentPascal Rigaux2000-07-111-0/+1
|
* no_commentPascal Rigaux2000-07-101-2/+0
|
* no_commentPascal Rigaux2000-07-061-4/+4
|
* no_commentPascal Rigaux2000-06-161-2/+2
|
* *** empty log message ***Francois Pons2000-05-191-1/+1
|
* no_commentPascal Rigaux2000-05-111-0/+4
|