How to install artix from arch? 19 June 2022, 12:17:17 Hi. Is it possible to install artix linux from another distro (arch linux in my case)? I cannot find artix's portable basestrapFor example, void has "xbps" in aur Last Edit: 19 June 2022, 12:39:47 by geyiya
Re: How to install artix from arch? Reply #1 – 19 June 2022, 12:50:18 What are you going to install Artix on?On a separate storage device or on the storage device running Arch?
Re: How to install artix from arch? Reply #2 – 19 June 2022, 13:25:15 Quote from: Lancia – on 19 June 2022, 12:50:18What are you going to install Artix on?On a separate storage device or on the storage device running Arch?I would like to install Artix on HDD from the main system on my SSD (Arch Linux) without having to boot into Live
Re: How to install artix from arch? Reply #3 – 19 June 2022, 14:15:18 Quote from: geyiya – on 19 June 2022, 12:17:17Hi. Is it possible to install artix linux from another distro (arch linux in my case)? I cannot find artix's portable basestrapFor example, void has "xbps" in aurSimple answer, yes, possible.All you need is pacman.Would also work on eg gentoo, who have pacman in their portage tree.On how to installl using proper pacman flags, please consult pacman wiki.
Re: How to install artix from arch? Reply #4 – 19 June 2022, 15:24:58 Quote from: artoo – on 19 June 2022, 14:15:18Simple answer, yes, possible.All you need is pacman.Would also work on eg gentoo, who have pacman in their portage tree.On how to installl using proper pacman flags, please consult pacman wiki.So all I have to do is add the Artix Linux repositories and install the system via pacman in /mnt?
Re: How to install artix from arch? Reply #5 – 19 June 2022, 15:49:44 One way I did it was to mount the Artix live ISO on /mnt, and did arch-chroot into it and did the installation from the chrooted Artix.
Re: How to install artix from arch? Reply #6 – 19 June 2022, 17:30:52 Quote from: Lancia – on 19 June 2022, 15:49:44One way I did it was to mount the Artix live ISO on /mnt, and did arch-chroot into it and did the installation from the chrooted Artix.Thanks, I chrooted to rootfs by unpacking it from iso 1 Likes