Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bdx0 committed Mar 4, 2024
1 parent 4cef2e7 commit 9ed42a8
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,28 @@ runs:
shell: bash
run: |
sudo incus admin waitready
sudo incus admin init --auto
sudo incus admin init --minimal
# cat <<EOF | sudo incus init --preseed
# storage_pools:
# - name: default
# driver: dir
# networks:
# - name: incusbr0
# type: bridge
# config:
# ipv4.address: auto
# ipv6.address: none
# profiles:
# - name: default
# devices:
# root:
# path: /
# pool: default
# type: disk
# EOF
# sudo incus profile device add default eth0 nic name=eth0 network=incusbr0
sudo usermod -aG incus-admin $USER
# - name: Check normal user can accessiable to incus daemon.
Expand Down

0 comments on commit 9ed42a8

Please sign in to comment.