summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2022-11-22==== release 3.15.0 =====Natanael Copa
2022-11-21==== release 3.15.0_rc4 ====Natanael Copa
2022-11-21make: increase test timeout to 5 secondsNatanael Copa
2022-11-18==== release 3.15.0_rc3 ====Natanael Copa
2022-11-17==== release 3.15.0_rc2 ====Natanael Copa
2022-11-11==== release 3.15.0_rc1 ====Natanael Copa
2022-11-11make: increase test timeoutNatanael Copa
soem disk operations takes more time apparently
2022-08-09==== release 3.14.6 ====Natanael Copa
2022-07-15==== release 3.14.5 ====Natanael Copa
2022-07-13==== release 3.14.4 ====Natanael Copa
2022-07-07==== release 3.14.3 ====Natanael Copa
2022-05-27==== release 3.14.2 ====Natanael Copa
2022-05-23==== release 3.14.1 ====Natanael Copa
2022-05-23==== release 3.14.0 ====Natanael Copa
2022-05-23make: rename 'test' target to add 'check'Natanael Copa
2022-05-21release 3.14.0_rc8Natanael Copa
2022-05-21release 3.14.0_rc7Natanael Copa
2022-05-20release 3.14.0_rc6Natanael Copa
2022-05-19setup-user: new setup scriptNatanael Copa
2022-05-19release 3.14.0_rc5Natanael Copa
2022-05-19setup-desktop: new setup scriptNatanael Copa
this replaces setup-xfce-desktop The script should set up a minimal, but usable desktop environment with some sane defaults.
2022-05-19release 3.14.0_rc4Natanael Copa
2022-05-16release 3.14.0_rc3Natanael Copa
2022-05-13release 3.14.0_rc2Natanael Copa
2022-05-12Generate the Kyuafiles from makefileNatanael Copa
2022-05-11tests: add testing with kyuaNatanael Copa
Use kyua to do testing.
2022-05-06==== release 3.14.0_rc1 ====Natanael Copa
2022-05-04make: add target for iso imageNatanael Copa
Make an iso image that can be mounted in a virtual machine for testing.
2022-04-27Bump version for 3.14 developmentNatanael Copa
2022-04-08setup-alpine: add setup-devd scriptLaurent Bercot
2022-03-16==== release 3.13.1 ====Natanael Copa
2022-03-16Makefile: uninstall bin/ and etc/lbu/ files tooNick Hanley
2021-11-24==== release 3.13.0 ====Natanael Copa
2021-11-22==== release 3.13.0_rc3 ====Natanael Copa
2021-11-16==== 3.13.0_rc2 ====Natanael Copa
2021-11-16==== 3.13.0_rc1 ====Natanael Copa
2021-06-15==== 3.12.0 ====Natanael Copa
2021-02-15split modloop copy to a separate scriptAlex Xu (Hello71)
fixes #10468
2021-01-08==== release 3.11.0 ====Natanael Copa
2021-01-07==== release 3.10.1 ====Natanael Copa
2021-01-06==== release 3.10.0 ====Natanael Copa
2021-01-06Remove the obsolete setup-*-desktop scriptsNatanael Copa
2020-05-28==== release 3.9.0 ====Natanael Copa
2019-06-14==== release 3.8.3 ====Natanael Copa
2019-06-14==== release 3.8.2 ====Natanael Copa
2019-01-23==== release 3.8.1 ====Natanael Copa
2018-06-22==== release 3.8.0 ====Natanael Copa
2018-06-13==== release 3.8.0_rc2 ====Natanael Copa
2018-06-12==== release 3.8.0_rc1 ====Natanael Copa
2018-06-12setup-disk: install on disk on s390xTuan M. Hoang
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.