summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* perl_checker fixThierry Vignaud2004-07-211-1/+1
|
* use do_pkgs_standalone->new instead of class_discardPascal Rigaux2004-07-211-2/+2
|
* - %modules::conf is no more a global, so many functions need passing ↵Pascal Rigaux2004-07-217-36/+39
| | | | | | | | | | | | | | | $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
* perl_checker compliancePascal Rigaux2004-07-212-2/+2
|
* remove unused variablePascal Rigaux2004-07-212-3/+0
|
* perl_checker fixesPascal Rigaux2004-07-211-3/+3
|
* XFdrake doesn't modify modules_conf! (or does it?)Pascal Rigaux2004-07-211-2/+0
|
* maxi perl_checker compliance comboOlivier Blin2004-07-201-5/+5
|
* do not read conf in add_intf, this is already done by the netconnect wizardOlivier Blin2004-07-201-2/+0
|
* merge netconnect::load_conf in netconnect::read_conf (and replace all calls ↵Olivier Blin2004-07-202-3/+2
| | | | to lload_conf with read_conf, remove all previous calls to read_conf)
* cosmeticsOlivier Blin2004-07-201-3/+7
|
* do not allocate new Gtk2::Gdk::GC at each redraw (last memory leakOlivier Blin2004-07-201-5/+6
| | | | | fixed ?)
* do not probe devices twice (and avoid to grep on ↵Olivier Blin2004-07-201-5/+4
| | | | detect_devices::probeall()), cosmetics
* use the power of the Gtk2::Dialog widget, thus giving change_color()Olivier Blin2004-07-201-12/+7
| | | | | more luck to succeed
* better looking wizardThierry Vignaud2004-07-201-2/+2
|
* put help out of the radiobuttonThierry Vignaud2004-07-201-2/+2
|
* translate connection type (Fabrice Facorat)Olivier Blin2004-07-201-2/+2
|
* fix spacing (from Fabrice Facorat, #10300), remove blank lineOlivier Blin2004-07-201-2/+1
|
* Add type => 'list' in ask_fromVicent Guardiola2004-07-201-1/+1
|
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-2025-26/+26
|
* unsensitive buttons immediatly once ifup/isdown has completedThierry Vignaud2004-07-191-2/+19
|
* use run_program, try to handle default interface betterOlivier Blin2004-07-191-4/+5
|
* disable the connect button if up interface is found (there isOlivier Blin2004-07-191-2/+2
| | | | | currently no reliable way to find the gateway interface)
* also add long name when adding add short namePascal Rigaux2004-07-191-8/+12
|
* code factorization, do not use system() but fork() and exec() since we don'tOlivier Blin2004-07-191-4/+19
| | | | | want to wait the command to return
* perl_checker complianceOlivier Blin2004-07-191-1/+1
|
* use ifup/ifdown to connect/disconnectOlivier Blin2004-07-191-5/+2
|
* no need to be root to monitor connectionOlivier Blin2004-07-191-1/+1
|
* add a border spacing of 5 pixel (fix #10299, from Fabrice Facorat)Olivier Blin2004-07-151-3/+3
|
* make_boot_splash is no good since the same initrd is used with or without vga=,Pascal Rigaux2004-07-151-1/+1
| | | | | so call add_boot_splash directly
* use bootloader and Xconfig instead of detect-resolutionOlivier Blin2004-07-141-12/+12
|
* apply Pixel's suggestion, use //m instead of foreachOlivier Blin2004-07-131-3/+1
|
* perl_checker fixesOlivier Blin2004-07-121-3/+3
|
* add a "monitor network" menu item that launches net_monitorOlivier Blin2004-07-121-1/+2
|
* use drakconnect to configure networkOlivier Blin2004-07-121-1/+1
|
* use 'ip route show' to find the gateway device when no GATEWAYDEV is definedOlivier Blin2004-07-121-5/+14
|
* - typo fix (lost -> lose)Robert Vojta2004-07-081-1/+1
|
* warn the user before dm exit will kill the session (Robert Vojta, #10179)Thierry Vignaud2004-07-081-0/+1
|
* when adding users during install, suggest the user names found in /homePascal Rigaux2004-07-081-1/+1
|
* Merge fixes from Anthill 927, 929.Stew Benedict2004-07-071-7/+16
| | | | | (filenames with spaces, .backupignore, gui behavior)
* modules::mergein_conf() doesn't need to be given /etc/modules.confPascal Rigaux2004-07-071-1/+1
| | | | | => prepare for reading either modprobe.conf or modules.conf based on the running kernel version
* modules::mergein_conf() doesn't need to be given /etc/modules.confPascal Rigaux2004-07-076-6/+6
| | | | | => prepare for reading either modprobe.conf or modules.conf based on the running kernel version
* fix typoPascal Rigaux2004-07-061-1/+1
|
* - nicer "usage: ..."Pascal Rigaux2004-07-061-13/+54
| | | | | | | | - add actions "add-entry" and "remove-entry" - add option --label - add option --chainload - rename --vmlinuz to --image
* update bootsplash even if framebuffer was disabledOlivier Blin2004-07-061-1/+1
|
* high level explanationThierry Vignaud2004-07-061-0/+1
|
* try to use $default_intf (and fix the last perl_checker warning, yeah)Olivier Blin2004-07-051-1/+7
|
* perl_checker complianceOlivier Blin2004-07-051-3/+2
|
* rename $echr and $echt to $scale_r and $scale_tOlivier Blin2004-07-051-8/+8
|
* remove unused variable $typeOlivier Blin2004-07-051-3/+0
|