summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* include new HID (saitek tivo), PHY (amd) & WIFI (ath6kl_usb)Thierry Vignaud2012-06-012-4/+8
|
* include hv_storvsc, virtio_scsi & xen-netfrontThierry Vignaud2012-06-012-1/+4
|
* fix info messageThierry Vignaud2012-06-011-1/+1
|
* link against system libraries for newt & slang too (from mdv)Thierry Vignaud2012-06-0187-52614/+9
|
* link against system library for libsysfs (from mdv)Thierry Vignaud2012-06-017-510/+6
|
* disable (and thus hide) "KA server" option (mga#5944)Thierry Vignaud2012-06-012-2/+5
| | | | | | | it's useless since we stripped donw stage1 anyway. KA needs specialized/bloated image also saves 2kb from stage1
* (mygethostbyaddr) switch from gethostbyaddr() to getnameinfo()Thierry Vignaud2012-06-012-8/+12
|
* (mygethostbyname) switch from gethostbyname() to getaddrinfo()Thierry Vignaud2012-06-012-14/+24
| | | | | | | (mga#4056) note that (? in the old days ?), gethostbyname() from dietlibc didn't supported domain handling
* enable to do a debug build in the BSThierry Vignaud2012-06-012-1/+3
| | | | introduce USE_LOCAL_STAGE1 in order to use a locally build stage1
* use proper design from original authorAnne Nicolas2012-05-317-0/+2
|
* use proper design from original authorAnne Nicolas2012-05-311-0/+0
|
* 14.24Thierry Vignaud2012-05-312-1/+3
|
* fix build with perl-5.16.0Thierry Vignaud2012-05-312-2/+2
|
* disable some modules, thus silent some error messages in /var/log/Xorg*logThierry Vignaud2012-05-311-0/+8
| | | | (should have been done years ago...)
* adapt to latest xkbThierry Vignaud2012-05-302-1/+3
|
* 14.23.1Thierry Vignaud2012-05-292-1/+3
|
* sort perl modulesThierry Vignaud2012-05-291-46/+46
|
* include newly needed moduleThierry Vignaud2012-05-292-0/+3
|
* 14.23Thierry Vignaud2012-05-282-1/+3
|
* Update Greek translationDimitrios Glentadakis2012-05-271-5/+5
|
* Update Greek translationDimitrios Glentadakis2012-05-271-4/+4
|
* Update Greek translationDimitrios Glentadakis2012-05-251-2/+2
|
* Update Greek translationDimitrios Glentadakis2012-05-251-4/+3
|
* update some module pathsThierry Vignaud2012-05-241-17/+17
|
* doc update: we switched to squashfs a long time agoThierry Vignaud2012-05-242-7/+7
|
* (install_pms) clean more inline docsThierry Vignaud2012-05-241-1/+1
|
* (install_pms) fix it so that it works if manually run over drakx-net codeThierry Vignaud2012-05-241-1/+1
| | | | eg: when testing new drakx-net code
* (install_pms) sortThierry Vignaud2012-05-241-1/+1
|
* (beforeInstallPackages) simplifyThierry Vignaud2012-05-241-9/+5
|
* add missing bug IDThierry Vignaud2012-05-231-1/+1
|
* (call_blkid) use newly introduced get_stdout_raw() to reduce blkidThierry Vignaud2012-05-232-1/+2
| | | | timeout to 30 seconds (mga#5979)
* (get_stdout_raw) introduce itThierry Vignaud2012-05-231-0/+8
| | | | needed for next commit
* This is better since we do not have the context the question whereasThierry Vignaud2012-05-231-1/+1
| | | | | | | in breton there's no unique answer for "no" ("I don't", "I won't", ...) for years I indent to add such contexts but...
* in that context, this is betterThierry Vignaud2012-05-231-1/+1
|
* default to the higher version when there're several mga roots (mga#6003)Thierry Vignaud2012-05-232-0/+4
|
* explainThierry Vignaud2012-05-231-0/+1
|
* (ensure_dev_exists,getXenBlk,simple_partition_scan,should_prefer_UUID) add ↵Thierry Vignaud2012-05-235-3/+26
| | | | | | support for XenBlk discs needs testing
* document optionsThierry Vignaud2012-05-231-11/+24
|
* (parse_args,empty_packages) enable to go fast with 'tune-rpm'...Thierry Vignaud2012-05-233-0/+3
| | | | | for testing (it looks like urpm::set_tune_rpm() is more effective than what does install::pkgs::install() & _remove_raw()
* (parse_args,empty_packages) add support for 'justdb' optionThierry Vignaud2012-05-234-3/+8
| | | | | | | | | | | (for fast testing; warning: no coverage for %post scripts errors or missing requires, non explicit file conflicts, ...) (installPackages) don't try to run ldconfig in 'justdb' mode (configureNetwork) don't try to set firewall, file tests will fail (afterInstallPackages) don't check for file
* always load fs::mountThierry Vignaud2012-05-231-1/+1
| | | | | rationale: its nearly always needed anyway and it'll be always needed afer next commit
* (selectMouse) usbmouse is dead for yearsThierry Vignaud2012-05-231-1/+0
|
* (_setup_and_start_X) /dev/kbd is unused for quite some timesThierry Vignaud2012-05-231-3/+0
|
* no need to create /dev/zero and the like, udev already did itThierry Vignaud2012-05-236-7/+4
| | | | | 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
* don't call urpmi with --gui, this is uselessThierry Vignaud2012-05-231-1/+1
|
* (install) kill obsolete commentThierry Vignaud2012-05-231-1/+0
|
* (detect_during_install) simplifyThierry Vignaud2012-05-231-3/+1
|
* (write_conf) explainThierry Vignaud2012-05-231-0/+1
|
* (init_modules_conf) explainThierry Vignaud2012-05-231-0/+1
|
* (init_modules_conf) split it out of main()Thierry Vignaud2012-05-231-5/+9
|