summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* adapt to new reboot pathThierry Vignaud2012-11-031-1/+1
|
* (main_license) factorize call to warning_about_patents()Thierry Vignaud2012-09-181-1/+1
|
* (display_release_notes) kill old commented stuffThierry Vignaud2012-09-181-1/+1
|
* adapt to usbfs death (1/4): check for /sys/kernel/debug/usb instead ofThierry Vignaud2012-08-301-1/+1
| | | | /proc/bus/usb
* (install_acpi_pkgs) install acpi & acpid at once, in only one transactionThierry Vignaud2012-08-071-2/+1
|
* autologin: support lxdm & slim too (#3715, based on Derek JenningsThierry Vignaud2012-07-261-2/+8
| | | | | | suggestion) also install autologin for lxdm & slim too
* no need to create /dev/zero and the like, udev already did itThierry Vignaud2012-05-231-1/+0
| | | | | quite a lot more remain as we either lack prope udev rules or rely on older style entries or are needed in drakx-in-chroot mode
* /usr/X11R6 is now emptyThierry Vignaud2012-05-231-1/+1
|
* (urpmi_add_all_media) fix previous commit: display wait message until the endThierry Vignaud2012-05-151-1/+2
|
* - fix updates installation. installUpdates was relying on urpmi_add_all_mediaArnaud Patard2012-05-151-1/+1
| | | | | | return value different than 0, which was always 0 due to the 'undef $wait' line
* When selecting where ro install bootloader, display mountpoint if available, ↵Pascal Terjan2012-04-191-1/+6
| | | | and size+fs_type if we have nothing (mga#5460)
* ensure swap partition is activated in dracut (e.g. for swap on LVM, RAID etc)Colin Guthrie2012-04-141-1/+4
|
* (ask_user_and_root) typo fix in commentThierry Vignaud2012-04-101-1/+1
|
* perl_checker cleanupsThierry Vignaud2012-03-231-0/+1
|
* (installBootloader) simplifyThierry Vignaud2012-03-191-3/+2
|
* - use "splash" on the kernel command line vs. "splash=silent" as per upstreamColin Guthrie2012-03-191-3/+5
| | | | | | | code (e.g. plymouth, systemd and others) - support the "quiet" kernel command line argument to hide kernel text
* (cmp_kernel_versions) move it from any.pm to common.pm; thus preventing lazy ↵Thierry Vignaud2012-03-121-12/+0
| | | | | | | | | | | | | | | | | | | | | | loading of syscall.ph through any->detect_devices>modules>list_modules>MDK::Common>MDK::Common::System>syscall.ph This can end in crashing mgaaplet when performing live update (mga#3042) because of lazy loading of syscall (by which time perl may as well have been updated including syscall.ph which leave eg perl/5.12.x for perl/5.14.x) This also saves quite some memory for: - net_applet (5Mb aka 11%), - mgapplet (7Mb aka 14%) (as well as maybe for drakxnet but that's more transient): 21736 root 20 0 240m 44m 10m S 0 1.1 0:00.63 net_applet 21501 root 20 0 236m 39m 11m S 0 1.0 0:01.09 net_applet 23116 root 20 0 297m 50m 12m S 0 1.3 0:00.58 mgaapplet 23259 root 20 0 290m 43m 12m S 0 1.1 0:00.40 mgaapplet
* use lxdm for LXDEAnne Nicolas2012-03-121-1/+1
|
* (ask_for_X_restart,take_screenshot) do not fork useless shellThierry Vignaud2012-01-061-1/+1
|
* perl_checker cleanupsThierry Vignaud2011-12-171-5/+5
|
* (setupBootloader__entries) display partition labels when adding a foreign OSThierry Vignaud2011-12-171-1/+2
| | | | | (similar to previous commit, maybe should we share some helper for devices listing & GUI-formating)
* (setupBootloader__general) display partition labels in list instead of just ↵Thierry Vignaud2011-12-171-1/+2
| | | | | | | disk names in "boot device" choice hard disk names were displayed since 'as suggested in bug #21524, display the info on hard drives in the "boot device" choice' (pixel, 2006-03-09)
* (selectLanguage_install) "Multi languages" => "Multiple languages" (mga#1011)Thierry Vignaud2011-08-051-1/+1
|
* move bootloader::cmp_kernel_versions() from bootloader to any for drakx-net ↵Thierry Vignaud2011-07-271-0/+12
| | | | (#1266)
* - any.pm: Add lxsession to the wm list, and add lxde-logout as theAhmad Samir2011-06-161-1/+2
| | | | | ask_window_manager_to_logout command (mga#1395)
* - any.pm: 's!/usr/share/mdk/faces/!/usr/share/mga/faces/!' should fix (mga#1315)Ahmad Samir2011-05-171-1/+1
|
* Add nokmsboot boot option also if the bootloader is installed after setting ↵Anssi Hannula2011-04-171-0/+5
| | | | up a conflicting display driver (e.g. draklive-install).
* - any.pm: make it easier for rebranding by using %s magicAhmad Samir2011-04-071-2/+2
| | | | | - update po/pot files
* - perl -pi -e 's!hard drive!hard disk drive!'Ahmad Samir2011-04-041-1/+1
|
* - use 'cannot' instead of 'can not'Ahmad Samir2011-04-021-2/+2
| | | | | - use 'LDAP' instead of 'Ldap'
* - import stage1/drakxtools arm supportArnaud Patard2011-03-181-1/+1
|
* - import stage1/drakxtools mips supportArnaud Patard2011-03-181-0/+5
|
* - try to parse DMI informations only on x86 to avoid reading/writing some randomArnaud Patard2011-03-181-1/+1
| | | | | memory location on arm/mips
* partially Revert commit 509Dexter Morgan2011-02-111-1/+1
|