You are not logged in.
Pages: 1
Hello new friends ![]()
I'm not a total newbie as I've done the LFS and the complete BLFS a couple of times and used Linux sporadically for a number of years, so I expect to be able to install Arch without too many issues, but as I'm now about to install Arch I just wonder about the best procedure for doing it as efficiently as possible.
I will most likely just boot the live iso which means I won't have any GUI alongside to speed things up (make guides more readable and using mouse for copy/paste etc).
I tried booting it and noticed there was no built-in mouse support, at least not for me. I'm on a desktop with regular USB mouse.
So, are there any keyboard shortcuts for copy/paste? I tried just doing "pacman -S GPM" as the first command, but I guess that was premature as I only got errors.
How do people normally go around installing Arch? Is it better to somehow use chroot while inside another booted Linux? Perhaps I could ssh in from my laptop and do it that way?
Offline
https://wiki.archlinux.org/index.php/Installation_guide
This is the supported method for installing ArchLinux.
Offline
Is there at least some way I can copy/paste from that guide to speed things up, while in the booted Arch live?
Offline
If you have done LFS, archlinux install should be a piece of cake for you. I am surprised you are in such a hurry and asking about copy/paste. You can do the initial arch install with a just a few dozen commands.
Having said that, why don't you copy & paste all the commands into a shell/bash script and run it ? I do not recommend it, but hey, if you really want to rush things through ...
Offline
Alright, point taken. I just have bad memories from the LFS experience of spending hours manually typing in commands. I think it traumatized me
That's where the "rush" comes from. Seeing that lynx UI gave me PTSD (joking of course, but you get my point).
Last edited by bionor (2020-08-23 11:11:42)
Offline
I'm also interested if it's possible to copy paste from elinks or the available browser when installing arch.
Offline
http://elinks.or.cz/documentation/manual.html
3.2. How does cutting and pasting work?
The reason why normal cut and paste does not work is that ELinks requests all mouse event info even if it is compiled without GPM. Therefore it is necessary to hold down the Shift key when cutting or pasting text. If you do not need to use the mouse for navigation you can disable mouse support by passing --disable-mouse to configure.
Offline
Isn't that the case when we have a cursor/mouse? I meant when we are installing arch. I tried to google "copy pasting from elinks without mouse" bud didn't find anything definite.
Offline
For my part, I think I'll just do the initial installation by typing manually and then get an SSH server up as soon as possible and do the rest from my laptop.
Offline
@E3LDDfrK, marvel in wonders ;-)
(Though idk whether it's available in the iso)
@bionor
Arch is not a copy-and-paste distro.
You're expected and required to actually understand what you're doing and blindly copying and pasting stuff from the install guide will end in a disaster (well, at least some broken stuff)
Offline
@seth
I have clumsy fingers and type slowly. Nobody's talking about blindly copying anything. I take offense to that assumption.
Last edited by bionor (2020-08-24 11:04:43)
Offline
It is possible to install Arch from another distribution's graphical live environment: https://wiki.archlinux.org/index.php/In … stribution
And to install GPM in the Arch live environment use
# pacman -Sy gpmJust don't try that in an installed system: https://wiki.archlinux.org/index.php/Sy … nsupported
Jin, Jîyan, Azadî
Offline
It is possible to install Arch from another distribution's graphical live environment: https://wiki.archlinux.org/index.php/In … stribution
And to install GPM in the Arch live environment use
# pacman -Sy gpmJust don't try that in an installed system: https://wiki.archlinux.org/index.php/Sy … nsupported
That's very helpful, thank you ![]()
Offline
I always tend to do my installs over SSH. The installation media already has openssh installed, you just need to create a root password and start the sshd service.
Offline
I always tend to do my installs over SSH. The installation media already has openssh installed, you just need to create a root password and start the sshd service.
Yeah I found out, thankfully. Such a massive boost of efficiency.
I assume most of you with a lot of experience have been through the same as me, of initially doing things slowly and inefficiently until you learn a better way and then never looking back. Like, going through a full LFS and BLFS build locally on the machine itself, not knowing all the tips and tricks that help speed it up, manually typing every command (LFS is a bit different to Arch in that there you actually are supposed to not change most of the commands much) is something you don't do too many times before deciding to never do it that way again ![]()
Thanks.
Offline
I find it odd that you take offense to someone else's assumption about you (which apparently was incorrect, but not an unreasonable inference) yet you persist in writing in second person assuming everyone else feels the same way you do. I type commands in the terminal all the time, and when I install arch, I type all the commands (all ~420 keystrokes of it).
Last edited by Trilby (2020-08-24 12:43:22)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Pages: 1