Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - move functions using /proc/partitions out of fsedit to fs::proc_partitions | Pascal Rigaux | 2005-06-10 | 32 | -142/+125 |
| | | | | | | - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it) | ||||
* | write_secret_backend isn't exported anymore | Olivier Blin | 2005-06-10 | 1 | -1/+1 |
| | |||||
* | use services::enable() and services::disable() | Olivier Blin | 2005-06-10 | 2 | -5/+5 |
| | |||||
* | create enable() and disable() out of set_status() | Olivier Blin | 2005-06-10 | 1 | -4/+14 |
| | |||||
* | add some "use xxx;" (the idea is to see what the package needs, but i may ↵ | Pascal Rigaux | 2005-06-10 | 7 | -1/+12 |
| | | | | rollback after understanding better dependencies) | ||||
* | move loopback.pm to fs/loopback.pm | Pascal Rigaux | 2005-06-10 | 11 | -27/+25 |
| | | | | | (since it's tightly tight to many fs* things) | ||||
* | - create network::pxe out of drakpxelinux (pxe configuration files management) | Olivier Blin | 2005-06-10 | 1 | -0/+180 |
| | | | | | | | | | | | | - get_items() -> network::pxe::read_pxelinux_conf() - don't read comments in pxelinux configuration file - store pxelinux configuration in a hash to avoid multiple cat_() - add network::pxe::list_pxelinux_labels() to get labels from a pxelinux configuration - only overwrite pxelinux settings (prompt, timeout, ...) when pxe is reconfigured - use network::network and network::tools to get hostname, domain name, IP address, net interface - move row creation code in set_pxelinux_entry_at_iter() and factorize - use ensure_is_installed to make sure pxe is installed | ||||
* | add get_interface_ip_address (with bits from drakpxelinux) | Olivier Blin | 2005-06-09 | 1 | -0/+6 |
| | |||||
* | (install) do not kill runaway processes when building the globetrotter | Thierry Vignaud | 2005-06-09 | 1 | -1/+1 |
| | |||||
* | (bestKernelPackage) while building a globetrotter, do not look for a | Thierry Vignaud | 2005-06-09 | 1 | -0/+1 |
| | | | | | specific kernel favour | ||||
* | (addUser) apply autologin setting for globetrotter | Thierry Vignaud | 2005-06-09 | 1 | -0/+1 |
| | |||||
* | (acceptLicense) do not show "releases notes" for globetrotter | Thierry Vignaud | 2005-06-09 | 1 | -1/+1 |
| | |||||
* | (acceptLicense) better use run_program for killing Xorg | Thierry Vignaud | 2005-06-09 | 1 | -1/+1 |
| | |||||
* | (leavingStep) if formatError() returns nothing, better display the raw error | Thierry Vignaud | 2005-06-09 | 1 | -1/+1 |
| | |||||
* | - added senegal ADSL provider entry | Daouda Lo | 2005-06-09 | 1 | -0/+10 |
| | |||||
* | remove non-ASCII character | Olivier Blin | 2005-06-09 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2005-06-09 | 1 | -1/+90 |
| | |||||
* | (autologin) make autologin choice more user friendly (better fix for #4304) | Thierry Vignaud | 2005-06-09 | 1 | -4/+2 |
| | |||||
* | Translated more strings, also fixed a few old ones :) | Per Øyvind Karlsen | 2005-06-09 | 1 | -44/+49 |
| | |||||
* | don't need prefixing with current package | Pascal Rigaux | 2005-06-09 | 2 | -4/+4 |
| | |||||
* | don't need prefixing with current package | Pascal Rigaux | 2005-06-09 | 7 | -12/+12 |
| | |||||
* | (mount_part) stop removing lost+found (#16173) (pixel's changelog was ↵ | Thierry Vignaud | 2005-06-08 | 1 | -1/+0 |
| | | | | "no_comment") | ||||
* | 10.3-0.22mdk | Thierry Vignaud | 2005-06-08 | 1 | -2/+8 |
| | |||||
* | bump conflict on drakconf due to blino's changes | Thierry Vignaud | 2005-06-08 | 1 | -1/+1 |
| | |||||
* | allow to install ndiswrapper drivers during install | Olivier Blin | 2005-06-08 | 1 | -2/+3 |
| | |||||
* | use prefix only once it has been defined by install | Olivier Blin | 2005-06-08 | 2 | -19/+23 |
| | |||||
* | do not crash when restarting shorewall | Olivier Blin | 2005-06-07 | 1 | -0/+1 |
| | |||||
* | don't be fooled by if_ not short-circuiting and auto-vivification, use ↵ | Olivier Blin | 2005-06-07 | 2 | -3/+3 |
| | | | | $conf->{masq_subnet} instead of $conf->{masquerade}{subnet} (i.e. do not write buggy shorewall masqfile when connection sharing is disabled) | ||||
* | 10.3-0.21mdk | Thierry Vignaud | 2005-06-07 | 1 | -1/+18 |
| | |||||
* | melo | José Jorge | 2005-06-07 | 1 | -334/+140 |
| | |||||
* | (mount) use 'soft' & 'intr' options for nfs mounts | Thierry Vignaud | 2005-06-07 | 1 | -1/+1 |
| | |||||
* | (media_browser): handle nfs | Pascal Rigaux | 2005-06-07 | 1 | -31/+73 |
| | |||||
* | allow inspecting nfs | Pascal Rigaux | 2005-06-07 | 1 | -1/+1 |
| | |||||
* | handle nfs mount (since we now use the /bin/mount instead of the syscall, we ↵ | Pascal Rigaux | 2005-06-07 | 1 | -2/+4 |
| | | | | get it for free) | ||||
* | updated Welsh file | Pablo Saratxaga | 2005-06-06 | 1 | -37/+37 |
| | |||||
* | updated French and Vietnamese files | Pablo Saratxaga | 2005-06-06 | 2 | -421/+169 |
| | |||||
* | replace strange "-" with a ascii compliant one | Pascal Rigaux | 2005-06-06 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2005-06-06 | 1 | -1/+983 |
| | |||||
* | install2 functions should be steps | Pascal Rigaux | 2005-06-06 | 2 | -19/+20 |
| | |||||
* | get rid of $clicked and $ent_number (obsolete) | Pascal Rigaux | 2005-06-06 | 6 | -84/+69 |
| | |||||
* | change the default in case of low resources and add the Icewm choice | Pascal Rigaux | 2005-06-06 | 1 | -1/+1 |
| | |||||
* | make it more readable | Olivier Blin | 2005-06-06 | 1 | -1/+1 |
| | |||||
* | kill unused variables | Olivier Blin | 2005-06-06 | 1 | -3/+0 |
| | |||||
* | simplify apply() since sethostname() is done by configure_network() | Olivier Blin | 2005-06-06 | 1 | -5/+2 |
| | |||||
* | set system hostname when writing network configuration | Olivier Blin | 2005-06-06 | 1 | -0/+1 |
| | |||||
* | create adjustments before resolution is set so that they get correct upper ↵ | Olivier Blin | 2005-06-06 | 1 | -3/+3 |
| | | | | values | ||||
* | - create update_scales_for_resolution() and update_scale_values_from_conf() ↵ | Olivier Blin | 2005-06-06 | 1 | -14/+10 |
| | | | | | | | out of update_scale_values() - modify $adj{$_}{value} instead of calling $adj{$_}->set_value to avoid some artefacts caused by callbacks | ||||
* | - draw cross in progress bar | Olivier Blin | 2005-06-06 | 1 | -11/+17 |
| | | | | | | - update_rect -> update_theme_from_rect - create update_rect out of switch_to_mode | ||||
* | nicer error | Pascal Rigaux | 2005-06-06 | 1 | -1/+1 |
| | |||||
* | - put quotes if needed for root=xxx (quotes are needed for LABEL=...) | Pascal Rigaux | 2005-06-06 | 2 | -6/+11 |
| | | | | | - use LABEL=... if preferred |