aboutsummaryrefslogtreecommitdiffstats
path: root/update-kernel.in
Commit message (Collapse)AuthorAgeFilesLines
* update-kernel: use busybox's losetup alwaysTimo Teräs2016-12-071-1/+1
| | | | | | | 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.
* update-kernel: re-exec under fakeroot unless we are superuserNatanael Copa2016-12-051-19/+6
| | | | | | 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.
* update-kernel: don't install deps if script runs in fakerootNatanael Copa2016-12-051-2/+4
|
* update-kernel: make mksquashfs exit on errorNatanael Copa2016-12-021-1/+1
| | | | | | 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.
* update-kernel: add help for -k/--apk-pubkeyNatanael Copa2016-11-101-0/+1
|
* update-kernel: add support for -k/--apk-pubkeyNatanael Copa2016-11-091-2/+10
| | | | This is a way to inject the users pubkey to initramfs
* update-kernel: add --media optionTimo Teräs2016-11-091-8/+15
| | | | | To create boot media, otherwise it is assumed to be updating live system and /boot is mounted.
* indent heredocs and replace echos with heredoc where appropriateJakub Jirutka2016-11-021-16/+16
|
* fix mixed tabs & spaces and surplus empty lines at EOFJakub Jirutka2016-11-021-124/+124
|
* update-kernel: don't use local in non-function scopeTimo Teräs2016-08-091-3/+1
|
* update-kernel: fix bad typoCarlo Landmeter2016-08-051-1/+1
|
* update-kernel: new options --hostkeys and --repositories-fileTimo Teräs2016-07-141-4/+15
| | | | | to simplify creation of bootable images from external repositries and with developer signing keys.
* update-kernel: improve dtb handlingTimo Teräs2016-07-141-15/+23
| | | | | | - install dtbs to right place from kernel source trees - install rpi dtbs to root of boot media (fixes #5884) - support aarch64
* update-kernel: fix "find: unpaired '('"Timo Teräs2016-07-091-1/+1
| | | | fixes #5883
* update-kernel: fix rpi missing overlaysScrumpyJack2016-07-051-1/+1
| | | | | Fixes the Linux raspberry pi dtoverlays not being copied into the update-kernel destination directory.
* update-kernel: fix fw copyingTimo Teräs2015-10-281-1/+3
| | | | we run with -e so make sure the [] statement does not return false
* update-kernel: include only needed firmwares in modloopTimo Teräs2015-10-271-2/+5
| | | | | | | | | | | | 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
* update-kernel: install overlay dtbs tooTimo Teräs2015-10-191-1/+2
|
* update-kernel: support for arm architectureKaarle Ritvanen2015-01-261-3/+19
|
* update-kernel: option for overriding architectureKaarle Ritvanen2015-01-261-11/+22
|
* update-kernel: update also System.map and configKaarle Ritvanen2015-01-261-2/+5
|
* update-kernel: adapt to new naming convention in /bootKaarle Ritvanen2014-12-301-3/+3
|
* update-kernel: fix typoNatanael Copa2014-11-211-1/+1
|
* update-kernel: add --verbose optionNatanael Copa2014-11-111-8/+17
|
* update-kernel: run apk add only onceNatanael Copa2014-11-111-9/+8
| | | | Make the progressbar show up only once instead of 4 times
* update-kernel: fix fakeroot argument handling as per fix for #3500Kaarle Ritvanen2014-11-071-5/+5
|
* update-kernel: do not require superuser rightsKaarle Ritvanen2014-11-031-6/+31
|
* update-kernel: always use /tmp for temporary filesKaarle Ritvanen2014-11-031-13/+13
|
* update-kernel: display version number in help textKaarle Ritvanen2014-11-031-0/+1
|
* update-kernel: help on usageKaarle Ritvanen2014-11-021-10/+34
|
* update-kernel: unmount modloop during updateKaarle Ritvanen2014-11-021-1/+2
| | | | | Just unlinking the image prevents remounting the target file system in read-only mode as long as the image remains mounted.
* update-kernel: direct installation with kernel build systemKaarle Ritvanen2014-10-291-6/+22
|
* update-kernel: override options for flavor, features, and packagesKaarle Ritvanen2014-10-271-19/+52
|
* update-kernel: vanilla kernel has no suffix in versionKaarle Ritvanen2014-10-271-1/+7
|
* update-kernel: silently skip non-existent packagesKaarle Ritvanen2014-10-241-5/+17
|
* update-kernel: allow for spaces in tmp and mount point pathsKaarle Ritvanen2014-10-241-13/+13
|
* update-kernel: destination directory argumentKaarle Ritvanen2014-10-241-18/+28
|
* update-kernel: include dahdi and xtables-addons kernel modulesKaarle Ritvanen2014-10-241-3/+9
|
* update-kernel: use quiet mode when availableKaarle Ritvanen2014-10-241-6/+6
|
* update-kernel: do not run apk scripts in chrootKaarle Ritvanen2014-10-241-1/+1
|
* update-kernel: script for kernel and firware updateKaarle Ritvanen2014-10-231-0/+90