summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/mount.c
Commit message (Collapse)AuthorAgeFilesLines
* in network mode we need to create nodes as well because of usb floppies supportGuillaume Cottenceau2004-02-101-2/+0
|
* until we haven't loaded the usb interface and the keyboard usb driver, we ↵Guillaume Cottenceau2004-01-221-6/+6
| | | | can't allow asking for additional drivers floppy, so need another parameter to my_insmod to indicate in which situation we are
* we need loop-aes for mountloop, so we use change_loop with a special device ↵Guillaume Cottenceau2003-12-011-0/+3
| | | | number
* in mandrake-move, mount cdrom as supermountGuillaume Cottenceau2003-11-041-0/+9
|
* allow more than one loop device for more than one lomountGuillaume Cottenceau2003-10-221-4/+5
|
* nfs, cloopGuillaume Cottenceau2003-10-181-6/+2
|
* mandrake-move is cloop stuffGuillaume Cottenceau2003-10-161-0/+3
|
* handle device hdi, hdj... hdt creationPascal Rigaux2003-02-251-0/+24
|
* small readability & size enhancementGuillaume Cottenceau2002-07-081-3/+3
|
* *** empty log message ***Guillaume Cottenceau2001-10-081-2/+11
|
* hd.img now detects partition types... backport from DrakX :-)Guillaume Cottenceau2001-09-241-1/+1
|
* reflect scd -> sr here too, /me sucks :-(Guillaume Cottenceau2001-09-041-2/+3
|
* enable install from Compaq Smart ArrayGuillaume Cottenceau2001-08-241-0/+10
|
* mount all but ramdisk Read OnlyGuillaume Cottenceau2001-08-221-15/+5
|
* - better log of nfs mount errorsGuillaume Cottenceau2001-02-131-3/+1
| | | | | - don't insmod modules already present (important for bzip2 slowness)
* - fix behaviour with bad ISO images (DISK installs)Guillaume Cottenceau2001-01-121-2/+4
| | | | | - better dialogs for DISK installs
* uglyfy my shiny modules-loading code to save some stuff in /etc/modules.conf ↵Guillaume Cottenceau2001-01-061-4/+4
| | | | (scsi, net, modules options)
* add disk install supportGuillaume Cottenceau2000-12-181-3/+7
|
* - network/nfs worksGuillaume Cottenceau2000-12-161-5/+24
|
* - do progressbar since it seems nobody can live without itGuillaume Cottenceau2000-12-141-0/+6
| | | | | | - write real separation between cdrom, disk, and network code; have multiple targets for that issue - begin network code: network interface is up and runing (static IP only), network is configured
* - add pci probing featureGuillaume Cottenceau2000-12-121-3/+8
| | | | | | - add listing of available modules and insmod'ing on user request - make rescue-stage2 working
* week-end stuff: now supports second stage as a ramdiskGuillaume Cottenceau2000-12-111-2/+79
| | | | | | adds better device files handling (some in initrd, others dynamically created) better logging of detected IDE and SCSI devices
* mdk-stage1 can now run the Install from CDROMGuillaume Cottenceau2000-12-081-0/+68