summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/stage1.h
Commit message (Collapse)AuthorAgeFilesLines
* kill dead emailsThierry Vignaud2012-01-271-1/+1
|
* mandrake is now mandrivaThierry Vignaud2009-03-061-2/+2
|
* - move parameters functions in params.cOlivier Blin2007-07-051-1/+1
| | | | | - move string/system utility functions in utils.c
* ka support (initially from Antoine Ginies and Erwan Velu)Olivier Blin2005-08-281-0/+1
|
* - merge update_modules stuff in third-party moduleOlivier Blin2005-03-161-2/+2
| | | | | | | - add "thirdparty" as an alias for the "updatemodules" option - allow to specify thirdparty device using automatic "thirdparty" option - try to mount as iso9660 too in try_mount
* expert mode is deadOlivier Blin2005-03-091-2/+0
|
* new option "keepmounted" to allow the rescue media to be kept mountedPascal Rigaux2005-02-281-0/+2
|
* MODE_RAMDISK is now unusedPascal Rigaux2004-11-041-2/+0
|
* drop IS_SPECIAL_STAGE2 in favor of IS_RESCUEPascal Rigaux2004-11-041-2/+0
|
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* instead of keeping stage1 (mostly as temporary space but with a fixed size, ↵Pascal Rigaux2004-05-131-2/+0
| | | | | | | and for the background init), exit the stage1 giving hand to stage2 in a tmpfs (same as what was done for Mandrakemove)
* live boot option is deprecatedGuillaume Cottenceau2003-11-201-2/+0
|
* add debugstage1 option to help debugging when stage1 can't launch stage2Guillaume Cottenceau2003-10-301-0/+2
|
* handle "boot" clp and "main" clp. passing argument "live" can force to not ↵Guillaume Cottenceau2003-10-221-0/+2
| | | | use the clp in favor of live tree.
* recoveryGuillaume Cottenceau2003-09-101-0/+2
|
* put dhcp bootfile under netauto parameterGuillaume Cottenceau2003-04-141-0/+2
|
* enhance (complicate? ;p) device detection so that scsi and usbGuillaume Cottenceau2002-07-241-0/+2
| | | | | | | | 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)
* support "filename" in DHCP answers and give thisGuillaume Cottenceau2001-12-111-0/+1
| | | | | to stage2 as --kickstart parameter
* - add "changedisk" featureGuillaume Cottenceau2001-07-261-0/+4
| | | | | - add "updatemodules" feature
* don't write nonsense code to separate frontend from stage1,Guillaume Cottenceau2001-05-171-1/+3
| | | | | but rather, try to do some clever things
* have a 100% independence between UI stuff and code from stage1Guillaume Cottenceau2001-05-161-2/+2
|
* use some help with __attribute__Guillaume Cottenceau2001-03-181-1/+1
|
* - use description of network cards when you have to select between ↵Guillaume Cottenceau2001-02-071-0/+1
| | | | | | | interfaces; has accuracy even in the case of multiple interface for a given kernel module - write down a small "shell" to change parameters on the fly (needs compile option SPAWN_INTERACTIVE)
* - add FTPGuillaume Cottenceau2001-01-111-3/+0
| | | | | | - 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-0/+2
| | | | | | | readlink test to cut vfat problems - disabled TOCHECK's for rescue/umounting stuff
* nice handle of automatic mode for cdrom installGuillaume Cottenceau2000-12-181-10/+0
|
* automatic mode added (a.k.a get rid of redhat kickstart)Guillaume Cottenceau2000-12-171-2/+4
|
* week-end stuff: now supports second stage as a ramdiskGuillaume Cottenceau2000-12-111-20/+16
| | | | | | 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/+3
|
* first draft can detect your cdrom drivesGuillaume Cottenceau2000-12-071-0/+61
soon will launch the stage2