this post was submitted on 06 Jul 2023
3 points (80.0% liked)

Arch Linux

7173 readers
2 users here now

The beloved lightweight distro

founded 4 years ago
MODERATORS
 

Hey everyone. I'm thinking of maintaining an iso for my setup once I have that the way I like it. I wouldn't publish it so it would just be for me.

How easy would that be to do? Would it just be a case of rebuilding the iso every week/month to get the updated packages in it, or is there more to it?

Thanks!

top 6 comments
sorted by: hot top controversial new old
[–] BaalInvoker@lemmy.eco.br 4 points 1 year ago (2 children)

Why don't you maintain a git repo, containing your configurations and everything?

I think it's easier then maintain an iso

[–] promitheas@iusearchlinux.fyi 1 points 1 year ago (1 children)

I use chezmoi to backup my configs, and ive thought about writing a post-install script, but its not difficult to maintain ine for myself then i would like to have an iso which will setup everything automatically. Im just unsure if its easier than maintaining one for public use

[–] Andy@programming.dev 1 points 1 year ago

Well I haven't really used it myself yet but you could add aconfmgr to your setup.

[–] hyperreal@lemmy.world 1 points 1 year ago

I second this. Until I have a solid use case for archiso, I strongly prefer tracking my dotfiles + installed packages and manually provisioning a fresh install.

[–] Max_P@lemmy.max-p.me 3 points 1 year ago (1 children)

It's super easy with archiso, you can just drop in whatever files you want or even just add packages to the packages list, run mkarchiso and voilà, you've got an ISO.

[–] promitheas@iusearchlinux.fyi 1 points 1 year ago

Yea ive played around with archiso a bit for the past week or so, I just wasnt sure how it plays out long term. Thanks!