aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ==== release 3.8.0 ====v3.8.0Natanael Copa2018-06-221-1/+1
|
* setup-xorg-base: install eudevNatanael Copa2018-06-211-1/+1
| | | | the setup-udev script is provided by eudev
* update-kernel: fix install of firwareNatanael Copa2018-06-211-2/+3
| | | | | prevent to exit with error due to set -e, if last firmware does not have a *.txt file.
* update-kernel: add additional firmware filesCarlo Landmeter2018-06-191-0/+12
|
* ==== release 3.8.0_rc2 ====v3.8.0_rc2Natanael Copa2018-06-131-1/+1
|
* lbu: use ROOT environment var in package commandWilliam Johansson2018-06-131-1/+1
|
* setup-alpine: make quick mode even quickerNatanael Copa2018-06-131-2/+2
| | | | | | When -q option is specified: - skip set root password - auto configure network (dhcp)
* setup-disk: avoid create unused swap partitionNatanael Copa2018-06-131-10/+23
|
* setup-interfaces: add -a option for auto setupNatanael Copa2018-06-131-1/+25
| | | | this option will configure dhcp on first interface found which is "up"
* setup-disk: simplify grub config generationNatanael Copa2018-06-131-2/+1
| | | | remove variable that is not needed
* alpine-conf: fix boot issue by having grub.cfg use linux-vanillaMike Sullivan2018-06-121-5/+1
|
* ==== release 3.8.0_rc1 ====v3.8.0_rc1Natanael Copa2018-06-121-1/+1
|
* setup-apkrepos: Allow the script to pick a server with 0.00sec download time andKatie Holly2018-06-121-13/+1
| | | | replaced the awk script with tee-sort-head-cut magic
* setup-disk: install on disk on s390xTuan M. Hoang2018-06-123-15/+192
| | | | | | | | | | | | | | | | | | In z/VM environment ECKD DASDs need to be low-level formatted with dasdfmt and fdasd before use. These devices don't have partition ids. FBA DASDs are like normal disks - usable with sfdisk/fdisk - and have partition ids. Software raid and LVM on multiple devices are not supported at the moment. Users could install with LVM on single disk and extend logical volume to second disk. In KVM environment Virtual SCSI disks (virtio) are used which are like normal disks. Bootloader is zipl from s390-tools package. This commit introduces setup-dasd.in for DASD functions.
* update-kernel: handle -vanilla suffix in System.map, config and vmlinuzNatanael Copa2018-06-071-1/+5
| | | | | | | | | Previously the vanilla kernel did not add any suffix to System.map, config and vmlinuz for the vanilla kernel, but it does now. Fix update-kernel to handle both cases. Note also that /lib/modules/$ver still does not have any -vanilla suffix.
* lbu: use correct temporary directory on diffAlexander Chaika2018-04-111-1/+1
|
* setup-apkrepos: fetch mirrors from mirrors.a.oCarlo Landmeter2018-04-111-15/+3
|
* setup-apkrepos: Fix some typosNHellFire2018-04-111-1/+1
|
* update-kernel: add initramfs compression supportCarlo Landmeter2018-04-111-3/+8
|
* setup-keymap: keymaps OpenRC service has been renamed to loadkmapSören Tempel2018-02-281-5/+5
|
* ==== release 3.7.0 ====v3.7.0Natanael Copa2017-11-301-1/+1
|
* setup-apkrepos: prevent adding empty mirrorNatanael Copa2017-11-301-0/+4
| | | | fixes #8108
* ==== release 3.7.0_rc2 ====v3.7.0_rc2Natanael Copa2017-11-291-1/+1
|
* setup-disk: enable EFI boot on raidNatanael Copa2017-11-291-2/+0
| | | | | the metadata for the raid on boot partition will be at the end of device, so it will work to boot. It is also tested and works.
* setup-disk: add nvme or mmc to initramfs if neededNatanael Copa2017-11-291-0/+6
|
* setup-disk: fix initfs_featuresNatanael Copa2017-11-291-4/+1
| | | | | | | We want have fewer features in the initfs and only add those that are needed and detected. This is a revert of 25c4933f121266203bce9024acb2d00421f88e8d
* ==== release 3.7.0_rc1 ====v3.7.0_rc1Natanael Copa2017-11-231-1/+1
|
* setup-disk: only install MBR on native installNatanael Copa2017-11-231-1/+2
| | | | we fix this by unsetting BOOTLOADER for all data only setups.
* setup-disk: remove support for floppyNatanael Copa2017-11-221-1/+0
|
* setup-disk: use uuid for swap in fstabNatanael Copa2017-11-221-5/+9
| | | | also fix potential issue where we may have multiple swap devices
* setup-disk: use uuid in fstab for data diskNatanael Copa2017-11-221-1/+1
|
* setup-disk: add dosfstools for efi system partitionTimo Teräs2017-10-191-0/+1
|
* setup-bootable: use uniso for local .iso files tooTimo Teräs2017-10-191-64/+42
| | | | | | - uniso now properly checks freespace early - it runs fdatasync, is interruptible, and few seconds faster - no loop back mounting required
* uniso: fallocate, fdatasync and account for free spaceTimo Teräs2017-10-191-15/+48
| | | | | | * 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.
* setup-disk: add EFI and GPT supportCarlo Landmeter2017-10-191-109/+218
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* setup-bootable: do cleanup via exit trapTimo Teräs2017-10-181-6/+16
|
* 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
|