From 57cfc117f0cd7d1162a23788d2d3d7746ec91c1d Mon Sep 17 00:00:00 2001 From: Christian Rößler Date: Thu, 24 Mar 2016 15:24:49 +0100 Subject: [setup_virtual_floppy] geraffel.ini -> openslx.ini, hostres.txt -> HOSTRES.TXT --- .../data/opt/openslx/scripts/includes/setup_virtual_floppy.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'remote/modules/run-virt') diff --git a/remote/modules/run-virt/data/opt/openslx/scripts/includes/setup_virtual_floppy.inc b/remote/modules/run-virt/data/opt/openslx/scripts/includes/setup_virtual_floppy.inc index 09430718..d36d0d6d 100644 --- a/remote/modules/run-virt/data/opt/openslx/scripts/includes/setup_virtual_floppy.inc +++ b/remote/modules/run-virt/data/opt/openslx/scripts/includes/setup_virtual_floppy.inc @@ -26,7 +26,7 @@ fi RESOLUTION=$(xrandr | grep -o -E 'connected\s*(primary)?\s*[0-9]+x[0-9]+\+0\+0' \ | grep -o -E -m1 '[0-9]+x[0-9]+') -cat > "${TMPDIR}/geraffel.ini" <<-HIER +cat > "${TMPDIR}/openslx.ini" <<-HIER [openslx] resolution=${RESOLUTION} createMissingRemap=${SHARE_CREATE_MISSING_REMAP} @@ -41,8 +41,8 @@ media=${SHARE_MEDIA} other=${SHARE_OTHER} HIER -# Legacy: hostres.txt -cat > "${TMPDIR}/hostres.txt" <<-HIER +# Legacy: HOSTRES.TXT +cat > "${TMPDIR}/HOSTRES.TXT" <<-HIER ${RESOLUTION} This file is deprecated! Use geraffel.ini HIER -- cgit v1.2.3-55-g7522