aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* setup-apkrepos: use wget spider mode to find fastest mirrorNatanael Copa2015-12-151-3/+5
| | | | we also try warm up the dns cache before we measure the time
* git ignore update-kernelNatanael Copa2015-12-151-0/+1
|
* setup-disk: don't start modloop serviceNatanael Copa2015-12-151-0/+3
| | | | We should not start modloop when system root is on disk.
* setup-disk: only install lvm2 if it will be usedNatanael Copa2015-12-141-2/+3
|
* setup-disk: clean up install of filesystem progsNatanael Copa2015-12-141-4/+7
| | | | Do not install e2fsprogs unless it will be used
* setup-disk: fix bashismNatanael Copa2015-12-141-2/+2
|
* setup-disk: fix filesystem creation and help textValery Kartel2015-12-141-12/+21
|
* Change /etc/lbu/lbu.conf permissions to 644Valery Kartel2015-12-141-1/+1
|
* update-kernel: fix fw copyingTimo Teräs2015-10-281-1/+3
| | | | we run with -e so make sure the [] statement does not return false
* update-kernel: include only needed firmwares in modloopTimo Teräs2015-10-271-2/+5
| | | | | | | | | | | | 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
* update-kernel: install overlay dtbs tooTimo Teräs2015-10-191-1/+2
|
* setup-disk: fix detection of volume groupNatanael Copa2015-09-221-1/+1
| | | | | when we have a device like /dev/mapper/vg0-lv_root, then will the LV name not match with lvs' first column.
* setup-timezone: fix use of -z optionNatanael Copa2015-08-101-5/+5
| | | | ref #4518
* setup-disk: fix btrfs rootNatanael Copa2015-07-151-1/+3
| | | | | | | fix typo in btrfs-progs. add kernel module eary so /dev/btrfs-control is created. ref #4445
* setup-disk: add raid to initfs if root is on lvmNatanael Copa2015-07-151-6/+8
| | | | ref #4421
* setup-bootable: warn and fix kernel name changeNatanael Copa2015-07-151-9/+94
|
* setup-apkrepos: fix speed test of mirrorsNatanael Copa2015-06-161-1/+1
| | | | | | Some mirrors error on double / in path. ref #4365
* ==== release 3.2.1 ====v3.2.1Natanael Copa2015-05-141-1/+1
|
* setup-apkrepos: fix excluding faulty mirrorsNatanael Copa2015-05-141-5/+5
| | | | | | | This is a fix of commit 3f769dc (setup-apkrepos: exclude faulty mirrors from detection) ref #4017
* setup-interfaces: replace non-breaking space with normal spaceNatanael Copa2015-05-061-1/+1
| | | | | Non-breaking space (0xc2 0xa0) was added by mistake. Replace it with a normal space.
* ==== release 3.2.0 ====v3.2.0Natanael Copa2015-05-061-1/+1
|
* setup-interfaces: do not configure lo on LXCNatanael Copa2015-05-061-2/+4
|