Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rescue: Rebuild the image when anything in the tree folder is changed. | Colin Guthrie | 2013-12-07 | 1 | -1/+1 |
| | |||||
* | rescue: add machined (and dbus as a dep) to the rescue. | Colin Guthrie | 2013-12-07 | 5 | -1/+19 |
| | | | | | | | | | | | | | This allows us to actually mount and run the system inside a container for more advanced debugging. I've successfully booted my systemd, logged in, had a fiddle and then powered it off again. There are some delays and it's requried to umount the /mnt/proc which seems to get automatically mounted before running nspawn. Also audit support has to be turned off in the kernel too to allow a full boot to work properly (otherwise the authentication in the container doesn't work. This is a known problem in the kernel and will be fixed eventually. | ||||
* | rescue: Use systemd as initsystem. | Colin Guthrie | 2013-12-07 | 17 | -170/+178 |
| | | | | | | | | | | | | | | | This commit converts the rescue system to systemd rather than the legacy sysvinit. Besides being faster, one primary advantage of running systemd here is that we can "boot" the system we're inspecting via systemd-nspawn to properly test it. Note: Bits that don't work: * nspawn * old dracut initqueue udev rules in /etc/ are not cleaned out (drop in support error?) * the gui may loop differently now | ||||
* | rescue: Avoid having to run dracut convertfs script by setting up the tree. | Colin Guthrie | 2013-12-07 | 3 | -6/+9 |
| | | | | | | We can easily avoid post processing the tree simply by moving the tree around and ensuring we set it up correctly (with the compat symlinks) early in the process. | ||||
* | Updated Estonian translations | Marek Laane | 2013-12-07 | 3 | -63/+52 |
| | |||||
* | do not try to guess if driver is OSS or not, they all are ALSA | Thierry Vignaud | 2013-12-06 | 1 | -2/+2 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2013-12-06 | 1 | -1/+1 |
| | |||||
* | kill message about alternative driver (mga#11824) | Thierry Vignaud | 2013-12-06 | 1 | -2/+1 |
| | | | | the sound card description is kept b/c next messages start by "\n\n" | ||||
* | kill dead comment | Thierry Vignaud | 2013-12-06 | 1 | -10/+0 |
| | |||||
* | 16.1116.11 | Thierry Vignaud | 2013-12-06 | 2 | -1/+3 |
| | |||||
* | fix a crash in rpmdrake when package list is empty (mga#11901) | Thierry Vignaud | 2013-12-06 | 2 | -0/+3 |
| | |||||
* | 16.1016.10 | Thierry Vignaud | 2013-12-06 | 2 | -1/+3 |
| | |||||
* | (reallyChooseGroups) reindent after previous commit for clarity | Thierry Vignaud | 2013-12-06 | 1 | -12/+12 |
| | |||||
* | (reallyChooseGroups) make bottom buttons always available | Thierry Vignaud | 2013-12-06 | 2 | -5/+7 |
| | | | | by puting the scrolling window only around the package group check boxes | ||||
* | add 'use_markup' parameter to Expanders | Thierry Vignaud | 2013-12-06 | 1 | -0/+1 |
| | |||||
* | 16.916.9 | Thierry Vignaud | 2013-12-06 | 2 | -1/+3 |
| | |||||
* | fix retrieving network info from stage2 after dracut migration (mga#11504) | Thierry Vignaud | 2013-12-06 | 2 | -1/+3 |
| | | | | dracut is now creating /tmp/ifcfg & /tmp/ifcfg-leases directories... | ||||
* | 16.816.8 | Thierry Vignaud | 2013-12-05 | 2 | -1/+3 |
| | |||||
* | Revert "fix 'Too late to run INIT' with Gtk3" | Thierry Vignaud | 2013-12-05 | 2 | -4/+3 |
| | | | | | | | | This reverts commit 527a624d8825348bcd9bd2ec0005409a89230315. Thus preventing drakxtools-backend to require Glib::Object::Introspection (mga#11842). The "Too late to run INIT" warning will happen anyway... | ||||
* | typo fix | Thierry Vignaud | 2013-12-05 | 2 | -2/+2 |
| | |||||
* | 16.716.7 | Thierry Vignaud | 2013-12-05 | 3 | -1/+5 |
| | |||||
* | fix a crash when creating partitins (mga#11876) | Thierry Vignaud | 2013-12-05 | 3 | -1/+7 |
| | |||||
* | drop useless logo style | Thierry Vignaud | 2013-12-04 | 1 | -1/+1 |
| | | | | | unused since July 2008 see commits e5ebd1827, 5a380298d, 0aceb01fd, & 3ee8b0b2c | ||||
* | 16.616.6 | Thierry Vignaud | 2013-12-04 | 3 | -1/+5 |
| | |||||
* | fix blue background behind left panel text (mga#11866) | Thierry Vignaud | 2013-12-04 | 3 | -1/+5 |
| | | | | | | | | | | | | Due to the switch from RC to CSS, the background color now got enforced by gtk3 (#11866) => drop the useless bg color. this affected both installer & (no yet released) mcc. Detected first while testing gtk3 mcc and then also reported once oxygen-gtk3 was fixed regarding Banners. Spotted by Hugo Pereira Da Costa in https://bugs.kde.org/show_bug.cgi?id=328383 | ||||
* | 16.516.5 | Thierry Vignaud | 2013-12-03 | 3 | -1/+5 |
| | |||||
* | fix a crash in partitioning wizard (mga#11820) | Thierry Vignaud | 2013-12-03 | 3 | -1/+3 |
| | |||||
* | show labels on partition buttons again but make them ellipsized (mga#11858) | Thierry Vignaud | 2013-12-03 | 3 | -2/+5 |
| | |||||
* | recognize partitions on eMMC (mga#11812) | Thierry Vignaud | 2013-12-03 | 1 | -1/+1 |
| | |||||
* | detect eMMc block devices (Luc Menut, mga#11812) | Thierry Vignaud | 2013-12-03 | 3 | -1/+15 |
| | |||||
* | typo fix | Thierry Vignaud | 2013-12-03 | 1 | -1/+1 |
| | |||||
* | tools: Get rid of the 'many matches for binary' warning due to usrmove. | Colin Guthrie | 2013-12-02 | 1 | -1/+3 |
| | | | | | This ignores /sbin and /bin paths then they are symlinks and avoids misleading messages being printed when building stage2 and rescue | ||||
* | tools: Prefer /usr/sbin over /usr/bin. | Colin Guthrie | 2013-12-02 | 1 | -1/+1 |
| | | | | | | | | The list already contains /sbin and /bin which are just symlinks to the above, but the order is different for / vs. /usr. Due to the symlinks we always prefer sbin over bin anyway, so this change doesn't technically change anything but does clarify things | ||||
* | Updated Russian translations | kiki | 2013-12-03 | 1 | -983/+872 |
| | |||||
* | update revision date | Marja van Waes | 2013-12-02 | 1 | -1/+1 |
| | |||||
* | 16.416.4 | Thierry Vignaud | 2013-12-02 | 3 | -1/+5 |
| | |||||
* | fix partionning wizard moving the main window to left (mga#11790) | Thierry Vignaud | 2013-12-02 | 2 | -2/+3 |
| | | | | | | widgets were too wide with gtk3 + oxygen-gtk3 we either have to change the horizontal scrolling policty to 'automatic' (thus having an ugly horizontal scrolling bar) or shrink those widgets | ||||
* | previous commit acutally helps oxygen-gtk too | Thierry Vignaud | 2013-12-02 | 1 | -0/+1 |
| | |||||
* | updated Dutch translation | Marja van Waes | 2013-12-02 | 1 | -19/+19 |
| | |||||
* | fix titles not being blue anymore | Thierry Vignaud | 2013-12-02 | 2 | -1/+3 |
| | | | | in CSS, we need to match sub widgets too for installer | ||||
* | Updated Indonesian translations | kiki | 2013-12-02 | 1 | -1177/+318 |
| | |||||
* | 2.3 | Thierry Vignaud | 2013-12-02 | 2 | -1/+3 |
| | |||||
* | include "sdhci-acpi" for eMMC (mga#11812) | Thierry Vignaud | 2013-12-02 | 2 | -1/+4 |
| | |||||
* | fix diskdrake colorized partition tabs with Adwaita (bgo#719624) | Thierry Vignaud | 2013-12-02 | 2 | -0/+10 |
| | | | | | | | | "In the GTK+ CSS interpreter (and CSS in general), background-image takes precedence over background-color, so the gradients set by Adwaita on focused windows' buttons still takes precedence over your custom background-color, this doesn't happen on unfocused windows because no background-image is set for buttons there." | ||||
* | images: Allow the BOOT_AUTOMATIC_METHOD env var to work in rescue mode too | Colin Guthrie | 2013-12-02 | 1 | -1/+1 |
| | |||||
* | Ignore the built rescue.sqfs | Colin Guthrie | 2013-12-02 | 1 | -0/+1 |
| | |||||
* | Update Greek translation | dglent | 2013-12-01 | 1 | -5/+5 |
| | |||||
* | 16.316.3 | Thierry Vignaud | 2013-11-30 | 2 | -1/+3 |
| | |||||
* | fix starting after draksound drop OSS/ALSA switch | Thierry Vignaud | 2013-11-30 | 2 | -7/+3 |
| | |||||
* | update | Thierry Vignaud | 2013-11-30 | 1 | -3/+3 |
| |