summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fix #-PO: commentPascal Rigaux2004-07-051-1/+2
|
* drop --no-link option (already replaced by --no-short-name)Pascal Rigaux2004-07-051-4/+0
|
* - new option --no-short-name which implies no short labels (usually vmlinuz) ↵Pascal Rigaux2004-07-051-2/+9
| | | | | | | and no symlinks (usually /boot/vmlinuz) - rename --no-link to --no-short-name (keeping compatibility for a few days)
* typo fixThierry Vignaud2004-07-011-1/+1
|
* revert ugly code printing "This program cannot be run in console mode",Pascal Rigaux2004-07-0113-130/+13
| | | | | it is easily done in ugtk2.pm
* when doing update_splash or remove_splash, call when_config_changed (mainly ↵Pascal Rigaux2004-06-301-0/+2
| | | | for lilo)
* try to display arrows closely to transmission valuesOlivier Blin2004-06-301-20/+19
|
* always draw an arrow next to transmitted amountOlivier Blin2004-06-301-7/+6
|
* always display a speed label for transmitted graphOlivier Blin2004-06-301-1/+1
|
* fix button layoutThierry Vignaud2004-06-301-4/+4
|
* (build_it) add translator hintThierry Vignaud2004-06-301-1/+3
|
* allow the user to use different scales for received and transmittedOlivier Blin2004-06-301-2/+13
|
* prepare code to use distinct scales for received and transmittedOlivier Blin2004-06-301-40/+51
|
* please perl_checkerPascal Rigaux2004-06-301-1/+1
|
* remove most magic numbers, prefer usage of $width and $heightOlivier Blin2004-06-301-36/+43
|
* *** empty log message ***Pascal Rigaux2004-06-301-0/+1
|
* use fsedit::is_same_hd in drakupdate_fstab and revert previous change in ↵Olivier Blin2004-06-291-1/+1
| | | | fs::subpart_from_wild_device_name (do not fill both devfs_device and device fields)
* add bootloader-config (tested for adding and removing in simple cases)Pascal Rigaux2004-06-291-0/+120
|
* simplify using new bootloader.pmPascal Rigaux2004-06-251-3/+3
|
* adapt to new bootloader.pmPascal Rigaux2004-06-251-3/+3
|