aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ==== release 3.5.0 ====v3.5.0Natanael Copa2016-12-211-1/+1
|
* ==== release 3.5.0_rc2 ====v3.5.0_rc2Natanael Copa2016-12-111-1/+1
|
* Removed obsolete codePhilippe Guilbault2016-12-111-4/+0
|
* setup-disk fails because of 'lbu package | tar' & encryption configPhilippe Guilbault2016-12-111-2/+2
|
* BACKUP_LIMIT not working for encrypted backupsPhilippe Guilbault2016-12-111-1/+1
|
* 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.
* ==== release 3.5.0_rc1 ====v3.5.0_rc1Natanael Copa2016-11-101-1/+1
|
* setup-apkrepos: dont reset http_proxyNatanael Copa2016-11-101-1/+0
| | | | | | it is likely needed if it is set. ref #6219
* 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.
* setup-proxy: indent heredocJakub Jirutka2016-11-031-6/+6
|
* makefile: fix URL of project's webpageJakub Jirutka2016-11-031-1/+1
|
* setup-dns: fix error when resolv.conf doesn't exist and no -d givenJakub Jirutka2016-11-031-1/+1
|
* indent heredocs and replace echos with heredoc where appropriateJakub Jirutka2016-11-0218-410/+420
|
* replace deprecated `...` syntax with $(...) in shell scriptsJakub Jirutka2016-11-0210-22/+22
|
* fix mixed tabs & spaces and surplus empty lines at EOFJakub Jirutka2016-11-0224-236/+216
|
* add .editorconfigJakub Jirutka2016-11-021-0/+10
|
* 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.
* ==== release 3.4.1 ====v3.4.1Natanael Copa2016-06-161-1/+1
|
* setup-interfaces: fix wifi setupNatanael Copa2016-06-141-1/+2
|
* setup-disk: only restart syslog if its already runningNatanael Copa2016-06-131-1/+1
| | | | ref #5719
* setup-alpine: fix openrc warningNatanael Copa2016-06-131-3/+3
|
* setup-disk: don't install syslinux for data-onlyNatanael Copa2016-05-201-4/+6
|
* uniso: change license to MITNatanael Copa2016-05-201-8/+24
|
* uniso: use ssize_t for skipped bytesNatanael Copa2016-05-201-2/+2
| | | | in case we need skip more than 2G.
* uniso: fix compiler warningsNatanael Copa2016-05-201-2/+3
| | | | | fix warnings about unsigned/signed chars and return from non-void function.
* uniso: fix build on OSXNatanael Copa2016-05-201-2/+17
|
* ==== release 3.4.0 ====v3.4.0Natanael Copa2016-05-171-1/+1
|
* setup-interfaces: add limited support for configuring wireless interfacesLeonardo Arena2016-04-051-0/+72
|
* setup-disk: add env var to override mkfs optsNatanael Copa2016-04-051-3/+3
| | | | give the opportunity to set extra opts fo mkfs
* setup-alpine: fix backwards compat for cronNatanael Copa2016-04-051-2/+5
| | | | | the crond service was previously named 'cron'. support both for backwards compat.
* setup-disk: only load filesystem module if neededNatanael Copa2016-04-051-1/+3
| | | | The filesystem may be compiled into the kernel
* setup-alpine: cron service was renamed to crondSören Tempel2016-03-191-1/+1
|
* release 3.3.2v3.3.2Ted Trask2016-02-091-1/+1
|
* setup-apkrepos: fix typoTed Trask2016-02-091-1/+1
|
* release 3.3.1v3.3.1Ted Trask2016-02-031-1/+1
|
* setup-apkrepos: add community repo to repositories fileTed Trask2016-02-031-0/+2
|
* setup-disk: don't install sfdisk on target systemv3.3.0Natanael Copa2015-12-171-1/+3
|
* lbu: add MIT licenseNatanael Copa2015-12-151-1/+1
|
* release 3.3.0_rc1v3.3.0_rc1Natanael Copa2015-12-151-1/+1
|
* setup-disk: don't suggest ramdisksNatanael Copa2015-12-151-1/+2
| | | | filter out ramX block devices (major=1)