Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - create kernel/RPMS/ to copy rpms before expanding them in kernel/all.kernels | Pascal Rigaux | 2005-05-23 | 1 | -1/+1 |
| | | | | | | - remove old compatability code - add some doc in update_kernel | ||||
* | use install-xml-file-list | Pascal Rigaux | 2005-05-19 | 1 | -63/+13 |
| | |||||
* | - handle multiple data dirs | Pascal Rigaux | 2005-05-10 | 1 | -6/+12 |
| | | | | | - choose a free data dir if the given one already exists | ||||
* | fix (for list_modules.pm) | Pascal Rigaux | 2005-05-10 | 1 | -1/+1 |
| | |||||
* | Sometimes this tries to copy a directory | Rafael Garcia-Suarez | 2005-05-04 | 1 | -1/+1 |
| | |||||
* | use get-needed-drakx-modules to handle perl scripts using DrakX modules | Pascal Rigaux | 2005-04-21 | 1 | -18/+20 |
| | |||||
* | we now use script partimage_whole_disk around partimage | Pascal Rigaux | 2005-04-13 | 1 | -5/+24 |
| | |||||
* | take care of lib64 platforms, also add msboot restorer to x86_64 tree | Gwenolé Beauchesne | 2005-03-25 | 1 | -2/+2 |
| | |||||
* | - in rest_all, try to restore from the cdrom | Pascal Rigaux | 2005-02-28 | 1 | -2/+6 |
| | | | | | - remove the debugging setting of leia as the partimage server | ||||
* | add a basic partimage save_all/rest_all feature | Pascal Rigaux | 2005-02-02 | 1 | -0/+16 |
| | |||||
* | add a dhcp-client built using mdk-stage1 code | Pascal Rigaux | 2005-01-31 | 1 | -1/+2 |
| | |||||
* | factorize the distrib version | Pascal Rigaux | 2005-01-15 | 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 |
| | |||||
* | - 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) | ||||
* | major switch from ramdisk to clp | Pascal Rigaux | 2004-11-16 | 1 | -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 file | Pascal Rigaux | 2004-08-10 | 1 | -2/+2 |
| | | | | | (works better when /etc/mtab is /proc/mounts) | ||||
* | use "*" instead of PERL_VERSION in list, but ensure only one match | Pascal Rigaux | 2004-07-09 | 1 | -4/+10 |
| | |||||
* | fix /sbin/insmod /sbin/rmmod and /sbin/lsmod which were dead symlinks | Pascal Rigaux | 2003-08-03 | 1 | -4/+4 |
| | | | | | (to /etc/alternatives/something) | ||||
* | While stripping libraries, note that we may need to have both /lib and | Gwenolé Beauchesne | 2002-08-01 | 1 | -1/+2 |
| | | | | | /lib64 on biarch systems. | ||||
* | - MDK::Common'ize for arch() support | Gwenolé Beauchesne | 2002-08-01 | 1 | -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 Rigaux | 2002-07-04 | 1 | -3/+5 |
| | | | | kernel/all.kernels | ||||
* | resolve conflicts for short keytable names (eg: "no" could be either ↵ | Pascal Rigaux | 2002-02-28 | 1 | -2/+11 |
| | | | | "no-dvorak" or "no-latin1") | ||||
* | add "restore Windows Boot Loader" to rescue | Guillaume Cottenceau | 2002-02-27 | 1 | -0/+3 |
| | |||||
* | have a bunch of Rescue documentation directly | Guillaume Cottenceau | 2001-12-12 | 1 | -0/+1 |
| | | | | | | available from the Rescue-menu following suggestions by Denis among others | ||||
* | larger rescue image on PPC to accomodate huge xfs module | Stew Benedict | 2001-12-12 | 1 | -1/+6 |
| | |||||
* | - add a GUI to the rescue | Guillaume Cottenceau | 2001-10-24 | 1 | -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::Common | Pascal Rigaux | 2001-09-16 | 1 | -4/+3 |
| | |||||
* | make it work (do not have the dev in /) | Pascal Rigaux | 2001-08-29 | 1 | -1/+1 |
| | |||||
* | cleanup, speedup, use mknod for devices | Pascal Rigaux | 2001-08-29 | 1 | -18/+28 |
| | |||||
* | use MDK::Common | Pascal Rigaux | 2001-07-25 | 1 | -1/+2 |
| | |||||
* | fixed to use perl-MDK-Common. | Francois Pons | 2001-07-25 | 1 | -1/+1 |
| | |||||
* | - add 'guessmounts' that mimics RH's detecting of partitions when rescue starts | Guillaume Cottenceau | 2001-06-10 | 1 | -0/+1 |
| | |||||
* | Avoid hard coded perl version in list files, use PERL_VERSION magic | Francois Pons | 2001-06-06 | 1 | -2/+2 |
| | | | | | string instead. | ||||
* | check presence of files from list and list.ARCH | Pascal Rigaux | 2001-05-31 | 1 | -2/+6 |
| | |||||
* | fix pixelization (aka take advantage of all.kernels/.main) | Guillaume Cottenceau | 2001-04-02 | 1 | -6/+3 |
| | |||||
* | support more than one boot kernel :-) | Guillaume Cottenceau | 2001-03-29 | 1 | -1/+8 |
| | |||||
* | removed kernel_reread program. | Francois Pons | 2001-02-23 | 1 | -1/+1 |
| | |||||
* | include libs for hostname resolving | Guillaume Cottenceau | 2001-02-13 | 1 | -1/+1 |
| | |||||
* | - add lspci, lspcidrake, vim-minimal | Mystery Man 535 | 2001-02-12 | 1 | -0/+9 |
| | | | | | | | - better /etc/issue - better PS1 - write embryonic tool (installation of detected drivers according to pci cards) | ||||
* | fix packdrake perl dependencies | Guillaume Cottenceau | 2001-01-30 | 1 | -1/+0 |
| | |||||
* | second stage ramdisk (install & rescue) now must be bzipped, and not gzipped | Guillaume Cottenceau | 2001-01-26 | 1 | -2/+2 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-07-23 | 1 | -5/+4 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-07-11 | 1 | -0/+1 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-07-10 | 1 | -2/+0 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-07-06 | 1 | -4/+4 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-06-16 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Francois Pons | 2000-05-19 | 1 | -1/+1 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-05-11 | 1 | -0/+4 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-05-09 | 1 | -0/+1 |
| |