summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/cdrom.c
Commit message (Expand)AuthorAgeFilesLines
* kill long dead argumentThierry Vignaud2013-03-231-5/+5
* (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
* - rename SCSI_ADAPTERS as MEDIA_ADAPTERS since we really mean media adpaters nowOlivier Blin2008-02-271-3/+3
* do not explicitely try to load ide-generic, ldetect will fallback to ide-gene...Olivier Blin2007-09-241-6/+0
* - if you give nfs directory xxx, try to use xxx/ARCHPascal Rigaux2007-09-051-1/+3
* use '_' in module names when explicitely loading modulesOlivier Blin2007-08-211-2/+2
* - move parameters functions in params.cOlivier Blin2007-07-051-0/+2
* 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
* 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, a...Pascal Rigaux2004-05-131-1/+1
* until we haven't loaded the usb interface and the keyboard usb driver, we can...Guillaume Cottenceau2004-01-221-3/+3
* in mandrake-move, mount cdrom as supermountGuillaume Cottenceau2003-11-041-0/+4
* support cloop over NFS too. stay flexible enough so that server= parameter ca...Guillaume Cottenceau2003-10-181-4/+0
* 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
* enhance (complicate? ;p) device detection so that scsi and usbGuillaume Cottenceau2002-07-241-37/+65
* 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
* 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
* - add FTPGuillaume Cottenceau2001-01-111-4/+4
* - disk install can now load the second stage ramdisk, included pixel's readli...Guillaume Cottenceau2001-01-091-2/+2
* uglyfy my shiny modules-loading code to save some stuff in /etc/modules.conf ...Guillaume Cottenceau2001-01-061-2/+2
* 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