| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | binaries: version 2.64drakx-installer-binaries-2.64 | Martin Whitaker | 2026-02-14 | 2 | -1/+3 |
| | | |||||
| * | Remove probing of disk/ide modules (obsolete since kernel 5.14) | Martin Whitaker | 2026-02-12 | 3 | -7/+4 |
| | | | | | | | | IDE drives are now handled by libata. The legacy ide subsystem and drivers were removed from Linux in 2021. So all IDE drives are now treated as SCSI drives and the disk/ide category in list_modules.pm has been removed. | ||||
| * | Update NEWS. | Martin Whitaker | 2026-02-10 | 1 | -0/+2 |
| | | |||||
| * | binaries: version 2.63drakx-installer-binaries-2.63 | Martin Whitaker | 2025-11-29 | 2 | -2/+3 |
| | | |||||
| * | mdk-stage1: replace i586 with i686 in files | Jani Välimaa | 2025-09-14 | 4 | -5/+7 |
| | | |||||
| * | 2.62 | Thomas Backlund | 2023-07-11 | 2 | -1/+3 |
| | | |||||
| * | Sync list_modules with kernel 6.4 | Thomas Backlund | 2023-07-08 | 1 | -0/+2 |
| | | |||||
| * | 2.61 | Pascal Terjan | 2023-05-05 | 2 | -1/+3 |
| | | |||||
| * | Update NEWS | Pascal Terjan | 2023-05-05 | 1 | -0/+3 |
| | | |||||
| * | Increase MEM_LIMIT_* | Pascal Terjan | 2023-05-05 | 1 | -2/+2 |
| | | | | | | | | Those are not really relevant now, as no one would not install on a machine with less than 512MB or 1G ram but stage2 currently takes 120MB while we allow downloading it over HTTP if the machine has at least 68MB. | ||||
| * | Fix total_memory() | Pascal Terjan | 2023-05-05 | 1 | -3/+7 |
| | | | | | | | | It was using the size of /proc/kcore which is 128T on x86_64 regardless of available memory, and does not exist on aarch64. Instead use sysinfo(). | ||||
| * | Fix a build failure with -Werror=address | Pascal Terjan | 2023-05-05 | 1 | -1/+1 |
| | | | | | | | | | | | | dhcp.c: In function ‘parse_reply’: dhcp.c:216:13: error: the comparison will always evaluate as ‘true’ for the address of ‘bootfile’ will never be NULL [-Werror=address] 216 | if (breq->bootfile && strlen(breq->bootfile) > 0) { | ^~~~ dhcp.c:102:14: note: ‘bootfile’ declared here 102 | char bootfile[128]; | ^~~~~~~~ cc1: all warnings being treated as errors | ||||
| * | Sync with kernel-6.0 | Thierry Vignaud | 2023-02-23 | 1 | -0/+2 |
| | | | | | Fix conflicts when rebasing after tmb changes | ||||
| * | drakx-installer-binaries-2.60drakx-installer-binaries-2.60 | Thomas Backlund | 2023-02-08 | 2 | -1/+3 |
| | | |||||
| * | sync with kernel 6.1 | Thomas Backlund | 2023-02-08 | 1 | -0/+1 |
| | | |||||
| * | sync with kernel 6.0 | Thomas Backlund | 2023-02-08 | 1 | -0/+1 |
| | | |||||
| * | sync with kernel 5.19 | Thomas Backlund | 2023-02-08 | 1 | -0/+1 |
| | | |||||
| * | Sync with kernel 5.18 | Thierry Vignaud | 2022-06-08 | 1 | -0/+1 |
| | | |||||
| * | Sync with kernel 5.17 | Thierry Vignaud | 2022-04-13 | 1 | -0/+2 |
| | | |||||
| * | 2.592.59 | Thierry Vignaud | 2022-01-15 | 2 | -1/+3 |
| | | |||||
| * | Use 'nolock' option for NFS | Thierry Vignaud | 2022-01-15 | 2 | -0/+4 |
| | | | | | | | | | | | Rationale: when building in iurt, it looks like we are missing some bits (due to missing deps?) and thus mounting fails because with: mount.nfs: rpc.statd is not running but is required for remote locking mount.nfs: Either use '-o nolock' to keep locks local, or start statd. mount.nfs: mounting 192.168.1.10:/mageia/unstable failed, reason given by server: No such file or directory | ||||
| * | 2.58 | Thierry Vignaud | 2022-01-06 | 2 | -1/+3 |
| | | |||||
| * | Fix disk method after kernel ABI breakage | Thierry Vignaud | 2022-01-05 | 2 | -2/+4 |
| | | | | | | | | | | | | commit 353c8adc2ecd4e3fdfe2941d51d8f8f620f073ff made use of kernel's GENHD_FL_UP capability. However this was removed from the kernel in 5.15: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=50b4aecfbbb09869db967e4a26212a47e10c0088 For now make this check a no op as I didn't found any alternative but nvme users may want to doble test! | ||||
| * | further simplify | Thierry Vignaud | 2022-01-05 | 1 | -2/+1 |
| | | |||||
| * | simplify: mount(8) will autoload the right module | Thierry Vignaud | 2022-01-05 | 1 | -39/+0 |
| | | |||||
| * | 2.572.57 | Thierry Vignaud | 2022-01-05 | 2 | -1/+3 |
| | | |||||
| * | allow to specify a different http port (mga#28367) | Thierry Vignaud | 2022-01-05 | 2 | -3/+16 |
| | | | | | The default being the well know "80" port | ||||
| * | binaries: 2.562.56 | Thomas Backlund | 2021-02-18 | 2 | -1/+3 |
| | | |||||
| * | load exfat module to mount exfat (mga#28371) | Thomas Backlund | 2021-02-18 | 2 | -0/+6 |
| | | |||||
| * | 2.552.55 | Thomas Backlund | 2021-01-04 | 2 | -1/+5 |
| | | |||||
| * | 2.53 | Thierry Vignaud | 2020-12-15 | 2 | -1/+3 |
| | | |||||
| * | handle new amd_sfh HID driver | Thierry Vignaud | 2020-12-14 | 1 | -0/+2 |
| | | |||||
| * | 2.52 | Thierry Vignaud | 2020-12-04 | 2 | -1/+3 |
| | | |||||
| * | sync with kernel 5.10 | Thierry Vignaud | 2020-12-03 | 1 | -0/+1 |
| | | |||||
| * | recognize more rtw88_* | Thierry Vignaud | 2020-12-01 | 1 | -0/+2 |
| | | |||||
| * | 2.51 | Martin Whitaker | 2020-11-30 | 2 | -1/+3 |
| | | |||||
| * | mdk-stage1: configure wpa_supplicant to try both nl80211 and wext | Martin Whitaker | 2020-11-30 | 2 | -1/+3 |
| | | | | | Some old wireless driver modules may only support wext. | ||||
| * | Improve stage 1 installer help for entering wireless keys/passphrases. | Martin Whitaker | 2020-11-29 | 2 | -2/+6 |
| | | | | | Note that ASCII strings can now be used for WEP keys (mga#21042). | ||||
| * | 2.502.50 | Martin Whitaker | 2020-11-28 | 2 | -1/+3 |
| | | |||||
| * | Add support for WPA/WPA2 in installer stage 1 (mga#9541). | Martin Whitaker | 2020-11-28 | 2 | -81/+82 |
| | | |||||
| * | 2.49 | Thierry Vignaud | 2020-10-14 | 2 | -1/+3 |
| | | |||||
| * | sync with kernel 5.9 | Thierry Vignaud | 2020-10-14 | 1 | -0/+2 |
| | | |||||
| * | fix version in logs | Thierry Vignaud | 2020-08-19 | 1 | -1/+1 |
| | | |||||
| * | 2.48 | Thierry Vignaud | 2020-08-19 | 2 | -1/+3 |
| | | |||||
| * | remove doble entry | Thierry Vignaud | 2020-08-19 | 1 | -0/+2 |
| | | |||||
| * | 2.47 | Thierry Vignaud | 2020-06-28 | 2 | -1/+3 |
| | | |||||
| * | sync with kernel 5.6/5.7 | Thierry Vignaud | 2020-06-28 | 1 | -0/+2 |
| | | |||||
| * | explain /capability check | Thierry Vignaud | 2020-06-13 | 1 | -0/+1 |
| | | |||||
| * | 2.46 | Pascal Terjan | 2020-06-12 | 2 | -2/+4 |
| | | |||||
| * | Do not ignore devices lacking capability | Pascal Terjan | 2020-06-12 | 1 | -1/+1 |
| | | |||||
