summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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)
2015-12-15setup-apkrepos: use wget spider mode to find fastest mirrorNatanael Copa
we also try warm up the dns cache before we measure the time
2015-12-15git ignore update-kernelNatanael Copa
2015-12-15setup-disk: don't start modloop serviceNatanael Copa
We should not start modloop when system root is on disk.
2015-12-14setup-disk: only install lvm2 if it will be usedNatanael Copa
2015-12-14setup-disk: clean up install of filesystem progsNatanael Copa
Do not install e2fsprogs unless it will be used
2015-12-14setup-disk: fix bashismNatanael Copa
2015-12-14setup-disk: fix filesystem creation and help textValery Kartel
2015-12-14Change /etc/lbu/lbu.conf permissions to 644Valery Kartel
2015-10-28update-kernel: fix fw copyingTimo Teräs
we run with -e so make sure the [] statement does not return false
2015-10-27update-kernel: include only needed firmwares in modloopTimo Teräs
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
2015-10-19update-kernel: install overlay dtbs tooTimo Teräs
2015-09-22setup-disk: fix detection of volume groupNatanael Copa
when we have a device like /dev/mapper/vg0-lv_root, then will the LV name not match with lvs' first column.
2015-08-10setup-timezone: fix use of -z optionNatanael Copa
ref #4518
2015-07-15setup-disk: fix btrfs rootNatanael Copa
fix typo in btrfs-progs. add kernel module eary so /dev/btrfs-control is created. ref #4445
2015-07-15setup-disk: add raid to initfs if root is on lvmNatanael Copa
ref #4421