| Commit message (Expand) | Author | Age | Files | Lines |
* | Load HID modules in stage1, fixes #47167 | Christophe Fergeau | 2009-04-03 | 1 | -0/+15 |
* | mandrake is now mandriva | Thierry Vignaud | 2009-03-06 | 1 | -2/+2 |
* | do not define unused functions in network standalone mode | Olivier Blin | 2008-06-12 | 1 | -0/+2 |
* | do not set firmware timeout to 1 second in probe-modules helper for Mandriva ... | Olivier Blin | 2008-03-31 | 1 | -0/+1 |
* | clear tty2 after shell is killed | Olivier Blin | 2008-02-28 | 1 | -1/+3 |
* | log "killed shell" message on tty3 | Olivier Blin | 2008-02-28 | 1 | -1/+1 |
* | fix indentation | Olivier Blin | 2008-02-28 | 1 | -3/+3 |
* | - move parameters functions in params.c | Olivier Blin | 2007-07-05 | 1 | -0/+1 |
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -214/+20 |
* | ka support (initially from Antoine Ginies and Erwan Velu) | Olivier Blin | 2005-08-28 | 1 | -0/+11 |
* | add thirdparty_load_media_modules(), try to find third party modules on the i... | Olivier Blin | 2005-04-04 | 1 | -0/+3 |
* | - merge update_modules stuff in third-party module | Olivier Blin | 2005-03-16 | 1 | -2/+2 |
* | fix pcmcia modules loading | Olivier Blin | 2005-03-15 | 1 | -0/+3 |
* | expert mode is dead | 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 |
* | probe usb devices before trying to use third party modules | Olivier Blin | 2005-03-09 | 1 | -3/+3 |
* | set MODE_TESTING too if DEBUGSTAGE1 is set | Olivier Blin | 2005-03-04 | 1 | -1/+3 |
* | add a dhcp-client built using mdk-stage1 code | Pascal Rigaux | 2005-01-31 | 1 | -0/+13 |
* | - have nothing talking about interactive when SPAWN_INTERACTIVE is unset | Pascal Rigaux | 2005-01-31 | 1 | -3/+8 |
* | ensure switching between different install methods do not break due to IMAGE_... | Pascal Rigaux | 2005-01-28 | 1 | -0/+3 |
* | factorize the distrib version | Pascal Rigaux | 2005-01-15 | 1 | -8/+2 |
* | use /etc/init instead of /sbin/init to allow umounting clp in init | Pascal Rigaux | 2005-01-12 | 1 | -1/+6 |
* | ensure /tmp/syslog in stage2 contains the full log | Pascal Rigaux | 2005-01-03 | 1 | -1/+5 |
* | create unset_automatic() | Pascal Rigaux | 2004-12-20 | 1 | -4/+2 |
* | - drop oem & recovery code (which was broken) | Pascal Rigaux | 2004-11-29 | 1 | -8/+1 |
* | keep the tmpfs and rescue in /tmp/stage2 | Pascal Rigaux | 2004-11-05 | 1 | -18/+29 |
* | - create mount_clp_may_preload() out of handle_clp() | Pascal Rigaux | 2004-11-04 | 1 | -34/+16 |
* | IMAGE_LOCATION_REAL is better named STAGE2_LOCATION in MOVE | Pascal Rigaux | 2004-11-04 | 1 | -4/+4 |
* | replace RAW_LOCATION_REL with IMAGE_LOCATION_REL | Pascal Rigaux | 2004-11-04 | 1 | -4/+4 |
* | simplify since STAGE2_LOCATION is now valid for live installs before pivot_root | Pascal Rigaux | 2004-11-04 | 1 | -5/+2 |
* | STAGE2_LOCATION symlink is now relative instead of absolute | Pascal Rigaux | 2004-11-04 | 1 | -2/+2 |
* | rename STAGE2_LOCATION_REL into STAGE2_LOCATION_ROOTED | Pascal Rigaux | 2004-11-04 | 1 | -2/+2 |
* | create STAGE2_LOCATION symlink if it is not a directory (well more precisely ... | Pascal Rigaux | 2004-11-04 | 1 | -1/+1 |
* | LIVE_LOCATION is better named LIVE_LOCATION_REL without the leading "/" | Pascal Rigaux | 2004-11-04 | 1 | -4/+4 |
* | compile less things when MANDRAKE_MOVE is defined | Pascal Rigaux | 2004-11-02 | 1 | -3/+7 |
* | revert previous commit, that won't work after pivot_root (proc has to | Olivier Blin | 2004-07-30 | 1 | -6/+3 |
* | do not probe usb interface too soon, wait for the Move images to be mounted | Olivier Blin | 2004-07-28 | 1 | -3/+6 |
* | MandrakeSoft -> Mandrakesoft | Pascal Rigaux | 2004-07-20 | 1 | -1/+1 |
* | do not mount sysroot in testing mode | Olivier Blin | 2004-06-14 | 1 | -4/+6 |
* | enable MODE_TESTING if the DEBUGSTAGE1 environment variable is set | Olivier Blin | 2004-06-11 | 1 | -0/+2 |
* | in move, use stg1_info_message() instead of stg1_error_message() not to disab... | Olivier Blin | 2004-06-09 | 1 | -1/+1 |
* | nasty kernel now gives us weird PIDs, so we can't rely on this to detect if w... | Pascal Rigaux | 2004-06-07 | 1 | -8/+4 |
* | instead of keeping stage1 (mostly as temporary space but with a fixed size, a... | Pascal Rigaux | 2004-05-13 | 1 | -100/+108 |
* | adapt copyright | Pascal Rigaux | 2004-05-11 | 1 | -4/+2 |
* | blank.img has been removed, so remove special code handling it | Pascal Rigaux | 2004-05-03 | 1 | -2/+0 |
* | rename MandrakeMove to Mandrakemove | Pascal Rigaux | 2004-04-26 | 1 | -2/+2 |
* | support 2.6 insmoding for expert third party modules and loading named modules | Guillaume Cottenceau | 2004-02-17 | 1 | -1/+1 |
* | when available, always load usb interface, as soon as possible, should help u... | Guillaume Cottenceau | 2004-02-17 | 1 | -0/+3 |
* | try to detect regular floppy drives | Guillaume Cottenceau | 2004-02-12 | 1 | -2/+0 |