summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* add bug referenceThierry Vignaud2004-07-011-1/+1
|
* typo fixThierry Vignaud2004-07-012-2/+2
|
* 10-50mdkThierry Vignaud2004-07-011-1/+11
|
* 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
* updateFunda Wang2004-06-301-1990/+1973
|
* when doing update_splash or remove_splash, call when_config_changed (mainly ↵Pascal Rigaux2004-06-301-0/+2
| | | | for lilo)
* use print + exit instead of diePascal Rigaux2004-06-301-1/+1
| | | | | (so that standalone tools don't need to do it by hand)
* for Active Directory, allow: Kerberos, SSL/TLS, simple and anonymousPascal Rigaux2004-06-301-3/+22
|
* try to display arrows closely to transmission valuesOlivier Blin2004-06-301-20/+19
|
* shut up "smbclient -L"Pascal Rigaux2004-06-301-1/+1
|
* 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
|
* updated Estonian and Uzbek filesPablo Saratxaga2004-06-293-6571/+6516
|
* use fsedit::is_same_hd in drakupdate_fstab and revert previous change in ↵Olivier Blin2004-06-292-3/+3
| | | | fs::subpart_from_wild_device_name (do not fill both devfs_device and device fields)
* in is_same_hd(), both hds can have {device} unset, it doesn't mean they are ↵Pascal Rigaux2004-06-291-1/+1
| | | | the same
* do not add default device in device hash, it will be filled with result from ↵Olivier Blin2004-06-291-1/+1
| | | | fs::subpart_from_wild_device_name
* always update $part{device} in fs::subpart_from_wild_device_name because ↵Olivier Blin2004-06-291-2/+2
| | | | /dev is stripped (fix #6982, #10175)
* - add bootloader-config (used by bootloader-utils and bootsplash scripts)Pascal Rigaux2004-06-291-4/+23
| | | | | | | | | | | | | | | | | | | | | | - drakboot (pixel): o major backend rewrite b/c of code sharing with new installkernel o when adding a new kernel, have a nicer new name for conflicting entry o when modifying kernel parameters in all entries, skip the "failsafe" entry (#10143) o when modifying a symlink, ensure we also use the long name for the old symlink in the existing entries - drakconnect (Olivier Blin): o never disable "DHCP host name" entry box, it shouldn't be linked with "Assign host name from DHCP address" checkbox (#2759, #9981) o unblacklist sis900 since its link beat detection works with latest kernels - draksound: remove unneeded "above" lines in modules::write_conf (Olivier Blin) (#8288) - ugtk2 layer: catch missing wizard pixmap, otherwise we end up with unshown windows and error messages can't pop up (pixel) - don't require mkbootdisk
* add missing share/net_monitor.desktopPascal Rigaux2004-06-291-1/+1
|
* add bootloader-config (tested for adding and removing in simple cases)Pascal Rigaux2004-06-292-1/+121
|
* - mkinitrd() calls make-boot-splash after building the initrdPascal Rigaux2004-06-291-47/+121
| | | | | | | | | | | | | (since /sbin/mkinitrd doesn't do it anymore) - change mkinitrd() parameters - change add_kernel() parameters and add option b_no_initrd (it is available in installkernel though i suspect it is unused) - after reading config file, get {perImageAppend} and {default_vga} (it was only done for lilo and {perImageAppend}) - keep the current kernel for linux-nonfb too (it was only done for failsafe) - add create_link_source(), action(), when_config_changed_{lilo,grub,yaboot} - create write_yaboot()
* add "Getopt::Long" (used by bootloader-config)Pascal Rigaux2004-06-291-0/+1
|
* make perl_checker a little more happyPascal Rigaux2004-06-281-1/+1
|
* after install, when modifying kernel parameters in all entries, skip the ↵Pascal Rigaux2004-06-281-1/+3
| | | | | | | "failsafe" entry (bugzilla #10143)
* catch missing wizard pixmap, otherwise we end up with WizardWindow being nonPascal Rigaux2004-06-281-1/+2
| | | | | shown and error messages can't pop up
* disallow switching to expert mode using Alt-ePascal Rigaux2004-06-281-3/+0
|
* fix titi's regexp for matching centrinoPascal Rigaux2004-06-281-1/+1
|
* don't set ICEAUTHORITY using $ENV{HOME} for kde (bugzilla #10144)Pascal Rigaux2004-06-281-2/+8
|
* drop useless linkage since X11 stuff was split out of c moduleThierry Vignaud2004-06-271-1/+0
|
* *** empty log message ***Pascal Rigaux2004-06-251-1/+83
|
* use internal_error() instead of die'ing with no argumentsPascal Rigaux2004-06-251-1/+1
|
* fix blino stage1 change (i think he likes breaking things ;p)Pascal Rigaux2004-06-252-2/+2
|
* remove deprecated rhimage symlinkPascal Rigaux2004-06-251-1/+0
|
* bootloader::add_kernel() do a good job at replacing symlinks with the realPascal Rigaux2004-06-251-17/+0
| | | | | kernel/initrd file name, so don't need to do it here
* when adding a new kernel, have a nicer new name for conflicting entryPascal Rigaux2004-06-251-3/+8
|
* when modifying a symlink, ensure we also use the long name for the old ↵Pascal Rigaux2004-06-251-15/+38
| | | | symlink in the existing entries
* Make perl_checker silentRafael Garcia-Suarez2004-06-251-6/+6
|
* fix 2 typosPascal Rigaux2004-06-251-1/+1
|
* never disable "DHCP host name" entry box, it shouldn't be linked with ↵Olivier Blin2004-06-251-1/+1
| | | | ""Assign host name from DHCP address" checkbox (#2759, #9981)
* unblacklist sis900 since its link beat detection works with latest kernelsOlivier Blin2004-06-251-1/+1
|
* *** empty log message ***Pascal Rigaux2004-06-251-1/+514
|
* drop obsolete functionPascal Rigaux2004-06-251-8/+0
|
* drop obsolete lnx4win_file()Pascal Rigaux2004-06-251-5/+0
|