summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
Commit message (Collapse)AuthorAgeFilesLines
* 2.62Thomas Backlund2023-07-112-1/+3
|
* Sync list_modules with kernel 6.4Thomas Backlund2023-07-081-0/+2
|
* 2.61Pascal Terjan2023-05-052-1/+3
|
* Update NEWSPascal Terjan2023-05-051-0/+3
|
* Increase MEM_LIMIT_*Pascal Terjan2023-05-051-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 Terjan2023-05-051-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=addressPascal Terjan2023-05-051-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.0Thierry Vignaud2023-02-231-0/+2
| | | | Fix conflicts when rebasing after tmb changes
* drakx-installer-binaries-2.60drakx-installer-binaries-2.60Thomas Backlund2023-02-082-1/+3
|
* sync with kernel 6.1Thomas Backlund2023-02-081-0/+1
|
* sync with kernel 6.0Thomas Backlund2023-02-081-0/+1
|
* sync with kernel 5.19Thomas Backlund2023-02-081-0/+1
|
* Sync with kernel 5.18Thierry Vignaud2022-06-081-0/+1
|
* Sync with kernel 5.17Thierry Vignaud2022-04-131-0/+2
|
* 2.592.59Thierry Vignaud2022-01-152-1/+3
|
* Use 'nolock' option for NFSThierry Vignaud2022-01-152-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.58Thierry Vignaud2022-01-062-1/+3
|
* Fix disk method after kernel ABI breakageThierry Vignaud2022-01-052-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 simplifyThierry Vignaud2022-01-051-2/+1
|
* simplify: mount(8) will autoload the right moduleThierry Vignaud2022-01-051-39/+0
|
* 2.572.57Thierry Vignaud2022-01-052-1/+3
|
* allow to specify a different http port (mga#28367)Thierry Vignaud2022-01-052-3/+16
| | | | The default being the well know "80" port
* binaries: 2.562.56Thomas Backlund2021-02-182-1/+3
|
* load exfat module to mount exfat (mga#28371)Thomas Backlund2021-02-182-0/+6
|
* 2.552.55Thomas Backlund2021-01-042-1/+5
|
* 2.53Thierry Vignaud2020-12-152-1/+3
|
* handle new amd_sfh HID driverThierry Vignaud2020-12-141-0/+2
|
* 2.52Thierry Vignaud2020-12-042-1/+3
|
* sync with kernel 5.10Thierry Vignaud2020-12-031-0/+1
|
* recognize more rtw88_*Thierry Vignaud2020-12-011-0/+2
|
* 2.51Martin Whitaker2020-11-302-1/+3
|
* mdk-stage1: configure wpa_supplicant to try both nl80211 and wextMartin Whitaker2020-11-302-1/+3
| | | | Some old wireless driver modules may only support wext.
* Improve stage 1 installer help for entering wireless keys/passphrases.Martin Whitaker2020-11-292-2/+6
| | | | Note that ASCII strings can now be used for WEP keys (mga#21042).
* 2.502.50Martin Whitaker2020-11-282-1/+3
|
* Add support for WPA/WPA2 in installer stage 1 (mga#9541).Martin Whitaker2020-11-282-81/+82
|
* 2.49Thierry Vignaud2020-10-142-1/+3
|
* sync with kernel 5.9Thierry Vignaud2020-10-141-0/+2
|
* fix version in logsThierry Vignaud2020-08-191-1/+1
|
* 2.48Thierry Vignaud2020-08-192-1/+3
|
* remove doble entryThierry Vignaud2020-08-191-0/+2
|
* 2.47Thierry Vignaud2020-06-282-1/+3
|
* sync with kernel 5.6/5.7Thierry Vignaud2020-06-281-0/+2
|
* explain /capability checkThierry Vignaud2020-06-131-0/+1
|
* 2.46Pascal Terjan2020-06-122-2/+4
|
* Do not ignore devices lacking capabilityPascal Terjan2020-06-121-1/+1
|
* Fix reading capabilityPascal Terjan2020-06-121-4/+3
|
* Use generic code for everything except DAC960Pascal Terjan2020-06-122-236/+13
|
* Update NEWSPascal Terjan2020-06-121-0/+2
|
* Move CCISS to generic codePascal Terjan2020-06-121-32/+9
|
* Move VirtIO to generic codePascal Terjan2020-06-121-36/+24
|