summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branchMystery Man2005-04-154-0/+638
| | | | 'MDK-10-update'.
* lib64 fixes on ppc64Gwenolé Beauchesne2004-12-152-2/+2
|
* add support for R_IA64_PCREL60B relocGwenolé Beauchesne2004-12-151-0/+22
|
* drop support for kernel 2.0Gwenolé Beauchesne2004-12-154-378/+2
|
* build fixGwenolé Beauchesne2004-12-151-1/+1
|
* ia64 elf definitionsGwenolé Beauchesne2004-12-151-1/+112
|
* really commit fix to ppc64 selectGwenolé Beauchesne2004-12-151-0/+3
|
* add missing file from older merge from modutils 2.4.26Gwenolé Beauchesne2004-12-151-0/+61
|
* merge ppc64 support from modutils 2.4.26Gwenolé Beauchesne2004-12-152-0/+690
|
* fix build to expose assignments betterGwenolé Beauchesne2004-12-151-4/+4
|
* rename log to do_log in order to avoid clashes with builtinsGwenolé Beauchesne2004-12-152-5/+5
|
* add ia64 setjmp/longjmp from glibcGwenolé Beauchesne2004-12-153-2/+333
|
* ia64 fixes: fork, pipe, syscall weak symnamesGwenolé Beauchesne2004-12-154-4/+28
|
* fix setjmp.h (JB_SIZE) on ppc64Gwenolé Beauchesne2004-12-141-0/+4
|
* ppc64 portGwenolé Beauchesne2004-12-1417-40/+211
|
* ppc64 supportGwenolé Beauchesne2004-12-1410-0/+618
|
* corporateFrederic Lepied2004-11-301-1/+1
|
* corporateFrederic Lepied2004-11-301-1/+1
|
* add stage1 with ka-toolsAntoine Ginies2004-10-131-0/+0
|
* add new installation method (ka)Antoine Ginies2004-10-138-4/+187
|
* same dirtly little hack (a cleanup actually)Gwenolé Beauchesne2004-09-211-3/+0
|
* dirty little hack from pixel/gc to let mdk stage1 work with newer kernelsGwenolé Beauchesne2004-09-211-4/+1
| | | | | ("testing" variable is supposedly obsolete btw)
* make it possible to restore windows boot loader on x86_64 tooGwenolé Beauchesne2004-09-211-3/+7
|
* pcmcia works on x86_64 too, update stage1 build for 10.0Gwenolé Beauchesne2004-09-211-0/+9
|
* clean-up, merge, fix pcmcia subsystem to make it work on x86_64Gwenolé Beauchesne2004-09-2110-117/+16
|
* define io ports on x86_64 too for pcmcia stuffGwenolé Beauchesne2004-09-211-1/+1
|
* revert previous commit, that won't work after pivot_root (proc has toOlivier Blin2004-07-301-6/+3
| | | | | | | be mounted, insmod would have to be able to find the modules in the new root), we'll have to use hotplug to load eagle-usb drivers in Move (in next release maybe)
* s/MandrakeMove/Move/Pascal Rigaux2004-07-292-3/+4
|
* do not probe usb interface too soon, wait for the Move images to be mountedOlivier Blin2004-07-281-3/+6
| | | | | (or else usb drivers won't be automatically loaded at boot with Move)
* don't redefine buf for /proc/scsi/scsi (size 5000 instead of 512)Nicolas Planel2004-06-241-1/+0
|
* increase the number of loopbacks (needed for mandrakemove where the default ↵Pascal Rigaux2004-06-151-4/+4
| | | | (8) is much too low :)
* in move, use stg1_info_message() instead of stg1_error_message() not to ↵Olivier Blin2004-06-091-1/+1
| | | | disable MODE_AUTOMATIC if not enough memory
* This commit was manufactured by cvs2svn to create branchMystery Man2004-06-091-0/+669
| | | | 'MDK-10-update'.
* use the same technique as ldetect for detecting usb and firewire controllers ↵Pascal Rigaux2004-06-031-31/+61
| | | | (based on the pci class)
* usb cdrom has a weird size in /proc/partitions, the result is that it is ↵Pascal Rigaux2004-05-131-1/+1
| | | | detected as floppy
* This commit was manufactured by cvs2svn to create branchMystery Man2004-05-111-671/+0
| | | | 'MDK-10-update'.
* don't use msgboot-graphicallogo.img.bz2 anymore, build it (easy and simpler)Pascal Rigaux2004-05-032-0/+0
|
* stage1-disk and stage1-medias-usb are dead alreadyPascal Rigaux2004-05-031-32/+4
|
* obsolete stuffPascal Rigaux2004-05-032-0/+0
|
* blank.img has been removed, so remove special code handling itPascal Rigaux2004-05-033-13/+1
|
* rename MandrakeMove to MandrakemovePascal Rigaux2004-04-262-3/+3
|
* - no need for chloop device anymore, my kernel patch applies directly on the ↵Pascal Rigaux2004-04-081-11/+5
| | | | | | | default loop module :) - gzloop needs cryptoloop and zlib_inflate (why must i handle this by hand? is my gzloop ugly?...)
* clean init-move when cleaningPascal Rigaux2004-04-021-1/+1
|
* enable nfs install on old i586 machines (or maybe poor network cards) ↵Pascal Rigaux2004-04-021-3/+5
| | | | (bugzilla #9322) (thanks to Michael Riss)
* fix eth[67] detection (gc)Thierry Vignaud2004-03-111-1/+1
|
* (get_net_devices) increase max number of detectable net cards from 6 to 10Thierry Vignaud2004-03-101-1/+1
|
* unmounting /sys is not needed (useful to have one less line displayed after ↵Pascal Rigaux2004-03-041-0/+1
| | | | "unmounting filesystems...")
* when in automatic=disk mode but no partition is given, fall backGuillaume Cottenceau2004-02-271-3/+1
| | | | | on non automatic mode evidently
* give us more chance to get bootloader write actually commited toGuillaume Cottenceau2004-02-251-0/+3
| | | | | disk before reboot
* Patch from gc to allow booting a MandrakeMove on a Harddrive using theErwan Velu2004-02-251-10/+30
| | | | | automatic settings.