summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
Commit message (Collapse)AuthorAgeFilesLines
...
* always fill proxy fields of interfacesOlivier Blin2004-06-141-3/+3
|
* do not mount sysroot in testing modeOlivier Blin2004-06-141-4/+6
|
* rephrase the partition selection messageOlivier Blin2004-06-141-1/+1
|
* do not ask proxy settings if interface wasn't brought up (stupid me)Olivier Blin2004-06-111-6/+7
|
* add http proxy settings in interface_info struct, and ask them right after ↵Olivier Blin2004-06-112-25/+58
| | | | the interface is up, so that they can be used to fetch the mirror list
* enable MODE_TESTING if the DEBUGSTAGE1 environment variable is setOlivier Blin2004-06-111-0/+2
|
* in testing mode, try to open cmdline file in current directory before trying ↵Olivier Blin2004-06-111-7/+17
| | | | in /proc
* let the user choose between ISO images containing a stage2 installer if a ↵Olivier Blin2004-06-111-2/+58
| | | | directory containing ISO images has been specified
* use new product name (Mandrakelinux)Olivier Blin2004-06-101-1/+1
|
* ntfs support in install from disk (on nplanel request, but to actually work, ↵Olivier Blin2004-06-102-1/+6
| | | | it would need the BOOT kernels to include the ntfs module)
* in move, use stg1_info_message() instead of stg1_error_message() not to ↵Olivier Blin2004-06-091-1/+1
| | | | disable MODE_AUTOMATIC
* in ftp install, display a mirror list (fetched from ↵Olivier Blin2004-06-081-0/+7
| | | | http://www.linux-mandrake.com/mirrorsfull.list) to allow the user to choose the medium, the host, and automatically find the path on mirror (next try, I suck Pixel said)
* in ftp install, display a mirror list (fetched from ↵Olivier Blin2004-06-081-1/+149
| | | | http://www.linux-mandrake.com/mirrorsfull.list) to allow the user to choose the medium, the host, and automatically find the path on mirror
* include missing header for unameOlivier Blin2004-06-081-0/+1
|
* in ftp install, check that modules for the boot kernel are available in ↵Olivier Blin2004-06-081-0/+15
| | | | mdkinst live location (they won't be used by the installer, but if they aren't here, they probably won't be in the mdkinst tarball)
* list only the requested file in ftp_get_filesize() instead of the whole ↵Olivier Blin2004-06-082-2/+3
| | | | directory (the buffer happens to be too small sometimes), make this function available for other modules
* - fix build on gcc 3.4Pascal Rigaux2004-06-071-2/+3
| | | | | - much nicer detection of wether $ARCH/Makefile.add modifies CFLAGS or not
* fix build with gcc 3.4 (+ little cleanup)Pascal Rigaux2004-06-071-9/+11
|
* nasty kernel now gives us weird PIDs, so we can't rely on this to detect if ↵Pascal Rigaux2004-06-072-12/+5
| | | | | | | we are running on a live box or not. So set testing to 0
* 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
* instead of keeping stage1 (mostly as temporary space but with a fixed size, ↵Pascal Rigaux2004-05-1314-160/+150
| | | | | | | 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
|
* 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.
* 10.0Guillaume Cottenceau2004-02-201-1/+1
|
* support automatic installs even when needing the additional drivers floppyGuillaume Cottenceau2004-02-181-2/+12
|
* support 2.6 insmoding for expert third party modules and loading named modulesGuillaume Cottenceau2004-02-173-18/+28
|
* when available, always load usb interface, as soon as possible, should help ↵Guillaume Cottenceau2004-02-174-21/+3
| | | | usb mouse detection in stage2 which otherwise timeouts
* fix buggy redhat code exhausted only in -Os which corruptedGuillaume Cottenceau2004-02-161-1/+1
| | | | | | memory and gave wrong results for download file size in FTP/HTTP installs
* sleep 10 only when debuggingPascal Rigaux2004-02-131-0/+2
|
* linux/fd.h is too broken to compile with -W :(Guillaume Cottenceau2004-02-121-1/+1
|
* try to detect regular floppy drivesGuillaume Cottenceau2004-02-123-5/+22
|
* be sure to load usb-storage after SCSI adapters, so that they are inGuillaume Cottenceau2004-02-111-8/+10
| | | | | same order than reboot, so that naming is the same
* don't insmod usb-storage the soonest, we can end up mixing scsi devices ↵Guillaume Cottenceau2004-02-111-5/+11
| | | | orders at reboot time, do it only when needed
* floppy_device returns first floppy device, look for medias first in case of ↵Guillaume Cottenceau2004-02-102-1/+14
| | | | usb floppies (maybe ide floppies also? never tested) then regular floppy drive
* in network mode we need to create nodes as well because of usb floppies supportGuillaume Cottenceau2004-02-101-2/+0
|
* use floppy_device rather than /dev/fd0 because we now support usb floppies ↵Guillaume Cottenceau2004-02-102-3/+3
| | | | as well