Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix pcmcia modules loading | Olivier Blin | 2005-03-15 | 1 | -0/+3 |
| | |||||
* | fix messages | Olivier Blin | 2005-03-10 | 1 | -2/+2 |
| | |||||
* | expert mode is dead | Olivier Blin | 2005-03-09 | 3 | -6/+1 |
| | |||||
* | don't forget to link with third_party stuff | Olivier Blin | 2005-03-09 | 1 | -1/+1 |
| | |||||
* | do not ask for third party modules here, it's available from main menu | Olivier Blin | 2005-03-09 | 1 | -3/+0 |
| | |||||
* | allow to use new third party stuff from main menu | Olivier Blin | 2005-03-09 | 1 | -62/+9 |
| | |||||
* | initial import (allow to load thirdparty modules from disks) | Olivier Blin | 2005-03-09 | 2 | -0/+178 |
| | |||||
* | fix message | Olivier Blin | 2005-03-09 | 1 | -1/+1 |
| | |||||
* | probe usb devices before trying to use third party modules | Olivier Blin | 2005-03-09 | 1 | -3/+3 |
| | |||||
* | move partition stuff in partition.c and common disk stuff in tools.c | Olivier Blin | 2005-03-09 | 6 | -166/+238 |
| | |||||
* | do ask for modules here, it is already done when needed | Olivier Blin | 2005-03-09 | 1 | -5/+0 |
| | |||||
* | wait for mass storage devices to be detected | Olivier Blin | 2005-03-09 | 1 | -0/+3 |
| | |||||
* | add log message when looking for scsi adapters | Olivier Blin | 2005-03-09 | 1 | -3/+4 |
| | |||||
* | remove spurious space | Olivier Blin | 2005-03-07 | 1 | -1/+1 |
| | |||||
* | try to reuse hostname and domain information from dhcp step (#14285) | Olivier Blin | 2005-03-07 | 1 | -6/+17 |
| | |||||
* | ask if the http proxy should be used for ftp (#13492) | Olivier Blin | 2005-03-07 | 1 | -4/+13 |
| | |||||
* | don't segault if proxy step is cancelled | Olivier Blin | 2005-03-07 | 1 | -4/+4 |
| | |||||
* | export dhcp_domain too | Olivier Blin | 2005-03-07 | 1 | -0/+1 |
| | |||||
* | set MODE_TESTING too if DEBUGSTAGE1 is set | Olivier Blin | 2005-03-04 | 1 | -1/+3 |
| | |||||
* | remove unused variable | Olivier Blin | 2005-03-04 | 1 | -1/+0 |
| | |||||
* | do not show a dialog box before loading network or SCSI drivers, we'll | Olivier Blin | 2005-03-01 | 1 | -8/+4 |
| | | | | | load it anyway ... | ||||
* | new option "keepmounted" to allow the rescue media to be kept mounted | Pascal Rigaux | 2005-02-28 | 5 | -3/+6 |
| | |||||
* | fix using the mirror tree when there is an iso at the root of the mirror but ↵ | Pascal Rigaux | 2005-02-18 | 1 | -0/+2 |
| | | | | we don't use it (or can't use it) | ||||
* | new kernel doesn't like usbdevfs any more, it wants usbfs | Pascal Rigaux | 2005-02-08 | 1 | -1/+2 |
| | |||||
* | add a dhcp-client built using mdk-stage1 code | Pascal Rigaux | 2005-01-31 | 7 | -8/+46 |
| | |||||
* | - have nothing talking about interactive when SPAWN_INTERACTIVE is unset | Pascal Rigaux | 2005-01-31 | 1 | -3/+8 |
| | | | | | - same for SPAWN_SHELL | ||||
* | only prompt for "Additional Drivers floppy" for network | Pascal Rigaux | 2005-01-28 | 2 | -1/+6 |
| | |||||
* | don't prompt if no modules, otherwise "Ok" in ask_from_list_comments() gets ↵ | Pascal Rigaux | 2005-01-28 | 1 | -1/+4 |
| | | | | a segfault | ||||
* | ensure switching between different install methods do not break due to ↵ | Pascal Rigaux | 2005-01-28 | 1 | -0/+3 |
| | | | | IMAGE_LOCATION (/sysroot/tmp/image can be either symlink or a directory) | ||||
* | VERSION is now DISTRIB_VERSION | Pascal Rigaux | 2005-01-18 | 1 | -1/+1 |
| | |||||
* | include gi/Makefile.config to have DISTRIB_DESCR defined | Pascal Rigaux | 2005-01-18 | 1 | -0/+1 |
| | |||||
* | factorize the distrib version | Pascal Rigaux | 2005-01-15 | 3 | -13/+7 |
| | |||||
* | use /etc/init instead of /sbin/init to allow umounting clp in init | Pascal Rigaux | 2005-01-12 | 1 | -1/+6 |
| | |||||
* | fix buggy blino commit which caused install failures to cause reboot without ↵ | Pascal Rigaux | 2005-01-12 | 1 | -2/+2 |
| | | | | prompting | ||||
* | fix | Pascal Rigaux | 2005-01-06 | 1 | -4/+4 |
| | |||||
* | ensure /tmp/syslog in stage2 contains the full log | Pascal Rigaux | 2005-01-03 | 2 | -2/+6 |
| | | | | | (currently stage2 init was writing in a file shadowed by stage2 copying the /stage1/tmp/syslog over its file) | ||||
* | it's cleaner to have the clp_tmpfs in /tmp | Pascal Rigaux | 2005-01-03 | 1 | -1/+1 |
| | | | | | (i think it was already that way for move and that i broke it, but who knows?) | ||||
* | much simpler code to handle post-install update modules | Pascal Rigaux | 2004-12-21 | 1 | -2/+5 |
| | | | | | | - it handles new modules - it calls depmod | ||||
* | minimal bootsplash stage1 support | Pascal Rigaux | 2004-12-20 | 9 | -16/+126 |
| | |||||
* | create unset_automatic() | Pascal Rigaux | 2004-12-20 | 7 | -15/+20 |
| | |||||
* | fix http directory not starting with a "/" (it was handled for stage1, but ↵ | Pascal Rigaux | 2004-12-15 | 1 | -1/+1 |
| | | | | not for URLPREFIX given to stage2) | ||||
* | cleanup | Pascal Rigaux | 2004-12-14 | 1 | -25/+26 |
| | |||||
* | simplify | Pascal Rigaux | 2004-12-04 | 1 | -7/+2 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2004-11-30 | 1 | -9/+22 |
| | |||||
* | - drop oem & recovery code (which was broken) | Pascal Rigaux | 2004-11-29 | 4 | -83/+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 | -1/+1 |
| | | | | | | | | | | | | | - 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 | 8 | -167/+73 |
| | | | | | | | | | | | | | - 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 | ||||
* | cleanup | Pascal Rigaux | 2004-11-12 | 1 | -5/+4 |
| | |||||
* | simplify | Pascal Rigaux | 2004-11-12 | 1 | -3/+0 |
| | |||||
* | build init using $(DIET) just like stage2-* (needed for ppc, and nicer), | Pascal Rigaux | 2004-11-12 | 2 | -23/+8 |
| | | | | | unify LDFLAGS_INIT and LDFLAGS_STAGE1 |