aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTuan M. Hoang <tmhoang@flatglobe.org>2018-05-31 10:49:45 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-06-12 13:44:08 +0000
commit50c34a98b9f9b3979a3d1a7be89fa9ec78534eb5 (patch)
tree01f5f251a66dd3ac72d993cbb494534d75297bb4 /Makefile
parent647718ddf6d355e5c2b53cd3d5317df540996314 (diff)
downloadalpine-conf-50c34a98b9f9b3979a3d1a7be89fa9ec78534eb5.tar.bz2
alpine-conf-50c34a98b9f9b3979a3d1a7be89fa9ec78534eb5.tar.xz
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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5ca9154..b7f93aa 100644
--- a/Makefile
+++ b/Makefile
@@ -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\