summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-21==== release 3.5.0 ====Natanael Copa
2016-12-11==== release 3.5.0_rc2 ====Natanael Copa
2016-12-11Removed obsolete codePhilippe Guilbault
2016-12-11setup-disk fails because of 'lbu package | tar' & encryption configPhilippe Guilbault
2016-12-11BACKUP_LIMIT not working for encrypted backupsPhilippe Guilbault
2016-12-07update-kernel: use busybox's losetup alwaysTimo 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-05update-kernel: re-exec under fakeroot unless we are superuserNatanael 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-05update-kernel: don't install deps if script runs in fakerootNatanael Copa
2016-12-02update-kernel: make mksquashfs exit on errorNatanael 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-10setup-apkrepos: dont reset http_proxyNatanael Copa
it is likely needed if it is set. ref #6219
2016-11-10update-kernel: add help for -k/--apk-pubkeyNatanael Copa
2016-11-09update-kernel: add support for -k/--apk-pubkeyNatanael Copa
This is a way to inject the users pubkey to initramfs
2016-11-09update-kernel: add --media optionTimo Teräs
To create boot media, otherwise it is assumed to be updating live system and /boot is mounted.
2016-11-03setup-proxy: indent heredocJakub Jirutka
2016-11-03makefile: fix URL of project's webpageJakub Jirutka
2016-11-03setup-dns: fix error when resolv.conf doesn't exist and no -d givenJakub Jirutka
2016-11-02indent heredocs and replace echos with heredoc where appropriateJakub Jirutka
2016-11-02replace deprecated `...` syntax with $(...) in shell scriptsJakub Jirutka
2016-11-02fix mixed tabs & spaces and surplus empty lines at EOFJakub Jirutka
2016-11-02add .editorconfigJakub Jirutka
2016-08-09update-kernel: don't use local in non-function scopeTimo Teräs
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.
2016-06-16==== release 3.4.1 ====Natanael Copa
2016-06-14setup-interfaces: fix wifi setupNatanael Copa
2016-06-13setup-disk: only restart syslog if its already runningNatanael Copa
ref #5719
2016-06-13setup-alpine: fix openrc warningNatanael Copa
2016-05-20setup-disk: don't install syslinux for data-onlyNatanael Copa
2016-05-20uniso: change license to MITNatanael Copa
2016-05-20uniso: use ssize_t for skipped bytesNatanael Copa
in case we need skip more than 2G.
2016-05-20uniso: fix compiler warningsNatanael Copa
fix warnings about unsigned/signed chars and return from non-void function.
2016-05-20uniso: fix build on OSXNatanael Copa
2016-05-17==== release 3.4.0 ====Natanael Copa
2016-04-05setup-interfaces: add limited support for configuring wireless interfacesLeonardo Arena
2016-04-05setup-disk: add env var to override mkfs optsNatanael Copa
give the opportunity to set extra opts fo mkfs
2016-04-05setup-alpine: fix backwards compat for cronNatanael Copa
the crond service was previously named 'cron'. support both for backwards compat.
2016-04-05setup-disk: only load filesystem module if neededNatanael Copa
The filesystem may be compiled into the kernel
2016-03-19setup-alpine: cron service was renamed to crondSören Tempel
2016-02-09release 3.3.2Ted Trask
2016-02-09setup-apkrepos: fix typoTed Trask
2016-02-03release 3.3.1Ted Trask
2016-02-03setup-apkrepos: add community repo to repositories fileTed Trask
2015-12-17setup-disk: don't install sfdisk on target systemNatanael Copa
2015-12-15lbu: add MIT licenseNatanael Copa
2015-12-15release 3.3.0_rc1Natanael Copa
2015-12-15setup-disk: don't suggest ramdisksNatanael Copa
filter out ramX block devices (major=1)