Can I make it fit, or do I have to just let it go?
Can I make it fit, or do I have to just let it go?
I think you could mount the iso and manually delete the packages you dont want. Mounting an iso is as easy as
# mount -o loop /path/to/iso /path/to/mountpointYou can also chroot into it while it is mounted: https://wiki.archlinux.org/title/Chroot
Disclaimer, I am not sure if deleting files inside the iso makes it weight less.
I was about to edit in a disclaimer about not asking me that because I’ve never used it with Arch. It’s possible. I’m sure it works for those who use it. But I’ve never done it specifically with Arch and you’d need to use Ethernet.
enter the void.
bhphotovideo.com/…/lexar_ljds75_32gabnl_blk_jumpd…
That’s my gold standard. I’ve used just about everything under the sun. They’ve all failed, except this one. I have a few of these now. They’ve survived all kinds of punishment. Hell even being left in my pocket and going through several wash/dry cycles.
I have an upcoming contender if it keeps going, and it’s a Kingston. 128gig I use mostly for work. All metal housing, no moving parts and attached to my keychain. It’s not been wash/dried yet. But it goes with me every day. And it’s used nearly daily too.
This might be a bad place (i.e. post, the community is correct), but looking at the void has got me interested so I wanted to ask: What are the main advantages of using runit compared to systemd? Like I don’t want to know all the differences (of which there are apparently many since people complain about systemd being too “bloated”/spread out over different systems?)
Also in all the “typical” discussion on systemd vs runit plenty of people talked about serious problems with runit and sometimes said something or other about process security? Is that substantiated in any way (as in “yeah technically during the boot process runit could be vulnerable to X if executing an unsafe script while systemd can’t do that because it does Y instead” or is it more like “yeah no, people just claim X when it’s not really possible or systemd also has the same problem, they just don’t talk about it”?)
(Hopefully this doesn’t turn into yet another thread about people bashing each other over this choice since that usually leads to no information being really trustworthy unless one wades through tons of long posts external to the thread…)
Well shit, and it even has a pre built magisk module
Aaaand installed lmao
found it on the ground
Checks out
Since arch is a rolling release distro, can’t you just download an older iso, install ot and the update the system?
Check this page: archlinux.org/releng/releases/
I love netboot.xyz. I use it all the time when setting up VPS systems. A lot of KVM-based VPSes have iPXE as a boot option so you can chainload directly into netboot without having to use an ISO.
I prefer installing the OS myself over using any images provided by the provider, so that I know exactly how it was set up.
Netboot.xyz has tools to build your own custom version of it too, with your own options. Useful if you want to host it on an internal server. It’s essentially just a set of iPXE scripts.