Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-14 | setup-alpine: make udhcpc quiet | Natanael Copa | |
udhcpc will print to stdout the ip addr it got. This gets in the way for the root password prompt so we redirect udhcpc to /dev/null | |||
2017-01-24 | setup-apkrepos: use wget --spider | Natanael Copa | |
the wget -s option was removed in busybox 1.26 https://git.busybox.net/busybox/commit/?id=2972e2c4acb9c46a8cc05c857acac2b3d439bf69 ref #6683 | |||
2016-12-23 | setup-disk: exit with proper code on failure | Kaarle Ritvanen | |
fixes #2876 | |||
2016-12-21 | setup-disk: dont use local in global scope | Natanael Copa | |
2016-12-21 | update-conf: fix quoting in subshell | Natanael Copa | |
2016-12-21 | ==== release 3.5.0 ==== | Natanael Copa | |
2016-12-11 | ==== release 3.5.0_rc2 ==== | Natanael Copa | |
2016-12-11 | Removed obsolete code | Philippe Guilbault | |
2016-12-11 | setup-disk fails because of 'lbu package | tar' & encryption config | Philippe Guilbault | |
2016-12-11 | BACKUP_LIMIT not working for encrypted backups | Philippe Guilbault | |
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 | ==== release 3.5.0_rc1 ==== | Natanael Copa | |
2016-11-10 | setup-apkrepos: dont reset http_proxy | Natanael Copa | |
it is likely needed if it is set. ref #6219 | |||
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-03 | setup-proxy: indent heredoc | Jakub Jirutka | |
2016-11-03 | makefile: fix URL of project's webpage | Jakub Jirutka | |
2016-11-03 | setup-dns: fix error when resolv.conf doesn't exist and no -d given | Jakub Jirutka | |
2016-11-02 | indent heredocs and replace echos with heredoc where appropriate | Jakub Jirutka | |
2016-11-02 | replace deprecated `...` syntax with $(...) in shell scripts | Jakub Jirutka | |
2016-11-02 | fix mixed tabs & spaces and surplus empty lines at EOF | Jakub Jirutka | |
2016-11-02 | add .editorconfig | 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. | |||
2016-06-16 | ==== release 3.4.1 ==== | Natanael Copa | |
2016-06-14 | setup-interfaces: fix wifi setup | Natanael Copa | |
2016-06-13 | setup-disk: only restart syslog if its already running | Natanael Copa | |
ref #5719 | |||
2016-06-13 | setup-alpine: fix openrc warning | Natanael Copa | |
2016-05-20 | setup-disk: don't install syslinux for data-only | Natanael Copa | |
2016-05-20 | uniso: change license to MIT | Natanael Copa | |
2016-05-20 | uniso: use ssize_t for skipped bytes | Natanael Copa | |
in case we need skip more than 2G. | |||
2016-05-20 | uniso: fix compiler warnings | Natanael Copa | |
fix warnings about unsigned/signed chars and return from non-void function. | |||
2016-05-20 | uniso: fix build on OSX | Natanael Copa | |
2016-05-17 | ==== release 3.4.0 ==== | Natanael Copa | |
2016-04-05 | setup-interfaces: add limited support for configuring wireless interfaces | Leonardo Arena | |
2016-04-05 | setup-disk: add env var to override mkfs opts | Natanael Copa | |
give the opportunity to set extra opts fo mkfs | |||
2016-04-05 | setup-alpine: fix backwards compat for cron | Natanael Copa | |
the crond service was previously named 'cron'. support both for backwards compat. | |||
2016-04-05 | setup-disk: only load filesystem module if needed | Natanael Copa | |
The filesystem may be compiled into the kernel | |||
2016-03-19 | setup-alpine: cron service was renamed to crond | Sören Tempel | |
2016-02-09 | release 3.3.2 | Ted Trask | |
2016-02-09 | setup-apkrepos: fix typo | Ted Trask | |
2016-02-03 | release 3.3.1 | Ted Trask | |