Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 :). | ||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -1/+1 |
| | |||||
* | do not use "local *F" | Pascal Rigaux | 2002-12-04 | 1 | -3/+2 |
| | |||||
* | 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! | ||||
* | use mkdir_p instead of mkdir | Pascal Rigaux | 2002-08-28 | 1 | -2/+2 |
| | |||||
* | (prepare_boot): use $::prefix | Pascal Rigaux | 2002-08-01 | 1 | -5/+4 |
| | |||||
* | revert back to /initrd | Guillaume Cottenceau | 2001-10-29 | 1 | -4/+4 |
| | |||||
* | replace /initrd with /lib/initrd | Pascal Rigaux | 2001-10-24 | 1 | -4/+4 |
| | |||||
* | (create): don't use seek to create big files otherwise you get hole and | Pascal Rigaux | 2001-09-19 | 1 | -2/+5 |
| | | | | | swapon doesn't like it | ||||
* | use new mkdir_p, rm_rf and cp_af from MDK::Common | Pascal Rigaux | 2001-09-16 | 1 | -6/+5 |
| | |||||
* | a hell lot of cleanup/rewrite: | Pascal Rigaux | 2001-08-17 | 1 | -16/+26 |
| | | | | | | | | | | | * diskdrake_interactive created, diskdrake is now interactive aware * added some documentation about the structure used for partitioning * all_hds now contain the various hds, lvm, raid * cleanup the isLVM, isRAID and alike functions * field {type} in detect_devices is now {media_type} * detect_devices::floppies is now floppies_dev * removed old function prototypes | ||||
* | move to MDK::Common, bool->to_bool | Pascal Rigaux | 2001-07-24 | 1 | -2/+3 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-09-14 | 1 | -1/+1 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-08-18 | 1 | -25/+0 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-08-04 | 1 | -12/+3 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-04-13 | 1 | -1/+0 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-04-12 | 1 | -10/+10 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-03-30 | 1 | -0/+19 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-03-26 | 1 | -0/+3 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-03-22 | 1 | -8/+23 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-03-20 | 1 | -21/+30 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-03-14 | 1 | -2/+27 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-03-11 | 1 | -5/+4 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-03-09 | 1 | -2/+0 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-03-08 | 1 | -0/+83 |