this post was submitted on 02 Jul 2023
3 points (100.0% liked)

Arch Linux

7175 readers
30 users here now

The beloved lightweight distro

founded 4 years ago
MODERATORS
 

Hey everyone. So I need to make a custom iso because I don't have access to the router from my apartment and my wifi antenna uses the rtl8192eu driver, which is not included by default. Hence, I decided a custom iso was the way to go. I don't want however to bloat it up, and since I'm making it on my laptop which is running Endeavour OS I can't trust the packages.x86_64 file in the releng directory to be the default plain arch install package list (following the archiso instructions on the wiki).

So what I am actually asking for: Before building my iso, what are the packages that the actual maintainers of Arch Linux would put in the packages.x86_64 file, which we would have access to from the live environment, that I should also include (plus the 5 packages I want to make sure I have, which is the custom part of this iso)?

How I understand it reading the install guide as well as a couple forum posts, the only truly necessary packages for an arch installation are base, linux, and linux-firmware. Correct me if I'm wrong please. After installing archiso on my endeavour os laptop I had around 130 packages in my packages.x86_64 file. Many seemed unnecessary.

Thanks in advance!

Edit: Some screenshots which will hopefully help

you are viewing a single comment's thread
view the rest of the comments
[โ€“] ge_generation 1 points 1 year ago (1 children)

I think you should be able to load the drivers within the live usb environment with lsmod without the need for dkms? You can install dkms at time of install and setup so that it adds the driver when you update the system after install, but at time of install you should be able to just load the drivers after copying to the usb as @voluntaryexilecat suggested

[โ€“] [email protected] 1 points 1 year ago

Thanks! I think I got the iso working, but if not Ill give that a go