Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-22 | setup-disk: remove support for floppy | Natanael Copa | |
2017-11-22 | setup-disk: use uuid for swap in fstab | Natanael Copa | |
also fix potential issue where we may have multiple swap devices | |||
2017-11-22 | setup-disk: use uuid in fstab for data disk | Natanael Copa | |
2017-10-19 | setup-disk: add dosfstools for efi system partition | Timo Teräs | |
2017-10-19 | setup-bootable: use uniso for local .iso files too | Timo Teräs | |
- uniso now properly checks freespace early - it runs fdatasync, is interruptible, and few seconds faster - no loop back mounting required | |||
2017-10-19 | uniso: fallocate, fdatasync and account for free space | Timo Teräs | |
* This helps uniso to take majority of the io wait time for writing files to disk. And allows aborting setup-bootable when using uniso. * Makes uniso abort earlier if disk is too low. | |||
2017-10-19 | setup-disk: add EFI and GPT support | Carlo Landmeter | |
New features: * auto detect EFI boot and install EFI ESP (force with env USE_EFI=1) * allow specifying bootloader by env BOOTLOADER (grub or syslinux) * allow specifying disk label by env DISKLABEL (dos or gpt) TODO: * Make sure MBR is only overwritten on native installs. * Do some more checks to prevent non standard/supported setup like GPT on BIOS installs. TESTS run on ESXi 6.5: Simple native install * syslinux OK * GRUB OK Extended native install * LVM OK * RAID OK * RAID+LVM OK EFI install * Default OK * LVM OK see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592834 * RAID NOT SUPPORTED Data install DOS * Default OK * LVM OK Data install GPT * Default OK * LVM OK but: /lib/rc/sh/openrc-run.sh: line 273: can't create /sys/fs/cgroup/openrc/syslog/tasks: nonexistent directory | |||
2017-10-18 | setup-bootable: do cleanup via exit trap | Timo Teräs | |
2017-10-18 | setup-bootable: quiet down warnings and extra statistics | Timo Teräs | |
2017-10-18 | setup-bootable: mount iso image read-only | Timo Teräs | |
they are read-only by design. this avoids a mount time warning. | |||
2017-10-18 | setup-bootable: copy efi boot loaders | Timo Teräs | |
2017-10-15 | setup-disk: sync mkinitfs features from mkinitfs.conf and include nvme | Carlo Landmeter | |
2017-07-25 | setup-disk: set passno in fstab so filesystems are fsck'ed | Natanael Copa | |
ref #7524 | |||
2017-06-16 | ==== release 3.6.0 ==== | Natanael Copa | |
2017-06-16 | setup-disk: clean up setup_grub/syslinux | Natanael Copa | |
- 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 | |||
2017-06-08 | setup-disk: add support for ppc64le | Roberto Oliveira | |
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. | |||
2017-06-08 | setup-xorg-base: add driver for QXL | Natanael Copa | |
2017-06-08 | setup-alpine: add -e to allow empty root password | Natanael Copa | |
2017-05-23 | ==== release 3.6.0_rc2 ==== | Natanael Copa | |
2017-05-23 | setup-alpine: start network in foreground | Natanael Copa | |
udhcpc will print info to stderr and it confuses the password prompt | |||
2017-05-23 | setup-interfaces: allow spaces in ssid and psk | Carlo Landmeter | |
fixes #7260 | |||
2017-05-19 | setup-disk: add xfs support as boot_fs | Jakub Skrzypnik | |
2017-05-19 | setup-keymap: allow specify the variant together with layout | Natanael Copa | |
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. | |||
2017-05-19 | ==== release 3.6.0_rc1 ==== | Natanael Copa | |
2017-05-19 | setup-alpine: make quick mode quicker | Natanael Copa | |
- use "alpine" as hostname - use first repo in the mirror list (normally cdn) - don't ask about proxy | |||
2017-05-19 | setup-apkrepos: add option to add first mirror on the list | Natanael Copa | |
first in the list is normally a cdn | |||
2017-05-19 | setup-xorg-base: use libinput and modesetting | Natanael Copa | |
also try figure out a good video driver from lspci outout | |||
2017-05-19 | setup-xorg-base: call setup-udev | Natanael Copa | |
2017-05-19 | setup-disk: add rootfstype as boot param | Natanael Copa | |
needed for zfs | |||
2017-05-12 | setup-keymap: be agnostic with regards to keymap compression type | Shiz | |
2017-04-14 | setup-disk: disable 64bit ext4 on /boot | Natanael Copa | |
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 | |||
2017-04-14 | setup-alpine: make udhcpc quiet | Natanael Copa | |
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 | |||
2017-01-24 | setup-apkrepos: use wget --spider | Natanael Copa | |
the wget -s option was removed in busybox 1.26 https://git.busybox.net/busybox/commit/?id=2972e2c4acb9c46a8cc05c857acac2b3d439bf69 ref #6683 | |||
2016-12-23 | setup-disk: exit with proper code on failure | Kaarle Ritvanen | |
fixes #2876 | |||
2016-12-21 | setup-disk: dont use local in global scope | Natanael Copa | |
2016-12-21 | update-conf: fix quoting in subshell | Natanael Copa | |
2016-12-21 | ==== release 3.5.0 ==== | Natanael Copa | |
2016-12-11 | ==== release 3.5.0_rc2 ==== | Natanael Copa | |
2016-12-11 | Removed obsolete code | Philippe Guilbault | |
2016-12-11 | setup-disk fails because of 'lbu package | tar' & encryption config | Philippe Guilbault | |
2016-12-11 | BACKUP_LIMIT not working for encrypted backups | Philippe Guilbault | |
2016-12-07 | update-kernel: use busybox's losetup always | Timo Teräs | |
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. | |||
2016-12-05 | update-kernel: re-exec under fakeroot unless we are superuser | Natanael Copa | |
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. | |||
2016-12-05 | update-kernel: don't install deps if script runs in fakeroot | Natanael Copa | |
2016-12-02 | update-kernel: make mksquashfs exit on error | Natanael Copa | |
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. | |||
2016-11-10 | ==== release 3.5.0_rc1 ==== | Natanael Copa | |
2016-11-10 | setup-apkrepos: dont reset http_proxy | Natanael Copa | |
it is likely needed if it is set. ref #6219 | |||
2016-11-10 | update-kernel: add help for -k/--apk-pubkey | Natanael Copa | |
2016-11-09 | update-kernel: add support for -k/--apk-pubkey | Natanael Copa | |
This is a way to inject the users pubkey to initramfs | |||
2016-11-09 | update-kernel: add --media option | Timo Teräs | |
To create boot media, otherwise it is assumed to be updating live system and /boot is mounted. |