Benn
Benn
Secondary IP addresses are useful as documented [here](https://github.com/gitbls/imon#updown-monitor). Here's an example: If your primary ping address is 1.1.1.1, you may want to determine if, when the network goes inaccessible, whether...
Great. And I'll add some altered version of the above explanation to the README. Thanks for pointing out the doc deficiency.
Closing due to no activity.
It's not clear to me what `biosense-config-files` is. Replace that string with `/path/to/mysystem.conf`. sdm will then copy /path/to/mysystem.conf to /etc/systemd/system.conf.d/mysystem.conf As another exasmple, you can update timesyncd.conf with: ``` systemd-config=timesyncd=/somedir/systemd/timesyncd.conf...
Yes, and the file type MUST be ".conf". sdm doesn't check that. Based on this I'm updating the `system` plugin doc to reflect that a full path is required. Thx...
> Thanks!Other quick question: rsync options are with or without the leading “—“? If this is for the `copydir` plugin argument `rsyncopts` then yes, the leading slash (or slashes, as...
Not only does sdm look cool, it *is* cool. 😎 Thanks for checking it out! There is definitely a way to add a user with no password and their SSH...
> Why not simply use the mkdir & copyfile commands? > > ```shell > sudo sdm \ > ... > --plugin mkdir:"dir=/home//.ssh|chown=:|chmod=700" \ > --plugin copyfile:"from=authorized_keys|to=/home//.ssh|chown=:|chmod=600|mkdirif" \ > ... >...
No activity so closing issue.
Presumably you're seeing this on an sdm `--burn` or `--burnfile` command. The message is telling you that the IMG that you're burning has not been `--customize`d with sdm, so the...