summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/stage1.c
Commit message (Collapse)AuthorAgeFilesLines
...
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* do not mount sysroot in testing modeOlivier Blin2004-06-141-4/+6
|
* enable MODE_TESTING if the DEBUGSTAGE1 environment variable is setOlivier Blin2004-06-111-0/+2
|
* in move, use stg1_info_message() instead of stg1_error_message() not to ↵Olivier Blin2004-06-091-1/+1
| | | | disable MODE_AUTOMATIC
* nasty kernel now gives us weird PIDs, so we can't rely on this to detect if ↵Pascal Rigaux2004-06-071-8/+4
| | | | | | | we are running on a live box or not. So set testing to 0
* instead of keeping stage1 (mostly as temporary space but with a fixed size, ↵Pascal Rigaux2004-05-131-100/+108
| | | | | | | and for the background init), exit the stage1 giving hand to stage2 in a tmpfs (same as what was done for Mandrakemove)
* adapt copyrightPascal Rigaux2004-05-111-4/+2
|
* blank.img has been removed, so remove special code handling itPascal Rigaux2004-05-031-2/+0
|
* rename MandrakeMove to MandrakemovePascal Rigaux2004-04-261-2/+2
|
* support 2.6 insmoding for expert third party modules and loading named modulesGuillaume Cottenceau2004-02-171-1/+1
|
* when available, always load usb interface, as soon as possible, should help ↵Guillaume Cottenceau2004-02-171-0/+3
| | | | usb mouse detection in stage2 which otherwise timeouts
* try to detect regular floppy drivesGuillaume Cottenceau2004-02-121-2/+0
|
* use floppy_device rather than /dev/fd0 because we now support usb floppies ↵Guillaume Cottenceau2004-02-101-1/+1
| | | | as well
* until we haven't loaded the usb interface and the keyboard usb driver, we ↵Guillaume Cottenceau2004-01-221-5/+5
| | | | can't allow asking for additional drivers floppy, so need another parameter to my_insmod to indicate in which situation we are
* add capability to use an additional drivers floppyGuillaume Cottenceau2004-01-211-0/+3
|
* 2.6 kernel supportGuillaume Cottenceau2003-12-181-10/+1
|
* fix typoFlorent Villard2003-12-081-1/+1
|
* *** empty log message ***Guillaume Cottenceau2003-12-031-2/+2
|
* I wonder how 9.2 worked in all.rdz!? Thisd did not even call ↵Guillaume Cottenceau2003-12-021-2/+5
| | | | method_select_and_prepare()
* show on console #2 when shells are killedGuillaume Cottenceau2003-12-011-1/+6
|
* don't display version in moveGuillaume Cottenceau2003-11-271-1/+7
|
* in case we didn't mount any clp (nfs case), we insmod gzloop.o here for ↵Guillaume Cottenceau2003-11-211-0/+3
| | | | later always_i18n case, because gzloop.o is not available later in /lib/modules
* live boot option is deprecatedGuillaume Cottenceau2003-11-201-1/+1
|
* indicate a sort of progression status when loading clp'sGuillaume Cottenceau2003-11-131-1/+4
|
* allow to still be able to work when running in -u modeGuillaume Cottenceau2003-11-041-2/+7
|
* hack up a warning message when we're in low mem. chosen 120 mbytes, need to ↵Guillaume Cottenceau2003-11-041-0/+3
| | | | be refined later.
* need to handle totem clp at stage1 because it needs to provide /usr directoryGuillaume Cottenceau2003-11-041-0/+17
|
* gc suxGuillaume Cottenceau2003-11-041-1/+1
|
* copy "boot" and "always" clp's in memoryGuillaume Cottenceau2003-10-311-28/+17
|
* save /etc/resolv.conf in move modeGuillaume Cottenceau2003-10-311-36/+11
|
* allow to proceed when files are missing from clp and live tree (allows ↵Guillaume Cottenceau2003-10-301-2/+3
| | | | testing in "only live_tree" mode)
* add debugstage1 option to help debugging when stage1 can't launch stage2Guillaume Cottenceau2003-10-301-0/+3
|
* we need a third CLPGuillaume Cottenceau2003-10-301-19/+40
|
* *** empty log message ***Guillaume Cottenceau2003-10-301-2/+1
|
* handle case when main clp contains also boot clp filesGuillaume Cottenceau2003-10-231-2/+3
|
* a bit more logging info in case of failureGuillaume Cottenceau2003-10-231-1/+1
|
* copy boot live tree into memory to much speed up startup time in cdrom modeGuillaume Cottenceau2003-10-221-3/+39
|
* handle "boot" clp and "main" clp. passing argument "live" can force to not ↵Guillaume Cottenceau2003-10-221-16/+47
| | | | use the clp in favor of live tree.
* pixel rulzGuillaume Cottenceau2003-10-221-1/+1
|
* use pixel's gzloop module rather than cloopGuillaume Cottenceau2003-10-211-4/+2
|
* support cloop over NFS too. stay flexible enough so that server= parameter ↵Guillaume Cottenceau2003-10-181-0/+26
| | | | can either designate the root of the live tree or the root for the cloop live tree, program will detect automatically both.
* move is cloop stuffGuillaume Cottenceau2003-10-161-4/+4
|
* boot live_tree! :)Guillaume Cottenceau2003-10-091-2/+2
|
* create a few devices dynamically in the tmpfs / to start up stage2, so that ↵Guillaume Cottenceau2003-10-091-0/+17
| | | | we don't use devices from the live mount, so that we will be able to umount the live mount
* first attempt of updating stage1 for MandrakeMoveGuillaume Cottenceau2003-10-081-24/+86
|
* recoveryGuillaume Cottenceau2003-09-101-1/+6
|
* do not detect/configure pcmcia stuff when "noauto" paramGuillaume Cottenceau2002-10-021-1/+2
|
* extend a bit fatal error when trying to executeGuillaume Cottenceau2002-07-161-0/+1
| | | | | /usr/bin/runinstall2 and it's not possible
* compile with -WGuillaume Cottenceau2002-07-031-3/+9
|
* english fixes thx to vincent meyerGuillaume Cottenceau2002-06-031-2/+2
|