Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | update-kernel: re-exec under fakeroot unless we are superuser | Natanael Copa | 2016-12-05 | 1 | -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 fakeroot | Natanael Copa | 2016-12-05 | 1 | -2/+4 | |
| | ||||||
* | update-kernel: make mksquashfs exit on error | Natanael Copa | 2016-12-02 | 1 | -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. | |||||
* | ==== release 3.5.0_rc1 ====v3.5.0_rc1 | Natanael Copa | 2016-11-10 | 1 | -1/+1 | |
| | ||||||
* | setup-apkrepos: dont reset http_proxy | Natanael Copa | 2016-11-10 | 1 | -1/+0 | |
| | | | | | | it is likely needed if it is set. ref #6219 | |||||
* | update-kernel: add help for -k/--apk-pubkey | Natanael Copa | 2016-11-10 | 1 | -0/+1 | |
| | ||||||
* | update-kernel: add support for -k/--apk-pubkey | Natanael Copa | 2016-11-09 | 1 | -2/+10 | |
| | | | | This is a way to inject the users pubkey to initramfs | |||||
* | update-kernel: add --media option | Timo Teräs | 2016-11-09 | 1 | -8/+15 | |
| | | | | | To create boot media, otherwise it is assumed to be updating live system and /boot is mounted. | |||||
* | setup-proxy: indent heredoc | Jakub Jirutka | 2016-11-03 | 1 | -6/+6 | |
| | ||||||
* | makefile: fix URL of project's webpage | Jakub Jirutka | 2016-11-03 | 1 | -1/+1 | |
| | ||||||
* | setup-dns: fix error when resolv.conf doesn't exist and no -d given | Jakub Jirutka | 2016-11-03 | 1 | -1/+1 | |
| | ||||||
* | indent heredocs and replace echos with heredoc where appropriate | Jakub Jirutka | 2016-11-02 | 18 | -410/+420 | |
| | ||||||
* | replace deprecated `...` syntax with $(...) in shell scripts | Jakub Jirutka | 2016-11-02 | 10 | -22/+22 | |
| | ||||||
* | fix mixed tabs & spaces and surplus empty lines at EOF | Jakub Jirutka | 2016-11-02 | 24 | -236/+216 | |
| | ||||||
* | add .editorconfig | Jakub Jirutka | 2016-11-02 | 1 | -0/+10 | |
| | ||||||
* | update-kernel: don't use local in non-function scope | Timo Teräs | 2016-08-09 | 1 | -3/+1 | |
| | ||||||
* | update-kernel: fix bad typo | Carlo Landmeter | 2016-08-05 | 1 | -1/+1 | |
| | ||||||
* | update-kernel: new options --hostkeys and --repositories-file | Timo Teräs | 2016-07-14 | 1 | -4/+15 | |
| | | | | | to simplify creation of bootable images from external repositries and with developer signing keys. | |||||
* | update-kernel: improve dtb handling | Timo Teräs | 2016-07-14 | 1 | -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äs | 2016-07-09 | 1 | -1/+1 | |
| | | | | fixes #5883 | |||||
* | update-kernel: fix rpi missing overlays | ScrumpyJack | 2016-07-05 | 1 | -1/+1 | |
| | | | | | Fixes the Linux raspberry pi dtoverlays not being copied into the update-kernel destination directory. | |||||
* | ==== release 3.4.1 ====v3.4.1 | Natanael Copa | 2016-06-16 | 1 | -1/+1 | |
| | ||||||
* | setup-interfaces: fix wifi setup | Natanael Copa | 2016-06-14 | 1 | -1/+2 | |
| | ||||||
* | setup-disk: only restart syslog if its already running | Natanael Copa | 2016-06-13 | 1 | -1/+1 | |
| | | | | ref #5719 | |||||
* | setup-alpine: fix openrc warning | Natanael Copa | 2016-06-13 | 1 | -3/+3 | |
| | ||||||
* | setup-disk: don't install syslinux for data-only | Natanael Copa | 2016-05-20 | 1 | -4/+6 | |
| | ||||||
* | uniso: change license to MIT | Natanael Copa | 2016-05-20 | 1 | -8/+24 | |
| | ||||||
* | uniso: use ssize_t for skipped bytes | Natanael Copa | 2016-05-20 | 1 | -2/+2 | |
| | | | | in case we need skip more than 2G. | |||||
* | uniso: fix compiler warnings | Natanael Copa | 2016-05-20 | 1 | -2/+3 | |
| | | | | | fix warnings about unsigned/signed chars and return from non-void function. | |||||
* | uniso: fix build on OSX | Natanael Copa | 2016-05-20 | 1 | -2/+17 | |
| | ||||||
* | ==== release 3.4.0 ====v3.4.0 | Natanael Copa | 2016-05-17 | 1 | -1/+1 | |
| | ||||||
* | setup-interfaces: add limited support for configuring wireless interfaces | Leonardo Arena | 2016-04-05 | 1 | -0/+72 | |
| | ||||||
* | setup-disk: add env var to override mkfs opts | Natanael Copa | 2016-04-05 | 1 | -3/+3 | |
| | | | | give the opportunity to set extra opts fo mkfs | |||||
* | setup-alpine: fix backwards compat for cron | Natanael Copa | 2016-04-05 | 1 | -2/+5 | |
| | | | | | the crond service was previously named 'cron'. support both for backwards compat. | |||||
* | setup-disk: only load filesystem module if needed | Natanael Copa | 2016-04-05 | 1 | -1/+3 | |
| | | | | The filesystem may be compiled into the kernel | |||||
* | setup-alpine: cron service was renamed to crond | Sören Tempel | 2016-03-19 | 1 | -1/+1 | |
| | ||||||
* | release 3.3.2v3.3.2 | Ted Trask | 2016-02-09 | 1 | -1/+1 | |
| | ||||||
* | setup-apkrepos: fix typo | Ted Trask | 2016-02-09 | 1 | -1/+1 | |
| | ||||||
* | release 3.3.1v3.3.1 | Ted Trask | 2016-02-03 | 1 | -1/+1 | |
| | ||||||
* | setup-apkrepos: add community repo to repositories file | Ted Trask | 2016-02-03 | 1 | -0/+2 | |
| | ||||||
* | setup-disk: don't install sfdisk on target systemv3.3.0 | Natanael Copa | 2015-12-17 | 1 | -1/+3 | |
| | ||||||
* | lbu: add MIT license | Natanael Copa | 2015-12-15 | 1 | -1/+1 | |
| | ||||||
* | release 3.3.0_rc1v3.3.0_rc1 | Natanael Copa | 2015-12-15 | 1 | -1/+1 | |
| | ||||||
* | setup-disk: don't suggest ramdisks | Natanael Copa | 2015-12-15 | 1 | -1/+2 | |
| | | | | filter out ramX block devices (major=1) | |||||
* | setup-apkrepos: use wget spider mode to find fastest mirror | Natanael Copa | 2015-12-15 | 1 | -3/+5 | |
| | | | | we also try warm up the dns cache before we measure the time | |||||
* | git ignore update-kernel | Natanael Copa | 2015-12-15 | 1 | -0/+1 | |
| | ||||||
* | setup-disk: don't start modloop service | Natanael Copa | 2015-12-15 | 1 | -0/+3 | |
| | | | | We should not start modloop when system root is on disk. | |||||
* | setup-disk: only install lvm2 if it will be used | Natanael Copa | 2015-12-14 | 1 | -2/+3 | |
| | ||||||
* | setup-disk: clean up install of filesystem progs | Natanael Copa | 2015-12-14 | 1 | -4/+7 | |
| | | | | Do not install e2fsprogs unless it will be used | |||||
* | setup-disk: fix bashism | Natanael Copa | 2015-12-14 | 1 | -2/+2 | |
| |