Firstly i want to say thank for the awesome distro, especially the openbox default setup, it's just suit for me.
I'm trying to build my own iso based on arcolinuxb/arco-openbox.
I want to remove and add some package that i need.
I forked both arcolinuxb/arco-openbox and arcolinux/arcolinux-iso to my personal github.
My goal is to have every software that i need just ready for after fresh install.
I got question about adding third party source, for example i want to add official sublime source to my iso :
What i've done is modifying pacman.conf on arcolinux-iso
Code: Select all
[sublime-text]
SigLevel = Required DatabaseOptional
Server = https://download.sublimetext.com/arch/stable/x86_64
It's worked when i changed DatabaseOptional to -> TrustAll
But i think that not the correct way to to it, right?
Where i can add the script to add official sublime-text gpg key when i build the iso?
I guess maybe in /archiso/build.sh
because i see some script mentioning gpg, but i'm not so sure if that the place, maybe there is some config file or directory where i should place the key.