summaryrefslogtreecommitdiff
path: root/update-kernel.in
AgeCommit message (Collapse)Author
2016-08-05update-kernel: fix bad typoCarlo Landmeter
2016-07-14update-kernel: new options --hostkeys and --repositories-fileTimo Teräs
to simplify creation of bootable images from external repositries and with developer signing keys.
2016-07-14update-kernel: improve dtb handlingTimo 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-09update-kernel: fix "find: unpaired '('"Timo Teräs
fixes #5883
2016-07-05update-kernel: fix rpi missing overlaysScrumpyJack
Fixes the Linux raspberry pi dtoverlays not being copied into the update-kernel destination directory.
2015-10-28update-kernel: fix fw copyingTimo Teräs
we run with -e so make sure the [] statement does not return false
2015-10-27update-kernel: include only needed firmwares in modloopTimo 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-19update-kernel: install overlay dtbs tooTimo Teräs
2015-01-26update-kernel: support for arm architectureKaarle Ritvanen
2015-01-26update-kernel: option for overriding architectureKaarle Ritvanen
2015-01-26update-kernel: update also System.map and configKaarle Ritvanen
2014-12-30update-kernel: adapt to new naming convention in /bootKaarle Ritvanen
2014-11-21update-kernel: fix typoNatanael Copa
2014-11-11update-kernel: add --verbose optionNatanael Copa
2014-11-11update-kernel: run apk add only onceNatanael Copa
Make the progressbar show up only once instead of 4 times
2014-11-07update-kernel: fix fakeroot argument handling as per fix for #3500Kaarle Ritvanen
2014-11-03update-kernel: do not require superuser rightsKaarle Ritvanen
2014-11-03update-kernel: always use /tmp for temporary filesKaarle Ritvanen
2014-11-03update-kernel: display version number in help textKaarle Ritvanen
2014-11-02update-kernel: help on usageKaarle Ritvanen
2014-11-02update-kernel: unmount modloop during updateKaarle Ritvanen
Just unlinking the image prevents remounting the target file system in read-only mode as long as the image remains mounted.
2014-10-29update-kernel: direct installation with kernel build systemKaarle Ritvanen
2014-10-27update-kernel: override options for flavor, features, and packagesKaarle Ritvanen
2014-10-27update-kernel: vanilla kernel has no suffix in versionKaarle Ritvanen
2014-10-24update-kernel: silently skip non-existent packagesKaarle Ritvanen
2014-10-24update-kernel: allow for spaces in tmp and mount point pathsKaarle Ritvanen
2014-10-24update-kernel: destination directory argumentKaarle Ritvanen
2014-10-24update-kernel: include dahdi and xtables-addons kernel modulesKaarle Ritvanen
2014-10-24update-kernel: use quiet mode when availableKaarle Ritvanen
2014-10-24update-kernel: do not run apk scripts in chrootKaarle Ritvanen
2014-10-23update-kernel: script for kernel and firware updateKaarle Ritvanen