You are not logged in.
Pages: 1
I want to install a persistent Arch to a USB and then to install it to my computer so I found :
https://www.sebastian-lechner.info/crea … usb-stick/
and it wants me to use pacman. No problem. I will compile it! So I found:
https://archlinux.org/pacman/
and thought that the readme in in the package would tell me how to build it. So I wget it and then cd into it and gedit README and discovered there are no instructions. So I inspected the pacman directory more closely to see if a makefile was in there but to my dismay it is not. So how in the world does one build it.
Last edited by bmike1 (2021-09-08 16:30:31)
Offline
Not sure if it is enough for you, but for every Arch package, there is a PKGBUILD; pacman is not an exception:
https://archlinux.org/packages/core/x86_64/pacman/
https://github.com/archlinux/svntogit-p … cman/trunk
https://github.com/archlinux/svntogit-p … k/PKGBUILD
Last edited by kokoko3k (2021-09-08 16:38:51)
Help me to improve ssh-rdp !
Retroarch User? Try my koko-aio shader !
Offline
Offline
It might be easier to just to make a live usb, then once booted into the live environment, you can (re)format the USB and install as-per normal.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
It might be easier to just to make a live usb, then once booted into the live environment, you can (re)format the USB and install as-per normal.
But that isn't the point. I want to select which packages get installed
Offline
well that was easy.... apt knows about pacman....
Offline
Clearly you've never installed arch before. You *do* select which packages get installed. And you use pacman to do so.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Pages: 1