FS#44672 - [linux] Add 64 bit kernel package to 32 bit arch
Attached to Project:
Arch Linux
Opened by Tomas Mudrunka (harvie) - Tuesday, 21 April 2015, 02:09 GMT
Last edited by Allan McRae (Allan) - Tuesday, 21 April 2015, 11:40 GMT
Opened by Tomas Mudrunka (harvie) - Tuesday, 21 April 2015, 02:09 GMT
Last edited by Allan McRae (Allan) - Tuesday, 21 April 2015, 11:40 GMT
|
Details
Hello, i have good reasons to use 32 bit userspace, however
i would profit from using 64 bit kernel on arch.
Can you please make linux and linux-lts packages from arch64 installable on arch32 by adding arch=('x86_64' 'i686') to pkgbuild. and "symlink" these to arch32 repo as (eg.) linux-64 and linux-64-lts? so i can use it on 32b arch too... Thanks |
This task depends upon
There are a number of ways to do this now, although I can think of very few "good" reasons to.
Probably less hassle (and certainly more future-proof) to go multi-lib, i.e. primarily 64-bit.
But that will prevent me from upgrading kernel automatically using pacman -Syu
"good reasons to use 32 bit userspace" =
1.) i need to quickly migrate my system between 64b and 32b machines and virtual machines. Eg. so i can run my system on 32b machine when needed just by selecting 32b kernel in grub.
2.) 64b is not well supported by some vendors, binary software, etc... Also i don't like multilib setup. Just don't want to have libraries twice when i don't need real 64b userspace.
I think that 64b kernel can be easily installed on 32b system under different name. Well maybe you can't simply copy package from arch64. But it can be done somehow. After all in debian it works without any problems as expected. You just install another kernel same way you install eg. linux-lts. There's no conflict with linux package.