On a genuine serious note, does anyone know about the Limine bootloader that is mentioned in the article? I took a look and intend to read up and learn more. Looks like this some sort of evolution of the stivale and sivale2 boot protocols, which I never heard of before either I am happy to ditch Grub where I can, but wondering why I might want to use the Limine bootloader over say systemd-boot? I do often dual-boot with Windows if that matters here. Anyway, got me learning something new, was not aware.
Announcement
Collapse
No announcement yet.
Arch Linux Installer Archinstall 2.6 Preparing New Features
Collapse
X
-
Only reason for me to use Arch is not to have a system that's overly dependent on flatpaks. I don't even know how to arch-chroot into a system set up by the archinstall script I know I can look it up. The automated process does seem to remove some of the kiss philosophy. Also miss the latin1 keymap option form the installer, and the possibility of setting multiple locales. And the selected locale should be uncommented rather than just added to a new line at the bottom of the file.
- Likes 1
Comment
-
Originally posted by bachchain View Post
It's not their fault that you don't understand what the aur is.
I don't remember being part of the team that designed and implicated aur, nor was I consulted, the developers simply said here's something we created for you to use.
Last edited by sophisticles; 18 July 2023, 11:16 PM.
Comment
-
Originally posted by abracat View PostOnly reason for me to use Arch is not to have a system that's overly dependent on flatpaks. I don't even know how to arch-chroot into a system set up by the archinstall script I know I can look it up. The automated process does seem to remove some of the kiss philosophy. Also miss the latin1 keymap option form the installer, and the possibility of setting multiple locales. And the selected locale should be uncommented rather than just added to a new line at the bottom of the file.
I will take it one step further, if i released a Linux distro there would be no package manager or repo, everything would be flatpaks or appimages.
Comment
-
Originally posted by sophisticles View Post
This is the typical Linux cop-out, create a feature then when people use it and have problems with it blame the user.
I don't remember being part of the team that designed and implicated aur, nor was I consulted, the debelopers simply said here's something we created for you to use.
https://wiki.archlinux.org/title/Arc...ser_centralityโ
Whereas many GNU/Linux distributions attempt to be more user-friendly, Arch Linux has always been, and shall always remain user-centric. The distribution is intended to fill the needs of those contributing to it, rather than trying to appeal to as many users as possible. It is targeted at the proficient GNU/Linux user, or anyone with a do-it-yourself attitude who is willing to read the documentation, and solve their own problems.โ
- Likes 4
Comment
-
Originally posted by sophisticles View Post
This is the typical Linux cop-out, create a feature then when people use it and have problems with it blame the user.
I don't remember being part of the team that designed and implicated aur, nor was I consulted, the debelopers simply said here's something we created for you to use.
I agree though that it is really bad that distros like manjaro ship an disguised AUR-helper by default - that's not the fault of Arch or the AUR though...
Originally posted by sophisticles View Post
Flatpaks are the best thing to happen to Linux, it allows a developer to provide a consistent experience across distros; same with appimages.
โ
- Likes 2
Comment
-
Originally posted by abracat View PostI don't even know how to arch-chroot into a system set up by the archinstall script.
But it's quite simple,Code:arch-chroot /mnt/archinstall bash
Originally posted by abracat View PostThe automated process does seem to remove some of the kiss philosophy.
Originally posted by abracat View PostAlso miss the latin1 keymap option form the installer, and the possibility of setting multiple locales. And the selected locale should be uncommented rather than just added to a new line at the bottom of the file.Code:localectl list-keysmaps
Multiple locales would not be too hard to add and uncomment would not be hard to do instead either.
- Likes 2
Comment
-
latin1 is not listed byCode:localectl list-keysmaps
Multiple locales would not be too hard to add and uncomment would not be hard to do instead either.
At the end of the script, it asks if you want to arch-chroot into the system.
But it's quite simple,โ
It is necessary to look at (the fstab) and arch-chroot wiki
Section 4.2Running on Btrfs
On a Btrfs root file system with subvolumes, you have to make sure that all subvolumes are properly mounted as specified in fstab before entering chroot.
An example with the Btrfs default setup from archinstall:
# mount -o subvol=@ /dev/sdXY /mnt
# mount -o subvol=@home /dev/sdXY /mnt/home
# mount -o subvol=@pkg /dev/sdXY /mnt/var/cache/pacman/pkg
# mount -o subvol=@log /dev/sdXY /mnt/var/log
# mount -o subvol=@snapshots /dev/sdXY /mnt/.snapshots
# mount /dev/sdXZ /mnt/boot
# arch-chroot /mntโ
It is however more steps than...
Code:arch-chroot /mnt exit umount -R /mnt
Comment
-
Originally posted by sophisticles View Post
I will take it one step further, if i released a Linux distro there would be no package manager or repo, everything would be flatpaks or appimages.
Comment
Comment