I tried another approach that might be easier, but I bumped.
Here’s what I tried.
-
Install arch-bootstrap with pacman
-
Mount USB and navigate to location
-
Run script from TeArch Linux / Applications and Tools / archstrap · GitLab
Original script:
# create archlinux rootfs (no need any parameters) archstrap airootfs # create hyperbola-linux rootfs (community section not available for hyperbola-linux) archstrap hyperbola -i community -r 'https://mirror.fsf.org/hyperbola/gnu-plus-linux-libre/testing/$repo/os/$arch' # create manjaro rootfs (need only repo changes) archstrap manjaro -r ''https://mirrors.fossho.st/manjaro/stable/$repo/$arch' # Note: the last line is missing a single quote I think.
Modified script:
arch-bootstrap airootfs arch-bootstrap hyperbola -i community -r 'https://mirror.fsf.org/hyperbola/gnu-plus-linux-libre/testing/$repo/os/$arch' arch-bootstrap manjaro -r ''https://mirrors.fossho.st/manjaro/stable/$repo/$arch''
-
Error: cannot find package: acl
acl is installed though in pamac…
Bump.
Also, I want to install KDE Plasma on persistent USB, but I don’t see how that script can let me define KDE.
Edit:
I got the USB installed with VirtualBox, had to install virtualbox-ext-oracle
with pacman. Configuring VirtualBox to use the extension I did with the help of this tutorial https://www.tecmint.com/enable-usb-in-virtualbox
Installing Manjaro on the USB (inside VirtualBox), I did with the help of this video https://www.youtube.com/watch?v=5-xsVl-e29I