From 26da7ecf92dbe7b95c8967fbcac3723d7e9ecec0 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sat, 15 Apr 2023 16:54:16 +0000 Subject: [PATCH] fix preseed scripts --- PepDev32/pepinstaller/preseed/preseed.cfg | 2 +- PepDev64/pepinstaller/preseed/preseed.cfg | 2 +- PepDev_arm64/pepinstaller/preseed/preseed.cfg | 2 +- pepinstaller/preseed/preseed.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PepDev32/pepinstaller/preseed/preseed.cfg b/PepDev32/pepinstaller/preseed/preseed.cfg index f65728e..51bd834 100644 --- a/PepDev32/pepinstaller/preseed/preseed.cfg +++ b/PepDev32/pepinstaller/preseed/preseed.cfg @@ -29,6 +29,6 @@ popularity-contest popularity-contest/participate boolean false # still a usable /target directory. You can chroot to /target and use it # directly, or use the apt-install and in-target commands to easily install # packages and run commands in the target system. -d-i preseed/late_command string sh /preseed/copy-files-to-chroot.sh +d-i preseed/late_command string sh /preseed/scripts/copy-files-to-chroot.sh diff --git a/PepDev64/pepinstaller/preseed/preseed.cfg b/PepDev64/pepinstaller/preseed/preseed.cfg index f65728e..51bd834 100644 --- a/PepDev64/pepinstaller/preseed/preseed.cfg +++ b/PepDev64/pepinstaller/preseed/preseed.cfg @@ -29,6 +29,6 @@ popularity-contest popularity-contest/participate boolean false # still a usable /target directory. You can chroot to /target and use it # directly, or use the apt-install and in-target commands to easily install # packages and run commands in the target system. -d-i preseed/late_command string sh /preseed/copy-files-to-chroot.sh +d-i preseed/late_command string sh /preseed/scripts/copy-files-to-chroot.sh diff --git a/PepDev_arm64/pepinstaller/preseed/preseed.cfg b/PepDev_arm64/pepinstaller/preseed/preseed.cfg index f65728e..51bd834 100644 --- a/PepDev_arm64/pepinstaller/preseed/preseed.cfg +++ b/PepDev_arm64/pepinstaller/preseed/preseed.cfg @@ -29,6 +29,6 @@ popularity-contest popularity-contest/participate boolean false # still a usable /target directory. You can chroot to /target and use it # directly, or use the apt-install and in-target commands to easily install # packages and run commands in the target system. -d-i preseed/late_command string sh /preseed/copy-files-to-chroot.sh +d-i preseed/late_command string sh /preseed/scripts/copy-files-to-chroot.sh diff --git a/pepinstaller/preseed/preseed.cfg b/pepinstaller/preseed/preseed.cfg index f65728e..51bd834 100644 --- a/pepinstaller/preseed/preseed.cfg +++ b/pepinstaller/preseed/preseed.cfg @@ -29,6 +29,6 @@ popularity-contest popularity-contest/participate boolean false # still a usable /target directory. You can chroot to /target and use it # directly, or use the apt-install and in-target commands to easily install # packages and run commands in the target system. -d-i preseed/late_command string sh /preseed/copy-files-to-chroot.sh +d-i preseed/late_command string sh /preseed/scripts/copy-files-to-chroot.sh