Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -4/+15 |
| | |||||
* | conectiva 10's grub detection (thanks to bogdano) | Pascal Rigaux | 2005-08-25 | 1 | -0/+1 |
| | |||||
* | move is_xbox from common to detect_devices | Olivier Blin | 2005-08-05 | 1 | -1/+1 |
| | |||||
* | ignore HDIO_GETGEO fail (useful for dmraid) | Pascal Rigaux | 2005-06-20 | 1 | -13/+16 |
| | |||||
* | create default_type() out of zero_MBR() | Pascal Rigaux | 2005-04-13 | 1 | -4/+8 |
| | |||||
* | Diskdrake mods for XBox (thks Pixel) | Stew Benedict | 2005-03-10 | 1 | -0/+5 |
| | |||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -5/+5 |
| | |||||
* | detect on lilo on floppy (bugzilla #12213) | Pascal Rigaux | 2004-11-23 | 1 | -0/+1 |
| | |||||
* | add some ";", remove some ";", as told by perl_checker | Pascal Rigaux | 2004-11-18 | 1 | -1/+1 |
| | |||||
* | fix yaboot detection | Pascal Rigaux | 2004-11-16 | 1 | -1/+2 |
| | |||||
* | don't die when failing to open a device (to get its geometry), skip it instead | Pascal Rigaux | 2004-09-29 | 1 | -8/+15 |
| | | | | | (as used to be done before partition_table::raw::get_geometries() was introduced) | ||||
* | try to get geometry from EDD | Pascal Rigaux | 2004-09-17 | 1 | -1/+45 |
| | |||||
* | big renaming of field {type} to {pt_type}, | Pascal Rigaux | 2004-07-05 | 1 | -2/+2 |
| | | | | | | this will allow defining {fs_type} which will always be a string whereas {pt_type} will always be a number | ||||
* | perl now handle cleanly utf8 string in exceptions, no need to die \N("...") | Pascal Rigaux | 2004-04-05 | 1 | -1/+1 |
| | |||||
* | add set_best_geometry_for_the_partition_table to use the hd geometry instead ↵ | Pascal Rigaux | 2004-03-17 | 1 | -1/+7 |
| | | | | of the physical geometry returned by the kernel (since for now i can't have bios geometry on 2.6) | ||||
* | - remove the use of BLKRRPART (telling the kernel to re-read the partition ↵ | Pascal Rigaux | 2004-01-15 | 1 | -15/+3 |
| | | | | | | | | | table) in most cases - replace with tell_kernel() and will_tell_kernel() - correctly handle in standalone the need to reboot, with no way to forget it (telling the WM to quit nicely then call reboot when it's done) | ||||
* | perl_checker fixes | Pascal Rigaux | 2004-01-05 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-05-23 | 1 | -1/+1 |
| | |||||
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -2/+2 |
| | |||||
* | (test_for_bad_drives): don't open in write mode when testing | Pascal Rigaux | 2003-02-22 | 1 | -1/+1 |
| | |||||
* | to workaround perl bug removing UTF8 flag when passing scalars to die's, pass | Guillaume Cottenceau | 2003-02-19 | 1 | -1/+1 |
| | | | | | | a scalar-ref. but we need to de-ref, so it might break many things :). let's make a prayer :). | ||||
* | add "OS/2 boot manager" (see bug #1338) | Pascal Rigaux | 2003-02-11 | 1 | -0/+1 |
| | |||||
* | English proofreading (first pass) | Pablo Saratxaga | 2003-01-21 | 1 | -1/+1 |
| | |||||
* | use internal_error instead of die for better error message (esp. backtrace) | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -2/+2 |
| | |||||
* | do not use "local *F" | Pascal Rigaux | 2002-12-04 | 1 | -12/+15 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -1/+1 |
| | |||||
* | various small syntax enhancements to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -1/+1 |
| | |||||
* | remove unneeded parentheses on the right side of infix if/foreach/unless | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous! | ||||
* | (test_for_bad_drives): classify error messages (either read, write or ↵ | Pascal Rigaux | 2002-08-27 | 1 | -5/+6 |
| | | | | something-else) | ||||
* | add Acronis bootloader magic | Pascal Rigaux | 2002-08-11 | 1 | -0/+1 |
| | |||||
* | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 1 | -1/+1 |
| | |||||
* | g Move 2: partition table: hierarchy | Thierry Vignaud | 2002-07-23 | 1 | -0/+192 |