summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
Commit message (Collapse)AuthorAgeFilesLines
* remove some unneeded codeGuillaume Cottenceau2003-10-191-137/+27
|
* use nfsmount code from util-linux-2.11z so that we're using nfsmount v3 with ↵Guillaume Cottenceau2003-10-183-275/+887
| | | | 2.4 kernel (not mandatory, but thought it was the origin of the cloop-over-nfs problem - which is not)
* nfs, cloopGuillaume Cottenceau2003-10-181-6/+2
|
* support cloop over NFS too. stay flexible enough so that server= parameter ↵Guillaume Cottenceau2003-10-184-5/+28
| | | | 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-162-4/+5
|
* mandrake-move is cloop stuffGuillaume Cottenceau2003-10-163-2/+10
|
* call move, moveGuillaume Cottenceau2003-10-101-1/+2
|
* boot live_tree! :)Guillaume Cottenceau2003-10-094-3/+11
|
* build move stuff from within move directoryGuillaume Cottenceau2003-10-091-4/+4
|
* perform kernel logging anyway, it's cool to have it for init-stage2 as wellGuillaume Cottenceau2003-10-091-4/+1
|
* we need to have an 'init' for stage2 as well, because if we exec directly ↵Guillaume Cottenceau2003-10-094-19/+29
| | | | runinstall2 and it fails/stops for any reason, this will immediately block the kernel ('Attempted to kill init'), making debugging more difficult
* 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-087-30/+113
|
* close file descriptorsGuillaume Cottenceau2003-09-182-6/+10
|
* fix recovery behaviour thx to francois commentsGuillaume Cottenceau2003-09-111-9/+5
|
* recoveryGuillaume Cottenceau2003-09-106-36/+148
|
* 9.2Guillaume Cottenceau2003-09-101-1/+1
|
* created simple image from 9.2 install isolinux pictures for floppy.Francois Pons2003-09-031-0/+0
|
* also display probe.c entries that are completely missing from pcitableGuillaume Cottenceau2003-08-211-3/+3
|
* 0x1524 0x1411 is a yenta_socket on Asus Pundit machine (laurent at pschit.net)Guillaume Cottenceau2003-08-211-0/+1
|
* Use "%p" specifier as "Base" is likely to be an address.Gwenolé Beauchesne2003-08-201-3/+3
|
* Use <net/if_arp.h> thusly bypassing need for <linux/byteorder/generic.h>Gwenolé Beauchesne2003-08-201-1/+1
|
* 64-bit clean RPC code enough to let MDK stage1 do NFS mountsGwenolé Beauchesne2003-08-195-141/+180
|
* XDR security fix from glibc [CAN 2003-0028]Gwenolé Beauchesne2003-08-193-54/+37
|
* Gracefully handle IPPROTO_TCP in pmap_getport() [PR libc/4943]Gwenolé Beauchesne2003-08-191-2/+6
|
* Fix htonl() on 64-bit platformsGwenolé Beauchesne2003-08-193-8/+8
|
* Really match dietlibc 0.22 for <sys/types.h> u_long definition thoughGwenolé Beauchesne2003-08-191-1/+1
| | | | | it ought to be uint32_t.
* Fix varargs for AMD64Gwenolé Beauchesne2003-08-191-1/+1
|
* Build ppp stuff on AMD64 tooGwenolé Beauchesne2003-08-191-4/+1
|
* full pci probe can't be run with fopen/fread because we might read too many ↵Guillaume Cottenceau2003-08-131-4/+8
| | | | bytes. this was the reason for freezes on some boxes from drakx, that may impact stage1 also, so better change that.
* Fix merge from amd64-branchGwenolé Beauchesne2003-08-131-1/+1
|
* some more pci id's from pcmcia-cs-3.2.4Guillaume Cottenceau2003-07-091-0/+8
|
* fix dep of "make clean && make"Guillaume Cottenceau2003-06-061-1/+4
|
* we're in cooker nowGuillaume Cottenceau2003-06-061-1/+1
|
* fix build with new gccPascal Rigaux2003-06-051-2/+2
|
* latest missing filesGwenolé Beauchesne2003-06-049-0/+156
|
* add missing scriptsGwenolé Beauchesne2003-06-042-0/+13
|
* even more removalsGwenolé Beauchesne2003-06-0437-1446/+0
|
* remove obsolete bitsGwenolé Beauchesne2003-06-0494-381/+0
|
* Import dietlibc 0.22 + other fixes for AMD64Gwenolé Beauchesne2003-06-04502-0/+19926
|
* typo from post-rereadingGwenolé Beauchesne2003-06-041-1/+1
|
* Merge from R9_0-AMD64, most notably:Gwenolé Beauchesne2003-06-04516-5476/+14017
| | | | | | | | | - AMD64 support to insmod-busybox, minilibc, et al. - Sync with insmod-modutils 2.4.19 something but everyone should use dietlibc nowadays - Factor out compilation and prefix with $(DIET) for dietlibc builds - 64-bit & varargs fixes
* grow MAX_ARP_RETRIES from 4 to 7 after erwan's suggestionGuillaume Cottenceau2003-05-281-1/+1
|
* Fixes. Don't care about taint stuff. Constify a little so that some deadGwenolé Beauchesne2003-04-163-18/+17
| | | | | branches could be nuked. -> Reduce code size by 5 KB.
* Update READMEGwenolé Beauchesne2003-04-161-4/+4
|
* - Update to busybox 0.65.0 versionGwenolé Beauchesne2003-04-164-497/+1316
| | | | | - Add support for x86-64
* put dhcp bootfile under netauto parameterGuillaume Cottenceau2003-04-143-1/+4
|
* fix myself sux: don't unconditionnally fgets /proc/modules, because fopenGuillaume Cottenceau2003-03-141-8/+9
| | | | | | may have failed (the libc, in its great search for speed, probably doesn't care to check if the FILE* given to fgets is valid and opened)
* provide Host: in http requests so that install works from sites with virtual ↵Guillaume Cottenceau2003-03-061-2/+2
| | | | hosting (#2561)
* don't forget to probe USB for info and error messages as wellGuillaume Cottenceau2003-03-042-0/+4
|