Skip to content

Commit a835100

Browse files
committed
Don't build OMV on Stretch
1 parent b5bf11c commit a835100

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ all: \
2323
debian-jessie-openmediavault-$(RELEASE_NAME)-armhf.tar.xz \
2424
debian-stretch-minimal-$(RELEASE_NAME)-arm64.tar.xz \
2525
debian-stretch-minimal-$(RELEASE_NAME)-armhf.tar.xz \
26-
debian-stretch-openmediavault-$(RELEASE_NAME)-arm64.tar.xz \
27-
debian-stretch-openmediavault-$(RELEASE_NAME)-armhf.tar.xz \
2826

2927
%.xz: %
3028
pxz -f -3 $<

configs/debian-stretch-openmediavault/hooks/95-install-omv.chroot

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ set -xe
66

77
debconf-apt-progress -- apt-get update
88

9+
/bin/bash
10+
911
# install postfix and fix newaliases bug (see Ubuntu bug 1531299)
1012
debconf-set-selections <<< "postfix postfix/mailname string openmediavault"
1113
debconf-set-selections <<< "postfix postfix/main_mailer_type string 'No configuration'"

0 commit comments

Comments
 (0)