archinstall icon indicating copy to clipboard operation
archinstall copied to clipboard

Empty list of services results in a systemctl error

Open i2 opened this issue 3 years ago • 0 comments

I like to have my user config file written in a way that can act as a template and placeholder for future edits. For instance, even though I don't need to enable a service right now. I have:

    "services": [
        ""
    ],

But this results in archinstall throwing an error that: arch-chroot /mnt/archinstall systemctl enable exited with abnormal exit code [256]: Too few arguments.

Which makes sense, as my list was empty. It would be nice if this can be avoided.

i2 avatar May 12 '22 17:05 i2