You are not logged in.
Why does the Arch installation page say that "You can omit the installation of the kernel or the firmware package if you know what you are doing"?
How could Arch Linux be installed without installing the [linux] package?
pacstrap /mnt base linux linux-firmware
https://wiki.archlinux.org/index.php/In … l_packages
Last edited by light9876 (2020-01-09 16:32:47)
Offline
linux != linux-firmware
linux-firware contains stuff that needs to be uploaded to various hardware bits -- video cards, wifi, Ethernet, etc... If your hardware does not require any of this firmware, you need not install it. You still need the kernel and drivers which are installed by the linux package
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
How could Arch Linux be installed without installing the [linux] package?
core/linux isn't the only kernel Arch offers. See https://wiki.archlinux.org/index.php/Kernel
EDIT: Wait, this is explained (with the exact same link) in the section you linked to. Did you not read that?
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
linux != linux-firmware
linux-firware contains stuff that needs to be uploaded to various hardware bits -- video cards, wifi, Ethernet, etc... If your hardware does not require any of this firmware, you need not install it. You still need the kernel and drivers which are installed by the linux package
You can omit the installation of the kernel or the firmware package if you know what you are doing.
I for instance don't need the kernel package in my clean chroot build environment.
Inofficial first vice president of the Rust Evangelism Strike Force
Offline
I for instance don't need the kernel package in my clean chroot build environment.
Fair enough. A use case I had not even considered.
Last edited by ewaller (2020-01-09 16:13:36)
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Thank you all.
You still need the kernel and drivers which are installed by the linux package
If I need it, why does the guide say "You can omit the installation of the kernel"? Should not it say instead: You can substitute the default kernel for another custom kernel?
Last edited by light9876 (2020-01-09 16:17:35)
Offline
I for instance don't need the kernel package in my clean chroot build environment.
How is it possible to install linux without the kernel? (please excuse me, maybe it is something I don't understand..)
Last edited by light9876 (2020-01-09 16:21:28)
Offline
In terms of chroots, you're using the host kernel, so the guest doesn't need a kernel of it's own.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
He has a kernel, but sets up a chroot that will use the kernel of his already existing system but is otherwise cut off in regards to dependencies for building packages in a clean system.
Offline
Well, If you're nitpicking, it's not GNU/Linux then, but just GNU.
It's, however, sufficient for a chroot environment to build certain packages within.
Inofficial first vice president of the Rust Evangelism Strike Force
Offline
Thank you all!
Offline