As the title says, does pmbootstrap install the latest image of whatever ui I choose? I want to make sure before I start reporting issues that I'm using the latest build but I don't see that info anywhere I've looked. Thanks
02-15-2020, 10:51 PM
(This post was last modified: 02-21-2020, 10:15 PM by mypine.)
Edit: See below responses, my info below is incorrect. Pmbootstrap DOES install the latest version or image.
Answering my own question - pmbootstrap does not load the latest version. I downloaded the latest and flashed it via dd (instructions for using dd are below) and it's obvious that the version that pmbootstrap uses is very old because many many things just don't work. However with the latest version, it is much more usable.
To flash the latest version with dd, it seems to be necessary to set blocksize to 1024 bytes. Also, you have to expand the root partition because it only allocates a gb or so. I used gparted to expand the root partition successfully. The dd command is below.
(dd bs=1024 if=imagefile of=/dev/mmbclk0 in my case)
Actually no, it _does_ install the "latest image" (whatever that means). It just pulls the packages from the repositories while installing so it uses whatever is in there. The images put online also pull from that same repository.