You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is supported to add multiple architectures to ISO image with simple-cdd. Currently only amd64 supported. Reprepro is able to create mirrors for multiple architectures too.
Adding i386 can be useful for installations on old hardware or new embedded one that has only
32-bit CPU instructions.
Enhance isolinux/grub to detect CPU instructions and select appropriate kernel/initrd.
Note that debian-installer starting from wheezy uses separate directories (install.386 and
install.amd) for i386 and amd64 kernel and initrd imgages.
The text was updated successfully, but these errors were encountered:
It is supported to add multiple architectures to ISO image with simple-cdd. Currently only amd64 supported. Reprepro is able to create mirrors for multiple architectures too.
Adding i386 can be useful for installations on old hardware or new embedded one that has only
32-bit CPU instructions.
For this feature to work:
Note that debian-installer starting from wheezy uses separate directories (install.386 and
install.amd) for i386 and amd64 kernel and initrd imgages.
The text was updated successfully, but these errors were encountered: