LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   preseed/late_command issue (https://www.linuxquestions.org/questions/debian-26/preseed-late_command-issue-4175541217/)

horizn 04-30-2015 07:20 AM

preseed/late_command issue
 
Hi
I am trying to switch 64bit wheezy to multiarch during installation process and after that install 32bit package, but with no success. I know that there can be only one late_command in preseed file. Do you have idea how to run something like:?

Code:

d-i preseed/late_command string dpkg --add-architecture i386 && apt-install package:i386
'package.deb' is available only on local debian mirror.

m_yates 05-14-2015 12:39 PM

There is a multiarch iso here:

http://cdimage.debian.org/debian-cd/...i-arch/iso-cd/

If you create a preseed file with your custom command:

https://www.debian.org/releases/stab...#preseed-hooks

You can modify the initrd of the iso to include your preseed file as described here:

https://wiki.debian.org/DebianInstaller/Preseed/EditIso

Disclaimer: I have never attempted anything remotely similar to what you are doing. I run a multiarch system that has a locally installed i386 .deb file installed on it. However, I did that all AFTER installing a base amd64 system.


All times are GMT -5. The time now is 04:19 AM.