Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | try to cleanup fs.pm | Pascal Rigaux | 2005-06-28 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | (to have simpler dependencies between modules, esp. have some modules only required by diskdrake): - move some functions from fs to fs::mount (most keep their name, except mount_part and mount_usbfs) - move formatMount_part and formatMount_all from fs to fs::format - move some functions from fs to fs::wild_device (part2wild_device_name -> fs::wild_device::from_part) (subpart_from_wild_device_name -> fs::wild_device::to_subpart) (analyze_wild_device_name -> fs::wild_device::analyse) - formatMount_part(), formatMount_all(), fs::mount::part() don't take a prefix anymore the current situation was quite muddy we now rely on fs::get::mntpoint_prefixed() which will maybe depend on a field in $part for now, we mount every part in chroot, it seems to be what's wanted - fs::format::part() now expect $all_hds instead of $raids - fs::type::carryRootLoopback is now fs::get::carry_root_loopback() - in fs::loopback, most functions don't want a prefix anymore | ||||
* | don't need use MDK::Common... when we have "use common" (which is the ↵ | Pascal Rigaux | 2005-06-10 | 1 | -1/+0 |
| | | | | standard for libDrakX modules) | ||||
* | (dd) reuse c:: | Thierry Vignaud | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | (dd) make sysopen() call readable | Thierry Vignaud | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | drop oooold broken code | Pascal Rigaux | 2005-06-03 | 1 | -7/+0 |
| | |||||
* | drop oooold deprecated code | Pascal Rigaux | 2005-06-03 | 1 | -18/+0 |
| | |||||
* | inline old mount command which has been removed | Pascal Rigaux | 2005-06-03 | 1 | -1/+4 |
| | |||||
* | keyboard::setup() is better named keyboard::setup_install() | Pascal Rigaux | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | use command mount instead of using directly the syscall (allows some cleanup) | Pascal Rigaux | 2005-06-01 | 1 | -19/+0 |
| | |||||
* | keep binaries in their "standard" binary dir instead of moving everything to ↵ | Pascal Rigaux | 2005-05-20 | 1 | -1/+1 |
| | | | | | | | /usr/bin (it used to be in /usr/bin when the stage1 was not exited) | ||||
* | Avoid unnecessary stats. | Rafael Garcia-Suarez | 2005-03-03 | 1 | -1/+1 |
| | |||||
* | add lspcidrake | Pascal Rigaux | 2005-01-20 | 1 | -1/+2 |
| | |||||
* | fix *old* typo | Pascal Rigaux | 2005-01-18 | 1 | -1/+1 |
| | |||||
* | don't pass prefix, use $::prefix | Pascal Rigaux | 2004-12-21 | 1 | -1/+1 |
| | |||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -11/+11 |
| | |||||
* | remove some unneeded ";", add some for normalization (as told by perl_checker) | Pascal Rigaux | 2004-11-18 | 1 | -1/+1 |
| | |||||
* | (modprobe) use load_with_options instead of load_raw to take care of | Olivier Blin | 2004-08-23 | 1 | -1/+1 |
| | | | | | module dependencies | ||||
* | - move format related functions out of fs.pm to new module fs/format.pm | Pascal Rigaux | 2004-07-23 | 1 | -4/+4 |
| | | | | | - remove swap.pm, moving its few functions to fs/format.pm or fs.pm | ||||
* | - %modules::conf is no more a global, so many functions need passing ↵ | Pascal Rigaux | 2004-07-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | $modules_conf - $modules_conf is a class choosing modules.conf or modprobe.conf (esp. useful after install) (but not working yet!) - modules::load() doesn't use $modules_conf, use modules::load_and_configure() - modules::load() doesn't allow options, use either modules::load_raw() or modules::load_and_configure() - some functions used to want an array ref for modules options and some a string, now every functions use a string - many functions (like modules::get_alias()) are now methods on $modules_conf - some functions in mouse.pm needed a $in where a $do_pkgs is enough - some perl_checker compliance - small fixes | ||||
* | cleanup & kernel 2.6 .ko adaptation | Pascal Rigaux | 2004-01-20 | 1 | -23/+10 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2004-01-06 | 1 | -5/+0 |
| | |||||
* | fix bug (detected by perl_checker!) | Pascal Rigaux | 2003-12-15 | 1 | -1/+1 |
| | |||||
* | pci hardware discovery: do full-probe by default | Thierry Vignaud | 2003-08-19 | 1 | -1/+1 |
| | |||||
* | remove mkswap from commands.pm, so no need anymore to have mkswap_ (the ↵ | Pascal Rigaux | 2003-07-16 | 1 | -7/+1 |
| | | | | drawback is that the mkswap command won't create the device anymore) | ||||
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -6/+6 |
| | |||||
* | fixed command insmod. | Francois Pons | 2003-02-17 | 1 | -1/+2 |
| | |||||
* | perl_checker compliance ("ref" now need parentheses in many case) | Pascal Rigaux | 2003-02-12 | 1 | -2/+2 |
| | |||||
* | 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 my $F, ...", use "local(my $F, ...) instead | Pascal Rigaux | 2002-12-03 | 1 | -1/+1 |
| | |||||
* | remove pack_ and unpack_ (unused) | Pascal Rigaux | 2002-12-03 | 1 | -42/+2 |
| | |||||
* | fix "ps" and "df" (were broken due to localization of *DF and *PS) | Pascal Rigaux | 2002-11-28 | 1 | -5/+3 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -10/+10 |
| | |||||
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -9/+9 |
| | | | | | | - remove redundant parentheses - add some parentheses for clarity | ||||
* | add/remove some spaces to make perl_checker happy | Pascal Rigaux | 2002-11-12 | 1 | -2/+2 |
| | |||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -4/+6 |
| | |||||
* | - do not use "foreach $var (...) {...}" use "foreach my $var (...) {...}" ↵ | Pascal Rigaux | 2002-11-11 | 1 | -11/+13 |
| | | | | | | | | instead (only pb are functions called in {...} that could use $var, none found except in commands.pm) - various small syntax enhancements to please perl_checker | ||||
* | - have "local *FILEHANDLE" before each "open FILEHANDLE, ..." | Pascal Rigaux | 2002-11-06 | 1 | -1/+3 |
| | | | | | - use some "cat_" and "output" where possible | ||||
* | (cp): use cp_af | Pascal Rigaux | 2002-11-06 | 1 | -36/+2 |
| | |||||
* | please perl_checker: | Pascal Rigaux | 2002-11-06 | 1 | -6/+14 |
| | | | | | | | - local'ize $_ before doing while (<...>) - use "foreach" instead of "for" - remove unneeded parentheses on the right side of infix if/foreach/unless | ||||
* | make perl_checker happy | Pascal Rigaux | 2002-08-05 | 1 | -1/+1 |
| | |||||
* | s/__END__/1; | Thierry Vignaud | 2002-08-05 | 1 | -1/+1 |
| | |||||
* | kill "wonderful perl" | Thierry Vignaud | 2002-08-05 | 1 | -5/+1 |
| | |||||
* | - the old $o->{keyboard} is now $o->{keyboard}{KEYBOARD} | Pascal Rigaux | 2002-08-01 | 1 | -1/+1 |
| | | | | | | | | - KBCHARSET is $o->{keyboard}{KBCHARSET} - isNotDelete is $o->{keyboard}{BACKSPACE} (as written in sysconfig/keyboard) - add GRP_TOGGLE which gives XkbOptions "grp:GRP_TOGGLE" - add dialog box to choose GRP_TOGGLE | ||||
* | make new perl_checker happy | Pascal Rigaux | 2002-07-31 | 1 | -1/+2 |
| | |||||
* | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 1 | -10/+10 |
| | |||||
* | remove "$_ =~ " (as detected by new perl_checker) | Pascal Rigaux | 2002-07-17 | 1 | -1/+1 |
| | |||||
* | adapt to new modprobe.pm | Pascal Rigaux | 2002-07-06 | 1 | -1/+1 |
| | |||||
* | adapt to new modules.pm | Pascal Rigaux | 2002-07-04 | 1 | -2/+2 |
| | |||||
* | make lspci a full pci probe instead of safe pci probe. | Francois Pons | 2001-09-18 | 1 | -1/+1 |
| | |||||
* | use new mkdir_p, rm_rf and cp_af from MDK::Common | Pascal Rigaux | 2001-09-16 | 1 | -14/+2 |
| |