summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* adapt to xserver 1.13Thierry Vignaud2012-09-132-1/+1
|
* 1.82Thierry Vignaud2012-09-122-1/+3
|
* install cpupower instead of cpupowerThierry Vignaud2012-09-122-1/+3
|
* include overlayfs instead of unionfsThierry Vignaud2012-09-122-1/+3
|
* no need to test for a potential match before substitutingGuillaume Rousse2012-09-121-1/+1
|
* use perl syntax, not sed oneGuillaume Rousse2012-09-121-1/+1
|
* (start_udev) better commentsThierry Vignaud2012-09-121-1/+2
|
* death to tokenring!Thierry Vignaud2012-09-121-1/+1
|
* 1.72Thierry Vignaud2012-09-072-1/+2
|
* (report_bug_to_bugzilla) fix preselecting "RPM package" (Manuel Hiebel, ↵Thierry Vignaud2012-09-072-1/+4
| | | | mga#7380)
* (ftp_prepare) retry with FTP instead of HTTP when there's no proxy andThierry Vignaud2012-09-072-1/+6
| | | | | | | user didn't provided the architecture in the URL (small issue introduced in commit r2774 on 2012-01-23, was: "(ftp_prepare) try arched directory for FTP installs too...")
* (ftp_prepare,http_prepare) fix URL passed to stage2 when user didn'tThierry Vignaud2012-09-072-3/+17
| | | | provide the arch in the install path (mga#6823)
* 14.4314.43Thierry Vignaud2012-09-043-1/+5
|
* (Gtk2::Banner->new) fix crashing when a banner icon doesn't exist (mga#5223)Thierry Vignaud2012-09-042-0/+2
|
* (reallyChooseGroups) fix crash when clicking previous in minimal install ↵Thierry Vignaud2012-09-042-3/+4
| | | | step (mga#7345)
* include only needed Ia Ora stuff (and explain why)Thierry Vignaud2012-09-041-9/+1
|
* include swaplabel (mga#7334)Thierry Vignaud2012-09-042-1/+2
|
* (exitInstall) compress report with xz instead of gzipThierry Vignaud2012-09-042-1/+3
|
* 14.4214.42Thierry Vignaud2012-09-042-1/+3
|
* 1.81Thierry Vignaud2012-09-042-1/+3
|
* use factorized crypto modules listThierry Vignaud2012-09-043-2/+3
|
* regroup crypto modulesThierry Vignaud2012-09-041-2/+2
|
* tokenring support has been removed from kernel-3.5Thierry Vignaud2012-09-042-2/+2
|
* include/detect new drivers:Thierry Vignaud2012-09-044-5/+19
| | | | | | - crypto: aesni_intel - input: hid-aureal synaptics_usb - wifi: qmi_wwan, mwifiex_usb
* sort crypto modulesThierry Vignaud2012-09-041-1/+1
|
* 14.4114.41Thierry Vignaud2012-09-032-1/+3
|
* include back Ia Ora files for matchbox (mga#6451)Thierry Vignaud2012-09-032-0/+14
| | | | | matchbox behavior regarding background windows got broken in commit r4789 by fwang on 2012-06-03: "really use oxygen theme"
* enhanced logThierry Vignaud2012-09-031-1/+1
|
* 1.80Thierry Vignaud2012-09-032-1/+3
|
* fix creating some directoriesThierry Vignaud2012-09-032-1/+3
|
* 1.71Thierry Vignaud2012-09-032-1/+2
|
* drakx-in-chroot is not part of drakxtoolsThierry Vignaud2012-09-031-2/+0
|
* 14.4014.40Thierry Vignaud2012-09-033-1/+5
|
* (handle_hid) s/hid-generic/hid_generic/ thus making hid_generic loading silentThierry Vignaud2012-09-032-1/+3
| | | | rationale: it fixes detecting if module was already loaded or not
* summary: fix displayed network type (mga#4959)Thierry Vignaud2012-09-032-0/+2
|
* (installPackages) prevent going further if some transactions failed (mga#7016)Thierry Vignaud2012-09-033-2/+8
| | | | (_install_raw,install) propagate exit code
* sortThierry Vignaud2012-09-031-2/+2
|
* (installPackages) always log end time, die after in case of errorThierry Vignaud2012-09-031-1/+1
|
* 14.3914.39Thierry Vignaud2012-09-032-1/+3
|
* (main) /sys is already mounted by stage1Thierry Vignaud2012-09-031-1/+0
|
* 1.39Thierry Vignaud2012-09-032-1/+3
|
* drop KA supportThierry Vignaud2012-09-033-33/+1
| | | | | | | | rationale: - support is not build in stage1, - hasn't been tested for ages - poor doc - can been restored if someone show up to maintain
* simplify bringing up local loop interface (pok, mdv)Thierry Vignaud2012-09-032-3/+2
|
* 1.79Thierry Vignaud2012-09-032-1/+3
|
* 1.70Thierry Vignaud2012-09-032-1/+2
|
* (http_prepare) s/ftp_prepare/http_prepare/Thierry Vignaud2012-09-031-1/+1
| | | | as spoted on 2012-01-23, but branch never got branched
* do not include ka stuff unlesse BUILD_KA is setThierry Vignaud2012-09-032-3/+7
|
* preload load btrfs and nilfs2 tooThierry Vignaud2012-09-032-0/+3
|
* mount /dev/{pts,shm} earlier, in stage1 rather than in stage2Thierry Vignaud2012-09-034-12/+8
| | | | (based on pok's idead @mdv but fixed)
* mount /dev as devtmpfs earlier, in stage1 rather than in stage2Thierry Vignaud2012-09-037-6/+8
| | | | (based on pok's idead @mdv but fixed)