Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't need use MDK::Common... when we have "use common" (which is the ↵ | Pascal Rigaux | 2005-06-10 | 12 | -13/+1 |
| | | | | standard for libDrakX modules) | ||||
* | make it work | Pascal Rigaux | 2005-06-10 | 1 | -2/+4 |
| | |||||
* | - 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 |
| | |||||
* | bump copyright + s/Mandrakesoft/Mandriva/ | Thierry Vignaud | 2005-06-09 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Thierry Vignaud | 2005-06-09 | 1 | -1/+158 |
| | |||||
* | (changelog) only track HEAD changes | Thierry Vignaud | 2005-06-09 | 1 | -1/+1 |
| | |||||
* | - sync with DrakX's API | Thierry Vignaud | 2005-06-09 | 1 | -38/+65 |
| | | | | | | | | | | | - add a few comments - we only need 4.6Gb for packages now (the DVD image) - update package list: o for 10.0 -> LE2005 changes (eg: switch to dkms and the like) o install all languages (marketing request) o install multimedia plugins & Java runtime environment o do not unselect anymore input methods | ||||
* | (installPackages) help packages' post-install scripts | Thierry Vignaud | 2005-06-09 | 1 | -0/+3 |
| | |||||
* | (installPackages) help DrakX more | Thierry Vignaud | 2005-06-09 | 1 | -2/+2 |
| | |||||
* | detect both old and new LaCie models | Thierry Vignaud | 2005-06-09 | 1 | -1/+1 |
| | |||||
* | prevent building a disk w/o translation catalogs | Thierry Vignaud | 2005-06-09 | 1 | -0/+4 |
| | |||||
* | prevent warning message about /proc to appear at boot | Thierry Vignaud | 2005-06-09 | 1 | -1/+3 |
| | |||||
* | - urpmi syntax had changed | Thierry Vignaud | 2005-06-09 | 1 | -2/+1 |
| | | | | | - install all new media | ||||
* | devfs is dead | Thierry Vignaud | 2005-06-09 | 1 | -3/+1 |
| | |||||
* | save X.org conf too on profile switch | Thierry Vignaud | 2005-06-09 | 1 | -1/+1 |
| | |||||
* | (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 | ||||
* | set $::build_globetrotter | Thierry Vignaud | 2005-06-09 | 1 | -0/+1 |
| | |||||
* | (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 |
| | |||||
* | (install2::configMove) prevent dm service to fail to startup because | Thierry Vignaud | 2005-06-09 | 1 | -0/+2 |
| | | | | | of /tmp/.font-unix's permissions | ||||
* | (install2::configMove) workaround init reading inittab before any.pm alters it | Thierry Vignaud | 2005-06-09 | 1 | -1/+5 |
| | |||||
* | sync with drakx's API | Thierry Vignaud | 2005-06-09 | 1 | -3/+3 |
| | |||||
* | (automatic_xconf) class_discard is needed way earlier | Thierry Vignaud | 2005-06-09 | 1 | -1/+1 |
| | |||||
* | (install2::configMove) fix killing X11 due to XFree86 -> X.org switch | Thierry Vignaud | 2005-06-09 | 1 | -1/+1 |
| | |||||
* | (install2::configMove) if formatError() returns nothing, better display the ↵ | Thierry Vignaud | 2005-06-09 | 1 | -1/+1 |
| | | | | raw error | ||||
* | fix build | Thierry Vignaud | 2005-06-09 | 1 | -2/+2 |
| | |||||
* | blacklist more pakcages | Thierry Vignaud | 2005-06-09 | 1 | -1/+5 |
| | |||||
* | fix comment | 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 |
| |