Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2016-02-03 | setup-apkrepos: add community repo to repositories file | Ted Trask | |
2015-12-17 | setup-disk: don't install sfdisk on target system | Natanael Copa | |
2015-12-15 | lbu: add MIT license | Natanael Copa | |
2015-12-15 | release 3.3.0_rc1 | Natanael Copa | |
2015-12-15 | setup-disk: don't suggest ramdisks | Natanael Copa | |
filter out ramX block devices (major=1) | |||
2015-12-15 | setup-apkrepos: use wget spider mode to find fastest mirror | Natanael Copa | |
we also try warm up the dns cache before we measure the time | |||
2015-12-15 | git ignore update-kernel | Natanael Copa | |
2015-12-15 | setup-disk: don't start modloop service | Natanael Copa | |
We should not start modloop when system root is on disk. | |||
2015-12-14 | setup-disk: only install lvm2 if it will be used | Natanael Copa | |
2015-12-14 | setup-disk: clean up install of filesystem progs | Natanael Copa | |
Do not install e2fsprogs unless it will be used | |||
2015-12-14 | setup-disk: fix bashism | Natanael Copa | |
2015-12-14 | setup-disk: fix filesystem creation and help text | Valery Kartel | |
2015-12-14 | Change /etc/lbu/lbu.conf permissions to 644 | Valery Kartel | |
2015-10-28 | update-kernel: fix fw copying | Timo Teräs | |
we run with -e so make sure the [] statement does not return false | |||
2015-10-27 | update-kernel: include only needed firmwares in modloop | Timo 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-19 | update-kernel: install overlay dtbs too | Timo Teräs | |
2015-09-22 | setup-disk: fix detection of volume group | Natanael 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-10 | setup-timezone: fix use of -z option | Natanael Copa | |
ref #4518 | |||
2015-07-15 | setup-disk: fix btrfs root | Natanael Copa | |
fix typo in btrfs-progs. add kernel module eary so /dev/btrfs-control is created. ref #4445 | |||
2015-07-15 | setup-disk: add raid to initfs if root is on lvm | Natanael Copa | |
ref #4421 | |||
2015-07-15 | setup-bootable: warn and fix kernel name change | Natanael Copa | |