Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-22 | ==== release 3.15.0 ===== | Natanael Copa | |
2022-11-21 | ==== release 3.15.0_rc4 ==== | Natanael Copa | |
2022-11-21 | make: increase test timeout to 5 seconds | Natanael 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-11 | make: increase test timeout | Natanael 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-23 | make: rename 'test' target to add 'check' | Natanael Copa | |
2022-05-21 | release 3.14.0_rc8 | Natanael Copa | |
2022-05-21 | release 3.14.0_rc7 | Natanael Copa | |
2022-05-20 | release 3.14.0_rc6 | Natanael Copa | |
2022-05-19 | setup-user: new setup script | Natanael Copa | |
2022-05-19 | release 3.14.0_rc5 | Natanael Copa | |
2022-05-19 | setup-desktop: new setup script | Natanael Copa | |
this replaces setup-xfce-desktop The script should set up a minimal, but usable desktop environment with some sane defaults. | |||
2022-05-19 | release 3.14.0_rc4 | Natanael Copa | |
2022-05-16 | release 3.14.0_rc3 | Natanael Copa | |
2022-05-13 | release 3.14.0_rc2 | Natanael Copa | |
2022-05-12 | Generate the Kyuafiles from makefile | Natanael Copa | |
2022-05-11 | tests: add testing with kyua | Natanael Copa | |
Use kyua to do testing. | |||
2022-05-06 | ==== release 3.14.0_rc1 ==== | Natanael Copa | |
2022-05-04 | make: add target for iso image | Natanael Copa | |
Make an iso image that can be mounted in a virtual machine for testing. | |||
2022-04-27 | Bump version for 3.14 development | Natanael Copa | |
2022-04-08 | setup-alpine: add setup-devd script | Laurent Bercot | |
2022-03-16 | ==== release 3.13.1 ==== | Natanael Copa | |
2022-03-16 | Makefile: uninstall bin/ and etc/lbu/ files too | Nick 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-15 | split modloop copy to a separate script | Alex 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-06 | Remove the obsolete setup-*-desktop scripts | Natanael 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-12 | setup-disk: install on disk on s390x | Tuan 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. |