summaryrefslogtreecommitdiffstats
path: root/perl-install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* prevent installing grub2 somewhere else than MBRThierry Vignaud2013-02-201-0/+2
|
* (call_blkid) always bypass blkid cacheColin Guthrie2013-02-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts the use of the blkid cache. This cache is a broken concept and should not be used. It's only intended to be used for LABEL/UUID conversion. From the upstream maintainer: <kzak> coling: -p provides more information, the cache is designed for LABEL/UUID conversion -- and the goal is to avoid the cache if possible (it's mostly for backward compatibility). The ideal solution is to read the information from udev DB. <kzak> coling: man blkid (at least the latest version contains some hint about this issue) <kzak> coling: I'd like to learn people to use lsblk -- it's designed more friendly for end-users as well as for scripts and it reads info from udev, libblkid is only fallback here. Longer term we should kill off the use of blkid and perhaps move to lsblk or some perl-udev (if such a thing exists) usage instead: <kay> coling: avoid the blkid cache, it is a completely broken idea <kay> kzak: you should really kill that thing :) <kzak> kay: I'd like to kill blkid at all and keep it as "to test the library" binary... <kay> kzak: tools with options like that talk for their sanity themselves :) " -g Perform a garbage collection pass on the blkid cache to remove devices which no longer exist." <kay> kzak: it's just silly, really silly to ever do that :) <kay> kzak: yeah, sounds fine to let blkid and its cache die in the long run <kzak> lsblk is maintainable and extendable -- fix blkid(8) is impossible to fix... This reverts r6891.
* 15.19Thomas Backlund2013-01-161-0/+2
|
* update translationsThomas Backlund2013-01-161-0/+1
|
* (call_blkid) do not bypass blkid cacheThierry Vignaud2012-12-281-0/+2
|
* 15.14Thierry Vignaud2012-12-171-0/+2
|
* fix installing grub2 from live session (blino)Thomas Backlund2012-12-171-0/+2
|
* (init) use new exceptions managementThierry Vignaud2012-12-171-0/+2
|
* 15.13Thierry Vignaud2012-12-151-0/+2
|
* fix checking grub2 installation (mga#8390)Thierry Vignaud2012-12-151-0/+2
|
* typo fixThierry Vignaud2012-12-141-1/+1
|
* 15.12Thierry Vignaud2012-12-141-0/+2
|
* (read_grub2) "enhance" fake gru2 conf reading (mga#8366)Thierry Vignaud2012-12-141-0/+2
|
* grub2 fix was also for drakbootThierry Vignaud2012-12-131-0/+2
|
* 15.11Thierry Vignaud2012-12-131-0/+2
|
* (register_main_window) add it for tracking main windowsThierry Vignaud2012-12-131-0/+1
|
* (quit_popup) popup a dialog confirming to quit when clicking "X" (mga#1812)Thierry Vignaud2012-12-131-0/+2
| | | | to be manually called from delete_event callback in pure gtk+ cases (eg: mcc)
* (create_widget) fix quitting app when closing "advanced" dialogThierry Vignaud2012-12-131-0/+3
| | | | (mga#1812)
* actually bootloader fix is for drakboot tooThierry Vignaud2012-12-121-0/+4
|
* 15.9Thierry Vignaud2012-12-111-0/+2
|
* (part) if a partition has been manually formated, don't offer toThierry Vignaud2012-12-111-0/+4
| | | | format it again (for draklive-install, mga#7822)
* 15.3Thierry Vignaud2012-12-091-0/+2
|
* (ask_network) fix a crash by lazy loading when needed services (DaveThierry Vignaud2012-12-091-0/+4
| | | | | | | | | | | | | Hodgins, mga#8335) perl_checker didn't find it b/c it saw a chain of module require (but in reallity it's not here b/c only one or a couple subs actually lazy load most modules in that chain so the odds of it being done are 0 in practice :-( ) Xconfig::glx -> detect_devices -> fs::proc_partitions -> partition_table -> fs -> fs::remote::* -> network::network -> network::shorewall -> services
* 15.2Thierry Vignaud2012-12-071-0/+2
|
* (read_grub2) add fake gru2 conf readingThierry Vignaud2012-12-071-0/+3
| | | | else drakboot crashes
* 15.1Thierry Vignaud2012-12-071-0/+2
|
* add grub2 supportThierry Vignaud2012-12-071-0/+3
| | | | | | (from rosa but cleaned) (also rosa work is way incomplete: no filling of $booloader and the like...)
* 14.50Thierry Vignaud2012-11-061-0/+2
|
* adapt to new reboot pathThierry Vignaud2012-11-031-0/+1
|
* include FIRMWARE packages from Cards+ in detected graphical drivers (#6438, ↵Olivier Blin2012-10-131-0/+3
| | | | | | | | #7641): - not to remove radeon-firmware in draklive-install if a matching card is present - to install radeon-firmware during install
* 14.47Thierry Vignaud2012-10-121-0/+2
|
* (min_size) offer resizing NTFS again (broken by ntfsprogs -> ntfs-3g switch)Thierry Vignaud2012-10-111-0/+2
|
* (move_fonts) fix itThierry Vignaud2012-10-071-0/+1
|
* fix ttmkfdir pathThierry Vignaud2012-10-071-0/+2
|
* never crash if timezones cannot be listed (mga#6787)Thierry Vignaud2012-09-211-0/+3
|
* 14.45Thierry Vignaud2012-09-201-0/+2
|
* (move_fonts) fix moving font files with space in their names (mga#2689)Thierry Vignaud2012-09-201-0/+2
| | | | | | also avoid fork a useless shell (remove_fonts) fix a potential similar issue
* (raw) do not crash when trying to guess homedir before running another ↵Thierry Vignaud2012-09-171-0/+2
| | | | process (mga#7403)
* remove useless "Autodetect printers" optionThierry Vignaud2012-09-161-0/+3
| | | | | | rationale: we don't detect anymore printers since commit r245200 on 2008-09-15 ("do not use anymore printerdrake and thus do not detect printers anymore")
* 14.44Thierry Vignaud2012-09-141-0/+2
|
* change license ownership (mga#7347)Thierry Vignaud2012-09-141-1/+1
|
* (main_license) advertize new doc license (mga#7347)Thierry Vignaud2012-09-141-0/+2
|
* (report_bug_to_bugzilla) fix preselecting "RPM package" (Manuel Hiebel, ↵Thierry Vignaud2012-09-071-0/+3
| | | | mga#7380)
* 14.43Thierry Vignaud2012-09-041-0/+2
|
* (Gtk2::Banner->new) fix crashing when a banner icon doesn't exist (mga#5223)Thierry Vignaud2012-09-041-0/+1
|
* include/detect new drivers:Thierry Vignaud2012-09-041-0/+4
| | | | | | - crypto: aesni_intel - input: hid-aureal synaptics_usb - wifi: qmi_wwan, mwifiex_usb
* drakx-in-chroot is not part of drakxtoolsThierry Vignaud2012-09-031-2/+0
|
* 14.40Thierry Vignaud2012-09-031-0/+2
|
* sortThierry Vignaud2012-09-031-2/+2
|
* - drakx-in-chroot:Thomas Backlund2012-09-011-0/+2
| | | | | | o adapt to usbfs death