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