Would anyone like to take up the task of building a combined i386/x86_64 install DVD image ? It *should* be possible, just waiting on someone to try
Theoretically, anaconda can detect what CPU is installed. That's why they throw up the error when you try to install 64bit on a non-capable system.
However, anaconda's build scripts are all based around architectures, it's just a matter of getting package dirs for both i386 and x86_64 on a DVD and picking the right tree to install from.
I might take a stab at it.
Matt
Karanbir Singh wrote:
Would anyone like to take up the task of building a combined i386/x86_64 install DVD image ? It *should* be possible, just waiting on someone to try
-- Karanbir Singh : http://www.karan.org/ : 2522219@icq _______________________________________________ CentOS-devel mailing list CentOS-devel@centos.org http://lists.centos.org/mailman/listinfo/centos-devel
Matt,
love the enthu! however, hang on for a second there. We dont need to rebuild the entire distro. syslinux is quite happy with having 2 sets of kernels to boot :)
And a fair few pkgs on the i386/ and x86_64/ tree can be hardlinked inside the iso to save space... I'd first start down that route.
Matt Rose wrote:
Theoretically, anaconda can detect what CPU is installed. That's why they throw up the error when you try to install 64bit on a non-capable system.
However, anaconda's build scripts are all based around architectures, it's just a matter of getting package dirs for both i386 and x86_64 on a DVD and picking the right tree to install from.
I might take a stab at it.
Matt
Karanbir Singh wrote:
Would anyone like to take up the task of building a combined i386/x86_64 install DVD image ? It *should* be possible, just waiting on someone to try
-- Karanbir Singh : http://www.karan.org/ : 2522219@icq
On Wed, 2009-05-06 at 22:36 +0100, Karanbir Singh wrote:
Matt,
love the enthu! however, hang on for a second there. We dont need to rebuild the entire distro. syslinux is quite happy with having 2 sets of kernels to boot :)
Hell, I'd love to see anaconda figure it out just to see it happen. But I'm nuts and you should in no way take that as meaning that it should be done.