Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-14 | update-kernel.in: Handle compressed kernel modules | Dermot Bradley | |
When determining which firmware needs to be includes in the modloop file update-kernel searches for kernel modules using the filename *.ko and so does not cater for compressed modules (and therefore does not include their required firmware in the modloop). Change the search pattern to deal with both uncompressed and compressed modules. | |||
2021-10-25 | update-kernel: Make path for tmpdir changeable via cli flag | Dennis Günnewig | |
On a Raspberry Pi 3B+ the memory is limited. Updating a kernel might be not possible due to "out of space" situations. This MR adds a flag to mitigate the problem for users facing this issue. | |||
2021-09-19 | riscv64: EFI riggings | Drew DeVault | |
Minor changes necessary to support EFI on RISC-V. | |||
2021-06-10 | update-kernel: fix Warning: extra firmware "" not found! | Natanael Copa | |
fixes https://gitlab.alpinelinux.org/alpine/aports/-/issues/10526 | |||
2021-01-09 | update-kernel: remove nopad | Alex Xu (Hello71) | |
-nopad squashfs files cannot be mounted by Linux kernel. Fixes: 30e6933e71fc ("update-kernel: use -nopad -Xbcj for modloop") | |||
2021-01-08 | update-kernel: use -nopad -Xbcj for modloop | Alex Xu (Hello71) | |
reduces x86 modloop size by about 38k. -all-time 0 reduces by 300 bytes more, but probably more confusing than it's worth | |||
2021-01-07 | update-kernel: look for dtbs in /boot | Natanael Copa | |
RPI kernels store the DTBS directly under /boot so they can handle kernel upgrades. | |||
2021-01-06 | update-kernel: fix help text for --build-dir | Natanael Copa | |
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10462 | |||
2021-01-06 | update-kernel: Add option to override keys dir | Philippe Schommers | |
2020-10-19 | update-kernel: fix warning extra firmware "" not found | Natanael Copa | |
fixes #10526 | |||
2020-05-28 | update-kernel: fallback to old dtbdir if new one does not exist | Timo Teräs | |
This allows running update-kernel on new alpine and to create images from stable branch by overriding repository files. Fixes: 3fd2ce43 "update-kernel: fix dtbs dir" | |||
2019-12-18 | update-kernel: fix dtbs dir | Natanael Copa | |
2019-06-14 | update-kernel: include associated firmware files to modloop | Timo Teräs | |
Some drivers reference only the .bin but require additional files such as .$board.txt or .clm_blob. Include all files in modloop that might match. ref #9549 | |||
2019-02-15 | update-kernel: include regulatory database | Timo Teräs | |
2019-02-15 | update-kernel: add modloopfw option | Carlo Landmeter | |
modloopfw will add additional firmware to the modloop image to work around not beeing detected by modinfo. | |||
2018-07-04 | Add support for signed modloop images | Carlo Landmeter | |
2018-06-21 | update-kernel: fix install of firware | Natanael Copa | |
prevent to exit with error due to set -e, if last firmware does not have a *.txt file. | |||
2018-06-19 | update-kernel: add additional firmware files | Carlo Landmeter | |
2018-06-07 | update-kernel: handle -vanilla suffix in System.map, config and vmlinuz | Natanael Copa | |
Previously the vanilla kernel did not add any suffix to System.map, config and vmlinuz for the vanilla kernel, but it does now. Fix update-kernel to handle both cases. Note also that /lib/modules/$ver still does not have any -vanilla suffix. | |||
2018-04-11 | update-kernel: add initramfs compression support | Carlo Landmeter | |
2016-12-07 | update-kernel: use busybox's losetup always | Timo Teräs | |
fixes #6517 The output format of util-linux losetup is different, and there's no easy way to get uniform output from these two implementations. | |||
2016-12-05 | update-kernel: re-exec under fakeroot unless we are superuser | Natanael Copa | |
The fakeroot fake-env feature requires that the filesystem if unmodified between the reloads of the fake-env. We dont comply with this so we re-exec the entire script in fakeroot instead. | |||
2016-12-05 | update-kernel: don't install deps if script runs in fakeroot | Natanael Copa | |
2016-12-02 | update-kernel: make mksquashfs exit on error | Natanael Copa | |
mksquashfs will ignore errors and continue by default by design. This is definitively not the behavior we want so we tell it to explicitly exit on error. | |||
2016-11-10 | update-kernel: add help for -k/--apk-pubkey | Natanael Copa | |
2016-11-09 | update-kernel: add support for -k/--apk-pubkey | Natanael Copa | |
This is a way to inject the users pubkey to initramfs | |||
2016-11-09 | update-kernel: add --media option | Timo Teräs | |
To create boot media, otherwise it is assumed to be updating live system and /boot is mounted. | |||
2016-11-02 | indent heredocs and replace echos with heredoc where appropriate | Jakub Jirutka | |
2016-11-02 | fix mixed tabs & spaces and surplus empty lines at EOF | Jakub Jirutka | |
2016-08-09 | update-kernel: don't use local in non-function scope | Timo Teräs | |
2016-08-05 | update-kernel: fix bad typo | Carlo Landmeter | |
2016-07-14 | update-kernel: new options --hostkeys and --repositories-file | Timo Teräs | |
to simplify creation of bootable images from external repositries and with developer signing keys. | |||
2016-07-14 | update-kernel: improve dtb handling | Timo Teräs | |
- install dtbs to right place from kernel source trees - install rpi dtbs to root of boot media (fixes #5884) - support aarch64 | |||
2016-07-09 | update-kernel: fix "find: unpaired '('" | Timo Teräs | |
fixes #5883 | |||
2016-07-05 | update-kernel: fix rpi missing overlays | ScrumpyJack | |
Fixes the Linux raspberry pi dtoverlays not being copied into the update-kernel destination directory. | |||
2015-10-28 | update-kernel: fix fw copying | Timo Teräs | |
we run with -e so make sure the [] statement does not return false | |||
2015-10-27 | update-kernel: include only needed firmwares in modloop | Timo Teräs | |
new modloop (44.9M) 117.9M 4.1.10-0-grsec 39.3M firmware 157.1M total old modloop (80.8M) 117.9M 4.1.10-0-grsec 112.1M firmware 230.0M total | |||
2015-10-19 | update-kernel: install overlay dtbs too | Timo Teräs | |
2015-01-26 | update-kernel: support for arm architecture | Kaarle Ritvanen | |
2015-01-26 | update-kernel: option for overriding architecture | Kaarle Ritvanen | |
2015-01-26 | update-kernel: update also System.map and config | Kaarle Ritvanen | |
2014-12-30 | update-kernel: adapt to new naming convention in /boot | Kaarle Ritvanen | |
2014-11-21 | update-kernel: fix typo | Natanael Copa | |
2014-11-11 | update-kernel: add --verbose option | Natanael Copa | |
2014-11-11 | update-kernel: run apk add only once | Natanael Copa | |
Make the progressbar show up only once instead of 4 times | |||
2014-11-07 | update-kernel: fix fakeroot argument handling as per fix for #3500 | Kaarle Ritvanen | |
2014-11-03 | update-kernel: do not require superuser rights | Kaarle Ritvanen | |
2014-11-03 | update-kernel: always use /tmp for temporary files | Kaarle Ritvanen | |
2014-11-03 | update-kernel: display version number in help text | Kaarle Ritvanen | |
2014-11-02 | update-kernel: help on usage | Kaarle Ritvanen | |