summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
Commit message (Collapse)AuthorAgeFilesLines
* use WebKit2 instead of WebKit1Thierry Vignaud2016-03-211-3/+3
|
* use real class name (s!WebKit_View!WebKit_WebView!)Thierry Vignaud2016-02-231-1/+1
|
* do use new 2nd screen for both grub2(|-graphic)Thierry Vignaud2016-02-101-1/+1
| | | | see mga#9431
* skip swap in the list of partitions (mga#15767)Thierry Vignaud2016-01-021-1/+1
|
* drakboot: fix lightdm support after upstream config file changeJani Välimaa2015-09-141-2/+2
| | | | Upstream changed config file syntax [SeatDefaults] -> [Seat:*].
* fix default grub2 kernel parameters (mga#15984)Thierry Vignaud2015-05-201-1/+1
|
* do use vga value for grub2Thierry Vignaud2015-05-091-0/+1
|
* fix setting default grub2 entryThierry Vignaud2015-05-091-1/+1
|
* kill commented out codeThierry Vignaud2015-05-091-2/+0
|
* 16.9216.92Thierry Vignaud2015-05-091-0/+1
|
* add a dedicate step for grub2 (mga#9627)Thierry Vignaud2015-05-091-1/+46
| | | | | | | rationale: grub2 entries are autogenerated, thus: - we cannot just reuse labels from previous bootloader (grub-legacy/lilo) - we cannot alter entries
* perl_checker cleanupsThierry Vignaud2015-05-091-1/+1
|
* stop logging obsolete grub2 drakboot.confThierry Vignaud2015-05-061-1/+0
| | | | | Should have been done in commit 32c13f240d965a60c15ad70152b5930faa3caee8
* log grub2 install.sh in report.bug (mga158557)Thierry Vignaud2015-05-061-0/+1
| | | | | like for grub... Should have been done in commit 32c13f240d965a60c15ad70152b5930faa3caee8
* log grub2 config in report.bug like for grub/liloThierry Vignaud2015-04-081-0/+3
|
* Revert "Fix timezone dir install prefix prepending (broken symlink during ↵Angelo Naselli2015-02-151-1/+1
| | | | | | installer mga#14888)" This reverts commit 46ce1e3284d595bd7be1ab41a79ecd67730553e4.
* Fix timezone dir install prefix prepending (broken symlink during installer ↵Colin Guthrie2015-02-151-1/+1
| | | | mga#14888)
* users: Make sure to restart accounts-daemon after adding users (mga#15113)Colin Guthrie2015-02-081-0/+1
| | | | | | | | | | This prevents various details being loaded about the user when they first login (including being listed in GDM and other user editing bits within GNOME). It also has some effect on i18n where the user's language settings are totally reset (to en_US) rather than inheriting the system prefs which seems to be the problem presented in mga#14476
* i18n: Use the x-distro /etc/locale.conf file instead of /etc/sysconfig/i18nColin Guthrie2015-02-081-0/+1
| | | | | Ensure we read and write the /etc/locale.conf file, but still support reading from /etc/sysconfig/i18n to cope with upgrades.
* (header) make it usable outside of any.pmThierry.Vignaud2014-10-201-5/+5
| | | | (needed for next commit)
* Switch uid/gid boundary to 1000+Colin Guthrie2014-10-201-1/+1
|
* drop (broken) support for Alpha, PPC, Sparc & most of IA64Thierry.Vignaud2014-05-261-58/+6
| | | | | | | | | | | | | Including Xsun, silo & yaboot support Rationale: it's unused/unmaintained for years and those arches are beyond any hope of being usefull any day... They just got in the way... Part of IA64 support is still kept (eg: support for GPT, EFI, right xorg driver at install, ...) as it might be usefull to extend to other arches Next to consider: Xbox?
* fix untranslated buttonThierry Vignaud2014-01-221-0/+1
|
* perl_checker cleanups including fixing wrong variable name (mga#11746)Thierry Vignaud2014-01-071-2/+2
|
* Add minimal/experimental lightdm autologin support to drakbootJani Välimaa2014-01-071-0/+12
|
* fix pausing installing while displaying release notesThierry Vignaud2013-12-201-1/+1
| | | | (reverting commit 3d93ee6ae8a7715327ba89f3250f49c81ca47c7d)
* no more run urpmi.update when adding mediaThierry Vignaud2013-11-291-12/+0
| | | | | this is uneeded with urpmi-7.27+ basically reverting commit 810c20b3
* fix setting locale with Gtk3Thierry Vignaud2013-11-241-1/+1
|
* use Gtk3 namespace instead of Gtk2Thierry Vignaud2013-11-241-4/+4
|
* use (my|u)gtk3 instead of *tk2Thierry Vignaud2013-11-241-8/+8
|
* log why updates were not appliedThierry Vignaud2013-11-131-2/+9
| | | | | log a nice message (urpmi not found or no network) instead of a silent missing feature
* do not use gdm automatically for XFCE (too heavy)Anne Nicolas2013-11-081-1/+0
|
* Remove "Clean /tmp at each boot" optionOlav Vitters2013-10-151-11/+3
| | | | | Not needed since systemd automatically already sets up /tmp using tmpfs. Proposed and accepted on dev mailing list.
* any: Fix path to urpmi.update (mga#11125)Colin Guthrie2013-10-131-1/+1
|
* fix displaying need to install acpi* packages when re already installedThierry Vignaud2013-05-311-1/+1
|
* do not enable to pick xguest (mga#9750)Thierry Vignaud2013-05-161-0/+2
|
* any.pm: dont add arch() to release-notes file name (#10087)Thomas Backlund2013-05-131-1/+1
|
* finish-install/installer: enable Nonfree/Tainted repositories if a package ↵Olivier Blin2013-05-091-0/+13
| | | | having a matching name is installed (#8379)
* make xdm installation automatic in auto_inst mode (mga#9875)Thierry Vignaud2013-05-011-3/+3
|
* simplifyThierry Vignaud2013-04-271-1/+1
|
* fix dialogs popup with drakx-in-chrootThierry Vignaud2013-03-071-1/+1
|
* kill everything regarding legacy ide-scsi (removed on january 2009, in 2.6.29)Thierry Vignaud2013-03-051-6/+0
|
* prevent displaying twice release notesThierry Vignaud2013-03-041-1/+1
|
* perl_checker cleanupThierry Vignaud2013-03-041-1/+0
|
* do not forbid installing grub2 on a partition anymore now that we support itThierry Vignaud2013-02-271-8/+0
| | | | | reverting commit r7350 from 2013-02-20: "prevent installing grub2 somewhere else than MBR"
* do not attempt to use gurpmi.addmedia or gurpmi if in text modeThierry Vignaud2013-02-261-1/+1
|
* prevent installing grub2 somewhere else than MBRThierry Vignaud2013-02-201-0/+8
|
* adapt to new help layout (mga#5634)Thierry Vignaud2012-12-281-2/+2
|
* (display_release_notes) kill now useless font size workaroundThierry Vignaud2012-12-101-6/+0
|
* (selectLanguage_install) change title of of "Multiple languages" dialogThierry Vignaud2012-12-101-0/+1
| | | | | box from "Please Choose A Language To Use" to "Select Additional Languages" (mga#7648)