this post was submitted on 17 Nov 2024
33 points (97.1% liked)

Arch Linux

7841 readers
5 users here now

The beloved lightweight distro

founded 5 years ago
MODERATORS
top 7 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 1 month ago

Holy god damn! Why does it look so damned slick?! Arch just keeps getting better and better for everybody.

[–] Maragato 3 points 3 weeks ago

Hello Arch community. I just installed Arch using the new version of archinstall 3.0 and everything went fine, no errors. There is no excuse for not using Arch anymore. This archinstall installer has made most Arch-derived distributions no longer have the utility they once had. Congratulations to Arch and archinstall.

[–] [email protected] 1 points 1 month ago

It's been years since I have used it. My question is: can we finally setup some default sensible BTRFS subvolumes in the "manual partitioning" mode? Or does it still only work in the "autogenerate partitions" thingie?

[–] [email protected] 1 points 1 month ago (1 children)

No shit I think I happened to use it like right around the time it released😅

[–] that_leaflet 2 points 1 month ago (1 children)

Current Arch ISO is from November 1, so you likely used the old version (unless you used pacman -Syu before you used in the installer).

[–] [email protected] 1 points 1 month ago (1 children)

Doesn't pacman Syy before installing it give me the latest version of the script when I'm in the live environment ?

[–] that_leaflet 2 points 1 month ago

No, you are never specifying to actually upgrade the package with the 'u' flag. Running pacman -Sy archinstall would upgrade the package, since it would first refresh the package cache then reinstall the latest version.

Also, there's not really a benefit to using 2 'y's but it does add some extra stress to the package mirrors, so I would avoid doing that.