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!

  • Responsabilidade
    link
    fedilink
    41 year ago

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

    I think it’s easier then maintain an iso

    • promitheasOP
      link
      fedilink
      11 year ago

      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
        link
        11 year ago

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

    • @[email protected]
      link
      fedilink
      English
      11 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
    link
    fedilink
    31 year ago

    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.

    • promitheasOP
      link
      fedilink
      11 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!