summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/stage1.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'a'.topic/aMystery Man2004-11-061-671/+0
* keep the tmpfs and rescue in /tmp/stage2Pascal Rigaux2004-11-051-18/+29
* - create mount_clp_may_preload() out of handle_clp()Pascal Rigaux2004-11-041-34/+16
* IMAGE_LOCATION_REAL is better named STAGE2_LOCATION in MOVEPascal Rigaux2004-11-041-4/+4
* replace RAW_LOCATION_REL with IMAGE_LOCATION_RELPascal Rigaux2004-11-041-4/+4
* simplify since STAGE2_LOCATION is now valid for live installs before pivot_rootPascal Rigaux2004-11-041-5/+2
* STAGE2_LOCATION symlink is now relative instead of absolutePascal Rigaux2004-11-041-2/+2
* rename STAGE2_LOCATION_REL into STAGE2_LOCATION_ROOTEDPascal Rigaux2004-11-041-2/+2
* create STAGE2_LOCATION symlink if it is not a directory (well more precisely ...Pascal Rigaux2004-11-041-1/+1
* LIVE_LOCATION is better named LIVE_LOCATION_REL without the leading "/"Pascal Rigaux2004-11-041-4/+4
* compile less things when MANDRAKE_MOVE is definedPascal Rigaux2004-11-021-3/+7
* revert previous commit, that won't work after pivot_root (proc has toOlivier Blin2004-07-301-6/+3
* do not probe usb interface too soon, wait for the Move images to be mountedOlivier Blin2004-07-281-3/+6
* 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 disab...Olivier Blin2004-06-091-1/+1
* nasty kernel now gives us weird PIDs, so we can't rely on this to detect if w...Pascal Rigaux2004-06-071-8/+4
* instead of keeping stage1 (mostly as temporary space but with a fixed size, a...Pascal Rigaux2004-05-131-100/+108
* 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 u...Guillaume Cottenceau2004-02-171-0/+3
* try to detect regular floppy drivesGuillaume Cottenceau2004-02-121-2/+0
* use floppy_device rather than /dev/fd0 because we now support usb floppies as...Guillaume Cottenceau2004-02-101-1/+1
* until we haven't loaded the usb interface and the keyboard usb driver, we can...Guillaume Cottenceau2004-01-221-5/+5
* 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 method_select_an...Guillaume Cottenceau2003-12-021-2/+5
* 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 later...Guillaume Cottenceau2003-11-211-0/+3
* 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 b...Guillaume Cottenceau2003-11-041-0/+3
* 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 testin...Guillaume Cottenceau2003-10-301-2/+3
* 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