summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2015-07-15setup-bootable: warn and fix kernel name changeNatanael Copa
2015-06-16setup-apkrepos: fix speed test of mirrorsNatanael Copa
Some mirrors error on double / in path. ref #4365
2015-05-14==== release 3.2.1 ====Natanael Copa
2015-05-14setup-apkrepos: fix excluding faulty mirrorsNatanael Copa
This is a fix of commit 3f769dc (setup-apkrepos: exclude faulty mirrors from detection) ref #4017
2015-05-06setup-interfaces: replace non-breaking space with normal spaceNatanael Copa
Non-breaking space (0xc2 0xa0) was added by mistake. Replace it with a normal space.
2015-05-06==== release 3.2.0 ====Natanael Copa
2015-05-06setup-interfaces: do not configure lo on LXCNatanael Copa
2015-05-06setup-alpine: cleanup: use longoptsNatanael Copa
2015-05-06setup-disk: give option to use lvmNatanael Copa
Give the option so enable lvm when asking how o use selected disk
2015-05-05setup-disk: fixes for new sfdiskNatanael Copa
2015-04-28setup-hostname: fix validation when non-interacitveNatanael Copa
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.
2015-04-28setup-hostname: fix name clash with openrc HOSTNAMENatanael Copa
openrc will set HOSTNAME to "(none)" which makes setup-hostname script go nuts.
2015-04-10setup-apkrepos: exclude faulty mirrors from detectionNatanael Copa
ref #4017
2015-04-07setup-apkrepos: add -f for just-add-fastest mirrorNatanael Copa
fixes #4017
2015-03-19setup-apkcache: fix infinite loop when non-existing dir specifiedNatanael Copa
to reproduce: setup-apkcache /ponies ref #3976
2015-03-19setup-disk: fix typoNatanael Copa
2015-01-26update-kernel: support for arm architectureKaarle Ritvanen
2015-01-26update-kernel: option for overriding architectureKaarle Ritvanen
2015-01-26update-kernel: update also System.map and configKaarle Ritvanen
2014-12-30update-kernel: adapt to new naming convention in /bootKaarle Ritvanen
2014-12-03setup-disk: pass nomodeset boot optionNatanael Copa
2014-11-21update-kernel: fix typoNatanael Copa
2014-11-11======== release 3.1.0 ========Natanael Copa
2014-11-11update-kernel: add --verbose optionNatanael Copa
2014-11-11update-kernel: run apk add only onceNatanael Copa
Make the progressbar show up only once instead of 4 times
2014-11-07update-kernel: fix fakeroot argument handling as per fix for #3500Kaarle Ritvanen
2014-11-04Add support for btrfs to setup-disk.Juan Francisco Cantero Hurtado
2014-11-03update-kernel: do not require superuser rightsKaarle Ritvanen
2014-11-03update-kernel: always use /tmp for temporary filesKaarle Ritvanen
2014-11-03update-kernel: display version number in help textKaarle Ritvanen
2014-11-02update-kernel: help on usageKaarle Ritvanen
2014-11-02update-kernel: unmount modloop during updateKaarle Ritvanen
Just unlinking the image prevents remounting the target file system in read-only mode as long as the image remains mounted.
2014-10-29update-kernel: direct installation with kernel build systemKaarle Ritvanen
2014-10-27update-kernel: override options for flavor, features, and packagesKaarle Ritvanen
2014-10-27update-kernel: vanilla kernel has no suffix in versionKaarle Ritvanen