diff options
author | Tuan M. Hoang <tmhoang@flatglobe.org> | 2018-05-31 10:49:45 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-12 13:44:08 +0000 |
commit | 50c34a98b9f9b3979a3d1a7be89fa9ec78534eb5 (patch) | |
tree | 01f5f251a66dd3ac72d993cbb494534d75297bb4 /Makefile | |
parent | 647718ddf6d355e5c2b53cd3d5317df540996314 (diff) | |
download | alpine-conf-50c34a98b9f9b3979a3d1a7be89fa9ec78534eb5.zip |
setup-disk: install on disk on s390x
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.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ sysconfdir ?= /etc/lbu PREFIX ?= -LIB_FILES := libalpine.sh +LIB_FILES := libalpine.sh dasd-functions.sh SBIN_FILES := lbu\ setup-acf\ setup-alpine\ |