Originally posted by AdamOne
View Post
Announcement
Collapse
No announcement yet.
Arch Linux's Install Media Adds "Archinstall" For Quick/Easy Installations
Collapse
X
-
- Likes 1
-
Originally posted by AdamOne View PostI use a distro that shall remain nameless, because it is, believe it or not, maintained by a corporation!!!
And I can tell you: if that company had tried the: "educate the user, must install manually" principle then it would be complete bullshit.
Ive used Gentoo, arch, what have you, I understand the install process of a diy-distro and, any way you look at; setting up a distro, even with many steps "automated", it takes _time_. Time and, depending on distro; a lot of effort.
Is a quick installer helpful? Absolutely. Should there be a "hurdle" to "educate" users? Optional.
Should there be a "process" that basically separates decent users from elitists with a blue triangle?
Fuck no.
Edit: Some have written that the manual install of Arch takes five minutes.
It didnt take five minutes before you got to that point, right?
Youve probably had more practice than the average user.
Dont worry, I know about partitioning the hard drives, and running a systemd command that does everything in a jiffy, but understanding each action in a manual process is not the same as crawling through the manual Arch install, because its not as educational.
I hate to plug Gentoo, its not my favorite, but the install guide for it is waaay more educational than the guide for arch, obviously many more steps involved, but at least you begin to _understand_ them.
But the gist essentially is that, it wasn't as educational as it could have been?
If you have a moment to spare I'd love to hear if you have any suggestions on how to make it more educational.
As with any project, you become some what blind to your own creation's shortcomings after a while and fresh ideas are always welcome.
Anyway, if that's to much to ask I completely understand and I'll just have to settle for us having different views on the topic for now
//Main developer
Leave a comment:
-
I use a distro that shall remain nameless, because it is, believe it or not, maintained by a corporation!!!
And I can tell you: if that company had tried the: "educate the user, must install manually" principle then it would be complete bullshit.
Ive used Gentoo, arch, what have you, I understand the install process of a diy-distro and, any way you look at; setting up a distro, even with many steps "automated", it takes _time_. Time and, depending on distro; a lot of effort.
Is a quick installer helpful? Absolutely. Should there be a "hurdle" to "educate" users? Optional.
Should there be a "process" that basically separates decent users from elitists with a blue triangle?
Fuck no.
Edit: Some have written that the manual install of Arch takes five minutes.
It didnt take five minutes before you got to that point, right?
Youve probably had more practice than the average user.
Dont worry, I know about partitioning the hard drives, and running a systemd command that does everything in a jiffy, but understanding each action in a manual process is not the same as crawling through the manual Arch install, because its not as educational.
I hate to plug Gentoo, its not my favorite, but the install guide for it is waaay more educational than the guide for arch, obviously many more steps involved, but at least you begin to _understand_ them.Last edited by AdamOne; 08 April 2021, 02:37 PM.
Leave a comment:
-
Originally posted by Firnefex View PostThe best thing about this installer is not needing a second PC to look at the wiki.
Have seen a video where this installer only created 2 partitions: EFI and / with btrfs.
So the question is, can I also create a swap, a /home partition with XFS and do the btrfs snapshots really work without subvolumes?
In regards to subvolumes, that's coming soon: https://github.com/archlinux/archinstall/issues/93
ZFS is coming too: https://github.com/archlinux/archinstall/issues/99
But for advanced users, this is probably the best option: https://github.com/archlinux/archinstall/issues/124
- Likes 5
Leave a comment:
-
Originally posted by Torxed View Post
I've thought about adding a wifi-configuration step some where.
Archinstall is branded as a "guided installer", but in it's basic form it's actually a lib/api that ships a guided installer. And I'm thinking to add wifi configuration to the library part - and users would be able to in a very simplified manner configure `iwd` to some extent. Essentially just ask "Which wifi? and what's the password?" and set up the appropriate iwd systemd script for it. But people haven't been outspoken about this specific need so haven't added it yet
But I'm always open to feedback (main developer here)
In short, I don't think it would be all that useful (as indicated by the lack of people asking for it evidently) to just handle the SSID and password bit, and if you wanted to handle the esoteric cases too it'd probably have to be a TUI to be any better than CLI or writing out a config file, which would probably only make people stuck with those networks during the install happy (in my case I was living on-campus during that first install) while possibly pissing off others, while also being a lot of work to boot.
Besides, archinstall was never meant to completely replace the standard installation procedure, right? It's kind of like partitioning really, there's just so many options (and lots of ways to break stuff too in that case) that there's just no way to handle it all in a simple, sane manner. Either way, I still appreciate the work you're doing here, just making Arch easy to try out in a virtual machine is already a success as far as I'm concerned.
- Likes 2
Leave a comment:
-
Originally posted by TemplarGR View Post
I agree with this. That is why sometimes i use a live usb from another distro, for example Ubuntu or gparted, to partition a disk to my liking, before booting the arch installation usb. Having a gui is more comfortable when working with multiple partitions/disks and sadly if you are not careful partitioning tools from the terminal can be fatal to your data.
Originally posted by skeevy420 View Post
While I agree with all of that, I did have a good laugh at as simple as these 11 steps which require a fair amount of general Linux and PC knowledge.
- Likes 1
Leave a comment:
-
Originally posted by TemplarGR View Post
I agree with this. That is why sometimes i use a live usb from another distro, for example Ubuntu or gparted, to partition a disk to my liking, before booting the arch installation usb. Having a gui is more comfortable when working with multiple partitions/disks and sadly if you are not careful partitioning tools from the terminal can be fatal to your data.
Leave a comment:
-
Originally posted by Nocifer View Post
The beauty of Arch IMHO is that it's one of those distros that encourages you to do those little things that could also be done in every other Linux distro, but that are usually not done because GUI tools have taken over and made us scared of manually changing conf files, reducing our systems into opaquely black boxes that mystify the user instead of empowering them to tinker with them.
As an example, Arch does not forcefully present changes to conf files as a diff in the middle of an update. Instead it simply keeps the existing file (so everything keeps running in exactly the same way as before the update, even if you reboot) and saves the new file with a .pacnew extension (e.g. sshd.conf.pacnew) and then leaves it up to the user to go look for these new files and do whatever they want with them. No preprocessors. But here's the trick: it's actually really easy to write a so-called pacman hook, that will be called after each update and notify you about any new .pacnew files that have been created - and that's that. Or of course you could write yourself a cron task (or systemd-timer service) that does the same thing every X amount of time.
Can we do that in other Linux distros? Of course we can. But do we usually do it? No, because we're used to convoluted, fully automated packaging tools like apt that we really don't want to mess around with because we're afraid (and rightly so) that we'll probably break them.
Regarding simplicity, speaking for myself, I fell in love with Arch way back when because it showed me a simple truth: a complete Linux setup is as simple as partition disks, format disks, mount disks, install base packages, configure basic stuff like fstab/timezone/locales, configure network, optionally install GUI, enable services/init scripts, reboot, done*. Depending on your internet connection speed, you can literally have a brand new Arch system up and running in less than 10 minutes. And afterwards, it's a quick trip to the Arch Wiki (which let's not forget, it's the #1 go-to place for learning how to do stuff on any Linux system) to find out how to configure non-basic stuff like e.g. disk decryption on boot.
(*Terribly sorry if I'm forgetting a step or two, it's been ages since I last installed Arch).
- Likes 1
Leave a comment:
-
Originally posted by skeevy420 View PostOn-topic, I'm surprised at the negativity here. I thought more people would be happy about both an official method to script an Arch install around and a way to introduce it to the masses. IMHO, the most difficult part of any OS install is disk management so being able to simplify that process to make the overall OS accessible to everyone is a good thing. That doesn't apply to us or most posters here, but we're too smart for our own goods and we forget that.
- Likes 6
Leave a comment:
-
Originally posted by Mez' View PostAre there big fundamental differences between Arch and Manjaro or EndeavourOS once the system has been installed?
On a day-to-day basis, regarding pacman and pacman-mirrors, pamac, yay, the AUR, etc...
Let's say I decide to switch from Manjaro and I'm already familiar with these. Would I really see a big difference in maintaining the distro once it's set up?
And before that, could you give me some benefits that would be killer enough for me to switch (and keep using the same tools as they work very well for me)? In other words, what makes Arch worth using beside its tailored installer?
Been awhile since I've used anything on the EndeavourOS side, but back when I used Antergos their updates would lag behind Arch by a day or so which occasionally led to package version issues. The same thing can happen on Arch when enough user repos are added. It's just the nature of rolling and diverging from upstream. While I'm not sure how much of an issue that is with Endeavour, it is something to keep in mind if you're the kind of person that updates often and you've strayed from only Arch (and the AUR) in your mirrorlist.
On-topic, I'm surprised at the negativity here. I thought more people would be happy about both an official method to script an Arch install around and a way to introduce it to the masses. IMHO, the most difficult part of any OS install is disk management so being able to simplify that process to make the overall OS accessible to everyone is a good thing. That doesn't apply to us or most posters here, but we're too smart for our own goods and we forget that.
- Likes 3
Leave a comment:
Leave a comment: