summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/cdrom.c
Commit message (Collapse)AuthorAgeFilesLines
* until we haven't loaded the usb interface and the keyboard usb driver, we ↵Guillaume Cottenceau2004-01-221-3/+3
| | | | can't allow asking for additional drivers floppy, so need another parameter to my_insmod to indicate in which situation we are
* in mandrake-move, mount cdrom as supermountGuillaume Cottenceau2003-11-041-0/+4
|
* support cloop over NFS too. stay flexible enough so that server= parameter ↵Guillaume Cottenceau2003-10-181-4/+0
| | | | can either designate the root of the live tree or the root for the cloop live tree, program will detect automatically both.
* mandrake-move is cloop stuffGuillaume Cottenceau2003-10-161-1/+5
|
* boot live_tree! :)Guillaume Cottenceau2003-10-091-0/+4
|
* first attempt of updating stage1 for MandrakeMoveGuillaume Cottenceau2003-10-081-0/+2
|
* hopefully fix "device or resource busy" problem in cdromGuillaume Cottenceau2002-07-311-4/+4
| | | | | | automatic mode (I messed up between truth value and number in a list... the first value is numbered "0" whicih is "false"...)
* enhance (complicate? ;p) device detection so that scsi and usbGuillaume Cottenceau2002-07-241-37/+65
| | | | | | | | detection are done only when no ide cdrom with mandrake install is detected (speed up), have usb keyboard modules installed before any interactive question, honour "noauto" (skip usb detection and insmod'ing)
* mount all but ramdisk Read OnlyGuillaume Cottenceau2001-08-221-1/+1
|
* don't write nonsense code to separate frontend from stage1,Guillaume Cottenceau2001-05-171-1/+1
| | | | | but rather, try to do some clever things
* enable probing of all the CDROM drives in automatic modeGuillaume Cottenceau2001-03-061-20/+52
|
* better error msg thx to mcdtgGuillaume Cottenceau2001-02-131-1/+1
|
* add more memory carefulness with CDROM installGuillaume Cottenceau2001-01-121-1/+1
|
* - add wait_message for initializing of CDROM's (it can be long when it's SCSI)Guillaume Cottenceau2001-01-121-9/+24
| | | | | - print CDROM drive names (model) in dialogs
* - add FTPGuillaume Cottenceau2001-01-111-4/+4
| | | | | | - add HTTP - use single place for mountpoints and static directories
* - disk install can now load the second stage ramdisk, included pixel's ↵Guillaume Cottenceau2001-01-091-2/+2
| | | | | | | readlink test to cut vfat problems - disabled TOCHECK's for rescue/umounting stuff
* uglyfy my shiny modules-loading code to save some stuff in /etc/modules.conf ↵Guillaume Cottenceau2001-01-061-2/+2
| | | | (scsi, net, modules options)
* use a #define for Linux-Mandrake following fclara's requireGuillaume Cottenceau2000-12-221-2/+2
|
* fix "cancel" sillyness in choosing cdrom device dialogGuillaume Cottenceau2000-12-181-3/+7
|
* mdk-stage1 produces the boot images in CookerGuillaume Cottenceau2000-12-181-0/+2
|
* nice handle of automatic mode for cdrom installGuillaume Cottenceau2000-12-181-4/+11
|
* - network/nfs worksGuillaume Cottenceau2000-12-161-1/+2
|
* - add pci probing featureGuillaume Cottenceau2000-12-121-7/+5
| | | | | | - 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-6/+7
| | | | | | 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-5/+33
|
* first draft can detect your cdrom drivesGuillaume Cottenceau2000-12-071-0/+93
soon will launch the stage2