From 0a490d45796fe6964c4e892e55df8859fe9da3a7 Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Sat, 5 Nov 2022 04:54:32 +0000 Subject: [PATCH] Use kiwi knob to set mount options and enable zstd compression --- platforms/workstation.xml | 2 +- root/etc/fstab.script | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100755 root/etc/fstab.script diff --git a/platforms/workstation.xml b/platforms/workstation.xml index 7ac9659..2209192 100644 --- a/platforms/workstation.xml +++ b/platforms/workstation.xml @@ -14,7 +14,7 @@ - + diff --git a/root/etc/fstab.script b/root/etc/fstab.script deleted file mode 100755 index ce72ea7..0000000 --- a/root/etc/fstab.script +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -gawk -i inplace '$2 == "/" { $4 = $4",x-systemd.growfs" } { print $0 }' /etc/fstab