summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* fix typoPascal Rigaux2004-07-031-1/+1
|
* 10-52mdkThierry Vignaud2004-07-021-0/+9
|
* ensure proper upgrade: explictly tell urpmi that old drakxtools-newt ↵Pascal Rigaux2004-07-021-1/+5
| | | | conflicts with drakxtools-backend
* remove spurious '"pty ', I suckOlivier Blin2004-07-021-1/+1
|
* cleanupPascal Rigaux2004-07-021-10/+8
|
* pptp support (partial fix for #6515)Olivier Blin2004-07-021-1/+8
|
* Add anonymous bindVicent Guardiola2004-07-021-12/+10
|
* Ukrainian translation update.Sergey Ribalchenko2004-07-021-9369/+8427
|
* switch to new japanese fonts (UTUMI Hirosi <utuhiro78@yahoo.co.jp>)Thierry Vignaud2004-07-021-1/+1
|
* remove anonymous entryVicent Guardiola2004-07-021-3/+11
|
* add libsasl2-plug-gssapi when AD is selectedVicent Guardiola2004-07-021-1/+1
|
* (write) let be aware of install modeThierry Vignaud2004-07-021-1/+1
|
* Change SSL/TLS to SSL or TLSVicent Guardiola2004-07-021-4/+6
| | | | | | add uc_domain to realm section in /etc/krb5.conf padbol
* (write) configure menu-method's language too so that altering languageThierry Vignaud2004-07-021-0/+3
| | | | | is done for KDE menu entries too (instead of just programs' messages)
* create package drakxtools-backendPascal Rigaux2004-07-011-6/+19
|
* fix typo causing multiple "Keyboard" entries in XF86Config (bugzilla #10163)Pascal Rigaux2004-07-011-2/+2
|
* add fluxbox in known window managers listOlivier Blin2004-07-011-1/+1
|
* stage1 used to write files /tmp/network, /tmp/ifcfg-eth0, /etc/modules.confPascal Rigaux2004-07-011-1/+3
| | | | | | | but those files are in /stage1 after pivot rooting, so: - write modules.conf in /tmp instead of /etc - cp those files from /stage1/tmp to /tmp before umounting /stage1
* default consolefont is lat0-16, no more lat0-sun16Pascal Rigaux2004-07-011-1/+1
|
* fix typoPascal Rigaux2004-07-011-1/+1
|
* fix typoPascal Rigaux2004-07-011-1/+1
|
* 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
|