summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/cdrom.c
Commit message (Collapse)AuthorAgeFilesLines
* kill long dead argumentThierry Vignaud2013-03-231-5/+5
| | | | the "Additional Drivers floppy" is long dead
* (my_insmod) rename as (my_modprobe) as it really what it isThierry Vignaud2013-03-231-5/+5
|
* Revert commit 6430Nicolas Lécureuil2012-11-111-162/+157
|
* Do not mix tabs and spacesNicolas Lécureuil2012-11-091-157/+162
|
* kill dead emailsThierry Vignaud2012-01-271-1/+1
|
* Revert commit 2302Dexter Morgan2011-12-111-1/+1
|
* ide_cd_mod does not exist anymore (thanks aginies)Anne Nicolas2011-12-071-1/+1
|
* Handle isohybrid images dumped on usb sticks in stage1Christophe Fergeau2009-04-171-0/+7
|
* mandrake is now mandrivaThierry Vignaud2009-03-061-2/+2
|
* handle ide-cd being renamed as ide-cd_modOlivier Blin2008-06-121-1/+1
|
* add back "ide-generic" support (incorrectly removed in 1.17), theOlivier Blin2008-06-121-0/+6
| | | | | | module that we want to avoid is "ide-pci-generic" (previously "generic"), and this is handled by ldetect-lst preferred modules list
* - rename SCSI_ADAPTERS as MEDIA_ADAPTERS since we really mean media adpaters nowOlivier Blin2008-02-271-3/+3
| | | | | | - update comments and messages accordingly - rename already_probed_scsi_adapters as already_probed_media_adapters
* do not explicitely try to load ide-generic, ldetect will fallback to ↵Olivier Blin2007-09-241-6/+0
| | | | ide-generic when appropriate (#33043)
* - if you give nfs directory xxx, try to use xxx/ARCHPascal Rigaux2007-09-051-1/+3
| | | | | | | - handle cdroms with and without ARCH at the root and factorize the code into create_IMAGE_LOCATION()
* use '_' in module names when explicitely loading modulesOlivier Blin2007-08-211-2/+2
|
* - move parameters functions in params.cOlivier Blin2007-07-051-0/+2
| | | | | - move string/system utility functions in utils.c
* re-sync after the big svn lossPascal Rigaux2007-04-251-11/+12
|
* Remove another potential buffer overflowRafael Garcia-Suarez2006-02-141-2/+1
|
* try to load ide-generic as fallback when no disk or cdrom is foundOlivier Blin2005-04-011-0/+6
|
* new option "keepmounted" to allow the rescue media to be kept mountedPascal Rigaux2005-02-281-1/+1
|
* create unset_automatic()Pascal Rigaux2004-12-201-2/+2
|
* major switch from ramdisk to clpPascal Rigaux2004-11-161-2/+1
| | | | | | | | | | | | | - mdkinst_stage2.bz2 is now mdkinst.clp - rescue_stage2.bz2 is now rescue.clp - make_mdkinst_stage2 is now mdkinst_stage2_tool (we don't keep the live when building the clp, mdkinst_stage2_tool is able to create the clp from the live, or the live from the clp) - all stage1 images now need cryptoloop & gzloop - the clp can be preloaded in memory or not (see MEM_LIMIT_DRAKX_PRELOAD and MEM_LIMIT_RESCUE_PRELOAD) (for http & ftp, it *must* be preloaded) - we don't uncompress the ramdisk anymore since the decompression is done on the fly, this makes the rescue boot much faster - function get_ramdisk_realname() is replaced with macro CLP_FILE_REL
* more commentPascal Rigaux2004-11-041-0/+1
|
* test_that_cd() is now image_has_stage2()Pascal Rigaux2004-11-041-12/+2
|
* *** empty log message ***Pascal Rigaux2004-11-041-1/+1
|
* drop IS_SPECIAL_STAGE2 in favor of IS_RESCUEPascal Rigaux2004-11-041-1/+1
|
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* instead of keeping stage1 (mostly as temporary space but with a fixed size, ↵Pascal Rigaux2004-05-131-1/+1
| | | | | | | and for the background init), exit the stage1 giving hand to stage2 in a tmpfs (same as what was done for Mandrakemove)
* 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
|