• Laser@feddit.de
      link
      fedilink
      arrow-up
      6
      ·
      1 year ago

      It was about as easy as configuring my own NixOS system.

      Probably true but also potentially misleading

  • Pantherina@feddit.de
    link
    fedilink
    arrow-up
    8
    arrow-down
    1
    ·
    1 year ago

    Making a distro requires constant packaging, updating and bugfixing. I dont think a single person should do that

  • throwawayish@lemmy.ml
    link
    fedilink
    arrow-up
    7
    ·
    1 year ago

    without using special tools like respin and archiso

    What do you exactly mean with this?

    • Can we suggest any package/tool that you have to install?
    • Did you intend to convey a solution that’s independent of an existing distro?
    • Do you want the custom distro/iso to only do its thing until installation? Or are you perhaps interested in something more declarative that can continue to exist and be (one of) the primary means to config your system?
    • Could you explain to us how your envisioned solution looks like?

    Sorry for asking these questions, but it was either this or a very very long post satisfying all kinds of different criteria. Thanks you in advance for answering any of the questions!

    • DryTomatoes4@lemm.ee
      link
      fedilink
      arrow-up
      3
      ·
      1 year ago

      I’ve been struggling to make a bootable iso. I did Linux from scratch and I wanted to boot it in virtual box. I found a sparse amount of info about mkisofs/genisofimage but I couldn’t actually get a successful boot after following a few tutorials.

      I have to imagine there are more modern tools for something like this but I didn’t have any luck googling.

      Sorry to hijack but it sounds like you might have an answer I need. I just want a way to put together an iso with a bootloader that works in virtual machines. (I’m good with 32bit grub but I’d work with uefi too).

      • throwawayish@lemmy.ml
        link
        fedilink
        arrow-up
        3
        ·
        1 year ago

        Would you be fine with some tooling that enables one to make their own custom iso from an existing distro? This path still allows for a substantial amount of freedom, though it’s not a blank slate by any stretch of the imagination. But it makes up for it with how relatively easy and painless it can be.

        Or would you instead like to get into the nitty-gritty of things and want all the freedom you’d want? This increased freedom does come with a substantial cost in convenience and labour.

        Pick your poison :P . I’ll be waiting ;) .

        • DryTomatoes4@lemm.ee
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          1 year ago

          Going to try the penguins-eggs method you posted. I would love to be able to turn a virtual box environment into an installable medium to make my own version of debian with all my gnome tweaks.

          I would also love a solution that doesn’t require booting into the OS first. So that I can take a root dir and turn it into a bootable iso. I tried a bunch of old tutorials for making a boot.iso and linking it into mkisofs with -b but it never worked.

          I am willing to learn/use any free tooling. Not picky at all.

          • throwawayish@lemmy.ml
            link
            fedilink
            arrow-up
            1
            ·
            1 year ago

            Going to try the penguins-eggs method you posted. I would love to be able to turn a virtual box environment into an installable medium to make my own version of debian with all my gnome tweaks.

            Good choice! The “penguins-eggs method” should fit the bill ;) !

            I would also love a solution that doesn’t require booting into the OS first. So that I can take a root dir and turn it into a bootable iso.

            Few questions :P :

            1. If I understood you correctly, you mean that all of the files that will make up the bootable iso are contained -presumably under FHS- within a root dir of another distro? Or did you mean it as a partition? Or did you mean any tool that can build your iso from within another system based on (declarative) instructions?
            2. Are we still talking about Debian with all your GNOME tweaks?
            3. Is Debian a hard requirement? Or would you be open to say something like Fedora?
            4. Is Live USB a hard requirement?
            5. Might seem random, but what’s your stance on declarative distros?

            I tried a bunch of old tutorials for making a boot.iso and linking it into mkisofs with -b but it never worked.

            Small nitpick; I generally recommend using xorriso over mkisofs, the latter is only packaged in most distros as part of xorriso anyways*. While genisoimage does ‘provide’ mksisofs as well, genisoimage is unmaintained and should therefore not be used.

            • DryTomatoes4@lemm.ee
              link
              fedilink
              arrow-up
              2
              ·
              edit-2
              1 year ago

              So eggs is great for Debian with my Gnome stuff.

              As for xorriso I have a LFS dir that very much resembles a Linux root dir (without a DE or any distro specific software) and I can chroot into it mounting /dev, /sys, /run, /proc from my host system.

              I would like to compress that LFS dir into an iso combined with a boot loader.

              That LFS dir is on a separate partition and does have a boot loader installed on that partition’s hard drive. But I’d rather boot it in a virtual machine and I didn’t want to give the vm raw hard drive access.

              I hope that helps but I’m happy to answer more questions.

              Booting into a live CD isn’t a hard requirement because I can probably just use eggs after I get it to boot in a vm.

              Edit: also thanks for the insight about xorriso I had real trouble finding much info about the differences between the three.

              Edit 2: I’m going to run LFS on the exact same hardware it compiled on so I can probably use grub installed on my host system.

              That said I did try using grub-mkimage on my host system and when passing that iso into mkisofs -b I still couldn’t get a boot. (No bootable medium found.)

              • throwawayish@lemmy.ml
                link
                fedilink
                arrow-up
                1
                ·
                1 year ago

                Thanks for answering! Now I’ve got a better picture of what you’re trying to achieve. However, unfortunately, I’ve yet to dabble into LFS. So I’m afraid that I might not be that helpful 😭. Wish you the best of luck though!

                • DryTomatoes4@lemm.ee
                  link
                  fedilink
                  arrow-up
                  2
                  ·
                  1 year ago

                  Alright thanks. Well if you know of any good resources for xorriso particularly with the -b (boot) flag I’d like to read them.

                  Google has been mostly serving me 15 year old SO posts that aren’t relevant to modern Linux anymore.

  • Tired and bored@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    1 year ago

    What do you need to accomplish by creating a new distro? Because it can vary depending on the edits you do on the base distro

  • thelastknowngod@lemm.ee
    link
    fedilink
    arrow-up
    4
    ·
    1 year ago

    Unless you’re trying to build custom AMIs for a cloud environment (packer is the answer for this job) then it sounds like a nightmare of a project to maintain long term. You’d be much better off using config management and a more or less vanilla base distro.