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