fix preseed scripts
This commit is contained in:
parent
9636a49f42
commit
26da7ecf92
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue