Hi
Without using GUI or cachy CLI
Can you install cachy, the same procedure as installing arch-linux after live boot in cachy ISO?
If yes, what is different with install original arch linux?
Hi
Without using GUI or cachy CLI
Can you install cachy, the same procedure as installing arch-linux after live boot in cachy ISO?
If yes, what is different with install original arch linux?
There is a process of installing cachy repos onto a base of other arch-based distros.
You may be able to find it by searching.
Hi
My search not help me, have any link?
i know install ArchLinux, need to know on cachy iso boot
any different when install original arch linux,
I couldn’t find it either, but I know I’ve seen it before.
Edit: I am NOT a video person, but this might help with one way.
But it looks like they are working on it actively, that’s why it’s not advertised on the site.
I know & see new CLI & old CLI
But i need to differ:
All of it (and the GUI) works for the default install.
I use two LUKS disks and some subvols need to be set up during the installation.
Moreover, have some automation and setting for repetitive installation, such as automating with shell script during install.
can you even do those with archinstall?
no write script manually install arch linux
you can do the same with cachy, probably you don’t even need to change it for cachy much
Hi
What exactly needs to change?
Which additional package is required?
Have there been any conflicts or changes I have had to make? ?
I don’t know really, you should give your existing script a try in qemu vm or physical hw. Your best bet is looking at the cli script.
Most of the package names are the same. All I can think of that’s different is the kernel package name.
It seems that the documentation and sample are poor.
I think the easiest way would be install Arch linux the way you normally woudl and then add the cachyOS repositories by following this
then not need adatonal package / config script run ?
It is possible, and a guide for this is planned some time in the future.
And now what to do? , You could have any one sample sh file installation without using the GUI or cli?
yes, you can
exact as is explained in the arch-wiki
pacstrap /mnt base <more packages>
sudo arch-chroot /mnt
Hi
But do we need which cachyOS_XX packages?
Any other setting need and also any other setting need, to use exactly same as default GUI installation ??
If understand up problem more clear & solved
tom@cachyos ~ % pacman -Qs cachy
zsh: correct 'cachy' to '.cachy' [nyae]? n
local/cachy-browser 134.0.1-1 (cachyos)
Community-maintained fork of Firefox, focused on privacy,
security and freedom.
local/cachyos-ananicy-rules 1:1.0.2-1 (cachyos)
CachyOS - ananicy-rules
local/cachyos-keyring 20240331-1 (cachyos)
CachyOS keyring
local/cachyos-mirrorlist 18-1 (cachyos)
cachyos mirrorlist
local/cachyos-rate-mirrors 8-1 (cachyos)
CachyOS - Rate mirrors service
local/cachyos-settings 1:1.1.8-1 (cachyos)
CachyOS - Settings
local/cachyos-v4-mirrorlist 6-1 (cachyos)
cachyos-v3-mirrorlist
local/linux-cachyos 6.12.9-3
The Linux BORE + LTO + AutoFDO Cachy Sauce Kernel by CachyOS
with other patches and improvements. kernel and modules
local/pacman 7.0.0.r6.gc685ae6-2
A library-based package manager with dependency support.
CachyOS fork.
Post this script of yours, let’s have a look at it, probably you can run it before the installer, the commands should be compatible.