aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* setup-bootable: quiet down warnings and extra statisticsTimo Teräs2017-10-181-2/+2
|
* setup-bootable: mount iso image read-onlyTimo Teräs2017-10-181-1/+1
| | | | they are read-only by design. this avoids a mount time warning.
* setup-bootable: copy efi boot loadersTimo Teräs2017-10-181-7/+6
|
* setup-disk: sync mkinitfs features from mkinitfs.conf and include nvmeCarlo Landmeter2017-10-151-1/+1
|
* setup-disk: set passno in fstab so filesystems are fsck'edNatanael Copa2017-07-251-0/+5
| | | | ref #7524
* ==== release 3.6.0 ====v3.6.0Natanael Copa2017-06-161-1/+1
|
* setup-disk: clean up setup_grub/syslinuxNatanael Copa2017-06-161-14/+14
| | | | | | - move extlinux_raidopt to setup_syslinux and pass bootdev instead - pass kernel_opts to grub config too - make sure to quote the args to setup_grub/syslinux
* setup-disk: add support for ppc64leRoberto Oliveira2017-06-081-25/+110
| | | | | | | | | This patch allows to install Alpine in the disk on ppc64le. It installs grub and also configure the 'PowerPC PReP boot' partition correctly. For now the installation is enabled by selecting 'sys' option (same option used for syslinux) in the setup options.
* setup-xorg-base: add driver for QXLNatanael Copa2017-06-081-0/+1
|
* setup-alpine: add -e to allow empty root passwordNatanael Copa2017-06-081-2/+8
|
* ==== release 3.6.0_rc2 ====v3.6.0_rc2Natanael Copa2017-05-231-1/+1
|
* setup-alpine: start network in foregroundNatanael Copa2017-05-231-2/+2
| | | | udhcpc will print info to stderr and it confuses the password prompt
* setup-interfaces: allow spaces in ssid and pskCarlo Landmeter2017-05-231-2/+2
| | | | fixes #7260
* setup-disk: add xfs support as boot_fsJakub Skrzypnik2017-05-191-2/+2
|
* setup-keymap: allow specify the variant together with layoutNatanael Copa2017-05-191-1/+7
| | | | | | | | Some users may know exactly which variant they want, and instead of asking them two questions, we accept if users types in the variant at the first question. if the variant does not exist, then user is prompted.
* ==== release 3.6.0_rc1 ====v3.6.0_rc1Natanael Copa2017-05-191-1/+1
|
* setup-alpine: make quick mode quickerNatanael Copa2017-05-191-2/+5
| | | | | | - use "alpine" as hostname - use first repo in the mirror list (normally cdn) - don't ask about proxy
* setup-apkrepos: add option to add first mirror on the listNatanael Copa2017-05-191-7/+16
| | | | first in the list is normally a cdn
* setup-xorg-base: use libinput and modesettingNatanael Copa2017-05-191-8/+12
| | | | also try figure out a good video driver from lspci outout
* setup-xorg-base: call setup-udevNatanael Copa2017-05-191-9/+1
|
* setup-disk: add rootfstype as boot paramNatanael Copa2017-05-191-0/+1
| | | | needed for zfs
* setup-keymap: be agnostic with regards to keymap compression typeShiz2017-05-121-28/+30
|
* setup-disk: disable 64bit ext4 on /bootNatanael Copa2017-04-141-1/+4
| | | | | | | pv-grub does not support 64bit in ext4. We will likely never need a 16T boot partition so let us just disable 64bit for /boot. ref #6962
* setup-alpine: make udhcpc quietNatanael Copa2017-04-141-1/+1
| | | | | udhcpc will print to stdout the ip addr it got. This gets in the way for the root password prompt so we redirect udhcpc to /dev/null
* setup-apkrepos: use wget --spiderNatanael Copa2017-01-241-1/+1
| | | | | | | the wget -s option was removed in busybox 1.26 https://git.busybox.net/busybox/commit/?id=2972e2c4acb9c46a8cc05c857acac2b3d439bf69 ref #6683
* setup-disk: exit with proper code on failureKaarle Ritvanen2016-12-232-1/+3
| | | | fixes #2876
* setup-disk: dont use local in global scopeNatanael Copa2016-12-211-1/+1
|
* update-conf: fix quoting in subshellNatanael Copa2016-12-211-1/+1
|
* ==== release 3.5.0 ====v3.5.0Natanael Copa2016-12-211-1/+1
|
* ==== release 3.5.0_rc2 ====v3.5.0_rc2Natanael Copa2016-12-111-1/+1
|
* Removed obsolete codePhilippe Guilbault2016-12-111-4/+0
|
* setup-disk fails because of 'lbu package | tar' & encryption configPhilippe Guilbault2016-12-111-2/+2
|
* BACKUP_LIMIT not working for encrypted backupsPhilippe Guilbault2016-12-111-1/+1
|
* update-kernel: use busybox's losetup alwaysTimo Teräs2016-12-071-1/+1
| | | | | | | fixes #6517 The output format of util-linux losetup is different, and there's no easy way to get uniform output from these two implementations.
* update-kernel: re-exec under fakeroot unless we are superuserNatanael Copa2016-12-051-19/+6
| | | | | | The fakeroot fake-env feature requires that the filesystem if unmodified between the reloads of the fake-env. We dont comply with this so we re-exec the entire script in fakeroot instead.
* update-kernel: don't install deps if script runs in fakerootNatanael Copa2016-12-051-2/+4
|
* update-kernel: make mksquashfs exit on errorNatanael Copa2016-12-021-1/+1
| | | | | | mksquashfs will ignore errors and continue by default by design. This is definitively not the behavior we want so we tell it to explicitly exit on error.
* ==== release 3.5.0_rc1 ====v3.5.0_rc1Natanael Copa2016-11-101-1/+1
|
* setup-apkrepos: dont reset http_proxyNatanael Copa2016-11-101-1/+0
| | | | | | it is likely needed if it is set. ref #6219
* update-kernel: add help for -k/--apk-pubkeyNatanael Copa2016-11-101-0/+1
|
* update-kernel: add support for -k/--apk-pubkeyNatanael Copa2016-11-091-2/+10
| | | | This is a way to inject the users pubkey to initramfs
* update-kernel: add --media optionTimo Teräs2016-11-091-8/+15
| | | | | To create boot media, otherwise it is assumed to be updating live system and /boot is mounted.
* setup-proxy: indent heredocJakub Jirutka2016-11-031-6/+6
|
* makefile: fix URL of project's webpageJakub Jirutka2016-11-031-1/+1
|
* setup-dns: fix error when resolv.conf doesn't exist and no -d givenJakub Jirutka2016-11-031-1/+1
|
* indent heredocs and replace echos with heredoc where appropriateJakub Jirutka2016-11-0218-410/+420
|
* replace deprecated `...` syntax with $(...) in shell scriptsJakub Jirutka2016-11-0210-22/+22
|
* fix mixed tabs & spaces and surplus empty lines at EOFJakub Jirutka2016-11-0224-236/+216
|
* add .editorconfigJakub Jirutka2016-11-021-0/+10
|
* update-kernel: don't use local in non-function scopeTimo Teräs2016-08-091-3/+1
|