summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/disk.c
Commit message (Collapse)AuthorAgeFilesLines
...
* english fixes thx to vincent meyerGuillaume Cottenceau2002-06-031-1/+1
|
* hd.img now detects partition types... backport from DrakX :-)Guillaume Cottenceau2001-09-241-2/+101
|
* mount all but ramdisk Read OnlyGuillaume Cottenceau2001-08-221-3/+3
|
* don't write nonsense code to separate frontend from stage1,Guillaume Cottenceau2001-05-171-10/+10
| | | | | but rather, try to do some clever things
* bzero string buffer before sscanf call, security for dietlibc implementationGuillaume Cottenceau2001-05-151-0/+1
|
* fix for hd-install when you provide a not valid ISO (cd #2 for example)Guillaume Cottenceau2001-03-181-3/+9
|
* add support for automatic (ex-kickstart) in disk installsGuillaume Cottenceau2001-02-211-5/+8
|
* write down Magic Callback (tm) for static ip stuffGuillaume Cottenceau2001-02-131-1/+1
|
* - slighty change the message when exiting successfully from install, to not ↵Guillaume Cottenceau2001-02-061-1/+1
| | | | | | | | | | mess with abnormal termination - get back dialog for hostname and domain in case of unable to guess domain - try to resolve DNS if self-ip can't resolve, to guess domain - remember entries so that when there is a problem you don't have to re-enter everything (ncurses sucking stuff in case of stdio-frontend..) - use larger buffer for list_directory since in /dev there can be *many* files
* (try_with_device): bloody guillaume changed /tmp/hdimage to /tmp/disk ↵Pascal Rigaux2001-02-021-1/+1
| | | | | | | without even telling, changing it back as i don't see any good reason for the move.
* - add load of third party modules in Expert mode (PS rulz)Guillaume Cottenceau2001-01-121-19/+13
|
* - fix behaviour with bad ISO images (DISK installs)Guillaume Cottenceau2001-01-121-4/+4
| | | | | - better dialogs for DISK installs
* fix failing umount for DISK installs in some failing loopback situationsGuillaume Cottenceau2001-01-111-5/+3
|
* act nicely when no partitions are found on some diskGuillaume Cottenceau2001-01-111-0/+5
|
* - add DISK install from ISO image fileGuillaume Cottenceau2001-01-111-5/+19
|
* - add FTPGuillaume Cottenceau2001-01-111-22/+25
| | | | | | - 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-18/+37
| | | | | | | readlink test to cut vfat problems - disabled TOCHECK's for rescue/umounting stuff
* - use clearer messages (s/Installation/Distribution/g and some more)Guillaume Cottenceau2001-01-091-7/+31
| | | | | | - prints partition sizes in Mbytes - prints extract of partition contents on failure of some DISK steps
* uglyfy my shiny modules-loading code to save some stuff in /etc/modules.conf ↵Guillaume Cottenceau2001-01-061-1/+1
| | | | (scsi, net, modules options)
* use a #define for Linux-Mandrake following fclara's requireGuillaume Cottenceau2000-12-221-3/+3
|
* add disk install supportGuillaume Cottenceau2000-12-181-6/+90
|
* polish for integration into cookerGuillaume Cottenceau2000-12-181-0/+3
|
* - add pci probing featureGuillaume Cottenceau2000-12-121-7/+4
| | | | | | - 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-1/+2
| | | | | | adds better device files handling (some in initrd, others dynamically created) better logging of detected IDE and SCSI devices
* first draft can detect your cdrom drivesGuillaume Cottenceau2000-12-071-0/+91
soon will launch the stage2