From 5b9dc5ef9f45fb53f05ce3ad52c77de7e6d4268d Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 2 Mar 2020 15:38:48 +0100 Subject: disable modesetting for helene and dione --- inventory/host_vars/ele-dione.yml | 1 + inventory/host_vars/ele-helene.yml | 1 + 2 files changed, 2 insertions(+) (limited to 'inventory') diff --git a/inventory/host_vars/ele-dione.yml b/inventory/host_vars/ele-dione.yml index e6676a23..cebf5764 100644 --- a/inventory/host_vars/ele-dione.yml +++ b/inventory/host_vars/ele-dione.yml @@ -5,6 +5,7 @@ install: primary: /dev/disk/by-id/nvme-SAMSUNG_MZVPW256HEGL-00000_S346NY0HC29501 kernel_cmdline: - "consoleblank=0" + - "nomodeset" network: nameservers: "{{ network_zones.lan.dns }}" diff --git a/inventory/host_vars/ele-helene.yml b/inventory/host_vars/ele-helene.yml index 75868f2d..4a372119 100644 --- a/inventory/host_vars/ele-helene.yml +++ b/inventory/host_vars/ele-helene.yml @@ -5,6 +5,7 @@ install: primary: /dev/disk/by-id/nvme-SAMSUNG_MZVPW256HEGL-00000_S346NB0J803346 kernel_cmdline: - "consoleblank=0" + - "nomodeset" network: nameservers: "{{ network_zones.lan.dns }}" -- cgit v1.2.3