summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/tools.c
Commit message (Expand)AuthorAgeFilesLines
* stage1: Move the symlink creation from stage1 to init.Colin Guthrie2013-10-291-59/+0
* kill long dead argumentThierry Vignaud2013-03-231-6/+6
* (my_insmod) rename as (my_modprobe) as it really what it isThierry Vignaud2013-03-231-6/+6
* add a FIXME note about loading every fs modulesThierry Vignaud2012-09-201-0/+1
* Try mounting as btrfs tooPascal Terjan2012-04-071-0/+1
* kill dead emailsThierry Vignaud2012-01-271-1/+1
* do not list /dev/fd0 when no floppy is found (#58390)Pascal Terjan2010-03-301-1/+1
* mandrake is now mandrivaThierry Vignaud2009-03-061-2/+2
* allow installing from ext3/ext4/reiser4Pascal Terjan2009-02-161-1/+2
* handle ide-cd being renamed as ide-cd_modOlivier Blin2008-06-121-1/+1
* - if you give nfs directory xxx, try to use xxx/ARCHPascal Rigaux2007-09-051-0/+20
* use '_' in module names when explicitely loading modulesOlivier Blin2007-08-211-2/+2
* revert ide-floppy commit, it is used for LS/Iomage drives onlyOlivier Blin2007-07-161-1/+0
* load ide-floppy when detecting floppiesOlivier Blin2007-07-161-0/+1
* load ide-disk when detecting disks (ide is now modularized...)Olivier Blin2007-07-161-0/+1
* - move parameters functions in params.cOlivier Blin2007-07-051-286/+2
* add lowercase() function (used to retrieve mirror list)Olivier Blin2007-04-251-0/+9
* remove huge unwanted commitOlivier Blin2007-04-251-9/+0
* crappy commit (reverted later)Olivier Blin2007-04-251-0/+9
* re-sync after the big svn lossPascal Rigaux2007-04-251-38/+86
* Fix another couple of potential buffer overflowsRafael Garcia-Suarez2006-02-151-2/+1
* support jfs and xfsOlivier Blin2005-12-021-0/+2
* use thirdparty mode if the "thirdparty" automatic keyword is specifiedOlivier Blin2005-07-281-1/+5
* - merge update_modules stuff in third-party moduleOlivier Blin2005-03-161-2/+4
* cdrom support in third-party moduleOlivier Blin2005-03-161-1/+24
* expert mode is deadOlivier Blin2005-03-091-3/+0
* move partition stuff in partition.c and common disk stuff in tools.cOlivier Blin2005-03-091-0/+34
* new option "keepmounted" to allow the rescue media to be kept mountedPascal Rigaux2005-02-281-0/+1
* it's cleaner to have the clp_tmpfs in /tmpPascal Rigaux2005-01-031-1/+1
* minimal bootsplash stage1 supportPascal Rigaux2004-12-201-0/+1
* create unset_automatic()Pascal Rigaux2004-12-201-0/+6
* - drop oem & recovery code (which was broken)Pascal Rigaux2004-11-291-1/+0
* major switch from ramdisk to clpPascal Rigaux2004-11-161-96/+20
* we use pivot_root for rescue, so don't umount STAGE2_LOCATIONPascal Rigaux2004-11-051-8/+0
* saving stage1 resolv.conf is done in finish_preparing() with no special code ...Pascal Rigaux2004-11-051-6/+0
* RAMDISK_LOCATION_REL is a better name than RAMDISK_LOCATIONPascal Rigaux2004-11-051-1/+1
* - create mount_clp_may_preload() out of handle_clp()Pascal Rigaux2004-11-041-0/+53
* fix typoPascal Rigaux2004-11-041-1/+1
* create save_fd() out of copy_file()Pascal Rigaux2004-11-041-19/+26
* MODE_RAMDISK is now unusedPascal Rigaux2004-11-041-2/+0
* LIVE_LOCATION is better named LIVE_LOCATION_REL without the leading "/"Pascal Rigaux2004-11-041-1/+1
* test_that_cd() is now image_has_stage2()Pascal Rigaux2004-11-041-0/+9
* drop IS_SPECIAL_STAGE2 in favor of IS_RESCUEPascal Rigaux2004-11-041-17/+3
* rename MEM_LIMIT_RAMDISK into MEM_LIMIT_DRAKXPascal Rigaux2004-11-021-1/+1
* compile less things when MANDRAKE_MOVE is definedPascal Rigaux2004-11-021-0/+2
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
* variable declaration fixes (spotted by neofutur)Olivier Blin2004-06-291-1/+2
* in testing mode, try to open cmdline file in current directory before trying ...Olivier Blin2004-06-111-7/+17
* instead of keeping stage1 (mostly as temporary space but with a fixed size, a...Pascal Rigaux2004-05-131-23/+8
* try to detect regular floppy drivesGuillaume Cottenceau2004-02-121-0/+22