summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/disk.c
Commit message (Collapse)AuthorAgeFilesLines
* - when the directory is bad, go back to choose another directory instead of ↵Pascal Rigaux2004-07-061-6/+6
| | | | | | | | choosing another device (you can still use "Cancel" to choose another device) - list files in directory given, not the root directory of the device
* split directory specific functions and move them from disk.c to directory.c ↵Olivier Blin2004-06-211-156/+7
| | | | (will be used in NFS install)
* in iso install, use ISOPATH environment variable instead of loopback device ↵Olivier Blin2004-06-181-0/+1
| | | | filename (limited to 64 chars)
* add disk-iso install methodOlivier Blin2004-06-171-3/+4
|
* do not delete loopbacks devices before umount but afterOlivier Blin2004-06-171-5/+5
|
* redesign of the ISO image selection dialog, add an entry in the list to ↵Olivier Blin2004-06-151-11/+26
| | | | allow to use the directory as a mirror tree
* do not try to mount the partition in testing mode, assume it is already mountedOlivier Blin2004-06-151-1/+2
|
* del loop device after unmountOlivier Blin2004-06-151-0/+1
|
* rephrase question againOlivier Blin2004-06-141-1/+3
|
* rephrase again the disk install questions (thanks to Pierre Jarillon, ↵Olivier Blin2004-06-141-3/+6
| | | | Rapsys|Phoenix and John Kelller)
* rephrase the partition selection messageOlivier Blin2004-06-141-1/+1
|
* let the user choose between ISO images containing a stage2 installer if a ↵Olivier Blin2004-06-111-2/+58
| | | | directory containing ISO images has been specified
* ntfs support in install from disk (on nplanel request, but to actually work, ↵Olivier Blin2004-06-101-1/+2
| | | | it would need the BOOT kernels to include the ntfs module)
* instead of keeping stage1 (mostly as temporary space but with a fixed size, ↵Pascal Rigaux2004-05-131-9/+2
| | | | | | | and for the background init), exit the stage1 giving hand to stage2 in a tmpfs (same as what was done for Mandrakemove)
* when in automatic=disk mode but no partition is given, fall backGuillaume Cottenceau2004-02-271-3/+1
| | | | | on non automatic mode evidently
* Patch from gc to allow booting a MandrakeMove on a Harddrive using theErwan Velu2004-02-251-10/+30
| | | | | automatic settings.
* until we haven't loaded the usb interface and the keyboard usb driver, we ↵Guillaume Cottenceau2004-01-221-1/+1
| | | | can't allow asking for additional drivers floppy, so need another parameter to my_insmod to indicate in which situation we are
* allow more than one loop device for more than one lomountGuillaume Cottenceau2003-10-221-7/+8
|
* fix pixelGuillaume Cottenceau2003-10-211-1/+1
|
* close file descriptorsGuillaume Cottenceau2003-09-181-2/+4
|
* fix recovery behaviour thx to francois commentsGuillaume Cottenceau2003-09-111-9/+5
|
* recoveryGuillaume Cottenceau2003-09-101-35/+137
|
* Merge from R9_0-AMD64, most notably:Gwenolé Beauchesne2003-06-041-1/+1
| | | | | | | | | - AMD64 support to insmod-busybox, minilibc, et al. - Sync with insmod-modutils 2.4.19 something but everyone should use dietlibc nowadays - Factor out compilation and prefix with $(DIET) for dietlibc builds - 64-bit & varargs fixes
* Add missing includes, <string.h> for bzero()Gwenolé Beauchesne2002-08-011-0/+1
|
* enhance (complicate? ;p) device detection so that scsi and usbGuillaume Cottenceau2002-07-241-1/+1
| | | | | | | | 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)
* compile with -WGuillaume Cottenceau2002-07-031-7/+7
|
* 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