Revision history of "Lxc disable autostart"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 21:23, 14 May 2023Busk talk contribs 204 bytes +204 Created page with "``` #!/bin/bash set -eu hosts=$(lxc list --format=json | jq -r '.[] | select(.state.status == "Stopped") | .name') for i in $hosts; do echo $i lxc config set $i boot.aut..."