Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 15.2115.21 | Thierry Vignaud | 2013-02-26 | 1 | -0/+2 |
| | |||||
* | add proper support for grub2 for bootloader-config | Thierry Vignaud | 2013-02-26 | 1 | -0/+2 |
| | |||||
* | (read_grub2) add basic support for reading back grub2 config | Thierry Vignaud | 2013-02-26 | 1 | -0/+1 |
| | |||||
* | (read_grub2,install_grub2) read & write /boot/grub2/drakboot.conf | Thierry Vignaud | 2013-02-26 | 1 | -0/+1 |
| | |||||
* | prevent installing grub2 somewhere else than MBR | Thierry Vignaud | 2013-02-20 | 1 | -0/+2 |
| | |||||
* | (call_blkid) always bypass blkid cache | Colin Guthrie | 2013-02-14 | 1 | -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.1915.19bis | Thomas Backlund | 2013-01-16 | 1 | -0/+2 |
| | |||||
* | update translations | Thomas Backlund | 2013-01-16 | 1 | -0/+1 |
| | |||||
* | (call_blkid) do not bypass blkid cache | Thierry Vignaud | 2012-12-28 | 1 | -0/+2 |
| | |||||
* | 15.1415.14 | Thierry Vignaud | 2012-12-17 | 1 | -0/+2 |
| | |||||
* | fix installing grub2 from live session (blino) | Thomas Backlund | 2012-12-17 | 1 | -0/+2 |
| | |||||
* | (init) use new exceptions management | Thierry Vignaud | 2012-12-17 | 1 | -0/+2 |
| | |||||
* | 15.1315.13 | Thierry Vignaud | 2012-12-15 | 1 | -0/+2 |
| | |||||
* | fix checking grub2 installation (mga#8390) | Thierry Vignaud | 2012-12-15 | 1 | -0/+2 |
| | |||||
* | typo fix | Thierry Vignaud | 2012-12-14 | 1 | -1/+1 |
| | |||||
* | 15.1215.12 | Thierry Vignaud | 2012-12-14 | 1 | -0/+2 |
| | |||||
* | (read_grub2) "enhance" fake gru2 conf reading (mga#8366) | Thierry Vignaud | 2012-12-14 | 1 | -0/+2 |
| | |||||
* | grub2 fix was also for drakboot | Thierry Vignaud | 2012-12-13 | 1 | -0/+2 |
| | |||||
* | 15.1115.11 | Thierry Vignaud | 2012-12-13 | 1 | -0/+2 |
| | |||||
* | (register_main_window) add it for tracking main windows | Thierry Vignaud | 2012-12-13 | 1 | -0/+1 |
| | |||||
* | (quit_popup) popup a dialog confirming to quit when clicking "X" (mga#1812) | Thierry Vignaud | 2012-12-13 | 1 | -0/+2 |
| | | | | to be manually called from delete_event callback in pure gtk+ cases (eg: mcc) | ||||
* | (create_widget) fix quitting app when closing "advanced" dialog | Thierry Vignaud | 2012-12-13 | 1 | -0/+3 |
| | | | | (mga#1812) | ||||
* | actually bootloader fix is for drakboot too | Thierry Vignaud | 2012-12-12 | 1 | -0/+4 |
| | |||||
* | 15.915.9 | Thierry Vignaud | 2012-12-11 | 1 | -0/+2 |
| | |||||
* | (part) if a partition has been manually formated, don't offer to | Thierry Vignaud | 2012-12-11 | 1 | -0/+4 |
| | | | | format it again (for draklive-install, mga#7822) | ||||
* | 15.315.3 | Thierry Vignaud | 2012-12-09 | 1 | -0/+2 |
| | |||||
* | (ask_network) fix a crash by lazy loading when needed services (Dave | Thierry Vignaud | 2012-12-09 | 1 | -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.215.2 | Thierry Vignaud | 2012-12-07 | 1 | -0/+2 |
| | |||||
* | (read_grub2) add fake gru2 conf reading | Thierry Vignaud | 2012-12-07 | 1 | -0/+3 |
| | | | | else drakboot crashes | ||||
* | 15.115.1 | Thierry Vignaud | 2012-12-07 | 1 | -0/+2 |
| | |||||
* | add grub2 support | Thierry Vignaud | 2012-12-07 | 1 | -0/+3 |
| | | | | | | (from rosa but cleaned) (also rosa work is way incomplete: no filling of $booloader and the like...) | ||||
* | 14.5014.50 | Thierry Vignaud | 2012-11-06 | 1 | -0/+2 |
| | |||||
* | adapt to new reboot path | Thierry Vignaud | 2012-11-03 | 1 | -0/+1 |
| | |||||
* | include FIRMWARE packages from Cards+ in detected graphical drivers (#6438, ↵ | Olivier Blin | 2012-10-13 | 1 | -0/+3 |
| | | | | | | | | #7641): - not to remove radeon-firmware in draklive-install if a matching card is present - to install radeon-firmware during install | ||||
* | 14.4714.47 | Thierry Vignaud | 2012-10-12 | 1 | -0/+2 |
| | |||||
* | (min_size) offer resizing NTFS again (broken by ntfsprogs -> ntfs-3g switch) | Thierry Vignaud | 2012-10-11 | 1 | -0/+2 |
| | |||||
* | (move_fonts) fix it | Thierry Vignaud | 2012-10-07 | 1 | -0/+1 |
| | |||||
* | fix ttmkfdir path | Thierry Vignaud | 2012-10-07 | 1 | -0/+2 |
| | |||||
* | never crash if timezones cannot be listed (mga#6787) | Thierry Vignaud | 2012-09-21 | 1 | -0/+3 |
| | |||||
* | 14.4514.45 | Thierry Vignaud | 2012-09-20 | 1 | -0/+2 |
| | |||||
* | (move_fonts) fix moving font files with space in their names (mga#2689) | Thierry Vignaud | 2012-09-20 | 1 | -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 Vignaud | 2012-09-17 | 1 | -0/+2 |
| | | | | process (mga#7403) | ||||
* | remove useless "Autodetect printers" option | Thierry Vignaud | 2012-09-16 | 1 | -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.4414.44 | Thierry Vignaud | 2012-09-14 | 1 | -0/+2 |
| | |||||
* | change license ownership (mga#7347) | Thierry Vignaud | 2012-09-14 | 1 | -1/+1 |
| | |||||
* | (main_license) advertize new doc license (mga#7347) | Thierry Vignaud | 2012-09-14 | 1 | -0/+2 |
| | |||||
* | (report_bug_to_bugzilla) fix preselecting "RPM package" (Manuel Hiebel, ↵ | Thierry Vignaud | 2012-09-07 | 1 | -0/+3 |
| | | | | mga#7380) | ||||
* | 14.4314.43 | Thierry Vignaud | 2012-09-04 | 1 | -0/+2 |
| | |||||
* | (Gtk2::Banner->new) fix crashing when a banner icon doesn't exist (mga#5223) | Thierry Vignaud | 2012-09-04 | 1 | -0/+1 |
| | |||||
* | include/detect new drivers: | Thierry Vignaud | 2012-09-04 | 1 | -0/+4 |
| | | | | | | - crypto: aesni_intel - input: hid-aureal synaptics_usb - wifi: qmi_wwan, mwifiex_usb |