aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ==== 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
|
* setup-alpine: cleanup: use longoptsNatanael Copa2015-05-061-4/+4
|
* setup-disk: give option to use lvmNatanael Copa2015-05-061-3/+20
| | | | Give the option so enable lvm when asking how o use selected disk
* setup-disk: fixes for new sfdiskNatanael Copa2015-05-051-12/+12
|
* setup-hostname: fix validation when non-interacitveNatanael Copa2015-04-281-8/+10
| | | | | When we specify the hostname as an arg we run the tool non-interactively and we only set it if the specified hostname is valid.
* setup-hostname: fix name clash with openrc HOSTNAMENatanael Copa2015-04-281-5/+5
| | | | | openrc will set HOSTNAME to "(none)" which makes setup-hostname script go nuts.
* setup-apkrepos: exclude faulty mirrors from detectionNatanael Copa2015-04-101-2/+5
| | | | ref #4017
* setup-apkrepos: add -f for just-add-fastest mirrorNatanael Copa2015-04-071-2/+9
| | | | fixes #4017
* setup-apkcache: fix infinite loop when non-existing dir specifiedNatanael Copa2015-03-191-2/+2
| | | | | | to reproduce: setup-apkcache /ponies ref #3976
* setup-disk: fix typoNatanael Copa2015-03-191-1/+1
|
* update-kernel: support for arm architectureKaarle Ritvanen2015-01-261-3/+19
|
* update-kernel: option for overriding architectureKaarle Ritvanen2015-01-261-11/+22
|
* update-kernel: update also System.map and configKaarle Ritvanen2015-01-261-2/+5
|
* update-kernel: adapt to new naming convention in /bootKaarle Ritvanen2014-12-301-3/+3
|
* setup-disk: pass nomodeset boot optionNatanael Copa2014-12-031-0/+12
|