summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* fs::auto_fs() is now fs::type::guessed_by_mount() (still not a really nice ↵Pascal Rigaux2005-06-134-6/+6
| | | | name...)
* don't install drakpxe, the PXE wizard is now in the drakpxelinux packageOlivier Blin2005-06-131-1/+1
|
* some additions and fixesrstandtke2005-06-121-498/+206
|
* Updated Simplified Chinese translationFunda Wang2005-06-121-154/+68
|
* don't drop "shade" and "viewport" lines (bugzilla #16372)Pascal Rigaux2005-06-101-1/+1
|
* class_discard is a bad idea, now unused, so drop itPascal Rigaux2005-06-102-12/+1
|
* don't need use MDK::Common... when we have "use common" (which is the ↵Pascal Rigaux2005-06-1012-13/+1
| | | | standard for libDrakX modules)
* make it workPascal Rigaux2005-06-101-2/+4
|
* - move functions using /proc/partitions out of fsedit to fs::proc_partitionsPascal Rigaux2005-06-1032-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 anymoreOlivier Blin2005-06-101-1/+1
|
* use services::enable() and services::disable()Olivier Blin2005-06-102-5/+5
|
* create enable() and disable() out of set_status()Olivier Blin2005-06-101-4/+14
|
* add some "use xxx;" (the idea is to see what the package needs, but i may ↵Pascal Rigaux2005-06-107-1/+12
| | | | rollback after understanding better dependencies)
* move loopback.pm to fs/loopback.pmPascal Rigaux2005-06-1011-27/+25
| | | | | (since it's tightly tight to many fs* things)
* - create network::pxe out of drakpxelinux (pxe configuration files management)Olivier Blin2005-06-101-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 Blin2005-06-091-0/+6
|
* (install) do not kill runaway processes when building the globetrotterThierry Vignaud2005-06-091-1/+1
|
* (bestKernelPackage) while building a globetrotter, do not look for aThierry Vignaud2005-06-091-0/+1
| | | | | specific kernel favour
* (addUser) apply autologin setting for globetrotterThierry Vignaud2005-06-091-0/+1
|
* (acceptLicense) do not show "releases notes" for globetrotterThierry Vignaud2005-06-091-1/+1
|
* (acceptLicense) better use run_program for killing XorgThierry Vignaud2005-06-091-1/+1
|
* (leavingStep) if formatError() returns nothing, better display the raw errorThierry Vignaud2005-06-091-1/+1
|
* - added senegal ADSL provider entryDaouda Lo2005-06-091-0/+10
|
* remove non-ASCII characterOlivier Blin2005-06-091-1/+1
|
* *** empty log message ***Pascal Rigaux2005-06-091-1/+90
|
* (autologin) make autologin choice more user friendly (better fix for #4304)Thierry Vignaud2005-06-091-4/+2
|
* Translated more strings, also fixed a few old ones :)Per Øyvind Karlsen2005-06-091-44/+49
|
* don't need prefixing with current packagePascal Rigaux2005-06-092-4/+4
|
* don't need prefixing with current packagePascal Rigaux2005-06-097-12/+12
|
* (mount_part) stop removing lost+found (#16173) (pixel's changelog was ↵Thierry Vignaud2005-06-081-1/+0
| | | | "no_comment")
* 10.3-0.22mdkThierry Vignaud2005-06-081-2/+8
|
* bump conflict on drakconf due to blino's changesThierry Vignaud2005-06-081-1/+1
|
* allow to install ndiswrapper drivers during installOlivier Blin2005-06-081-2/+3
|
* use prefix only once it has been defined by installOlivier Blin2005-06-082-19/+23
|
* do not crash when restarting shorewallOlivier Blin2005-06-071-0/+1
|
* don't be fooled by if_ not short-circuiting and auto-vivification, use ↵Olivier Blin2005-06-072-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.21mdkThierry Vignaud2005-06-071-1/+18
|
* meloJosé Jorge2005-06-071-334/+140
|
* (mount) use 'soft' & 'intr' options for nfs mountsThierry Vignaud2005-06-071-1/+1
|
* (media_browser): handle nfsPascal Rigaux2005-06-071-31/+73
|
* allow inspecting nfsPascal Rigaux2005-06-071-1/+1
|
* handle nfs mount (since we now use the /bin/mount instead of the syscall, we ↵Pascal Rigaux2005-06-071-2/+4
| | | | get it for free)
* updated Welsh filePablo Saratxaga2005-06-061-37/+37
|
* updated French and Vietnamese filesPablo Saratxaga2005-06-062-421/+169
|
* replace strange "-" with a ascii compliant onePascal Rigaux2005-06-061-1/+1
|
* *** empty log message ***Pascal Rigaux2005-06-061-1/+983
|
* install2 functions should be stepsPascal Rigaux2005-06-062-19/+20
|
* get rid of $clicked and $ent_number (obsolete)Pascal Rigaux2005-06-066-84/+69
|
* change the default in case of low resources and add the Icewm choicePascal Rigaux2005-06-061-1/+1
|
* make it more readableOlivier Blin2005-06-061-1/+1
|