From f2e0f9cabf6f13153b5ed36c77cec0a837521103 Mon Sep 17 00:00:00 2001 From: David Carley Date: Wed, 7 Sep 2022 16:48:35 +0000 Subject: [PATCH] Update file paths --- installer/config/xorg.conf | 3 --- installer/scripts/resize_root_fs.sh | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 installer/config/xorg.conf diff --git a/installer/config/xorg.conf b/installer/config/xorg.conf deleted file mode 100644 index acbd369..0000000 --- a/installer/config/xorg.conf +++ /dev/null @@ -1,3 +0,0 @@ -Section "ServerFlags" - Option "DontVTSwitch" "on" -EndSection diff --git a/installer/scripts/resize_root_fs.sh b/installer/scripts/resize_root_fs.sh index 16a4619..7d60b58 100755 --- a/installer/scripts/resize_root_fs.sh +++ b/installer/scripts/resize_root_fs.sh @@ -68,7 +68,7 @@ if should_resize_root_partition; then # Remove itself from the registered systemd services # Delete itself from the filesystem # Therefore, never run again - cp scripts/resize2fs_once /etc/init.d/resize2fs_once + cp ./installer/scripts/resize2fs_once /etc/init.d/resize2fs_once chmod +x /etc/init.d/resize2fs_once systemctl enable resize2fs_once