Skip to content

Commit

Permalink
Merge pull request #62 from gibmat/fix-alpine-template
Browse files Browse the repository at this point in the history
Fix alpine template
  • Loading branch information
stgraber authored Jan 27, 2024
2 parents e2a8bfc + 9c720dd commit a0745c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/lxc-alpine.in
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ make_dev_nodes() {

mknod -m 666 dev/tty c 5 0
chown 0:5 dev/tty # root:tty
mknod -m 620 dev/console c 5 1
mknod -m 666 dev/ptmx c 5 2
chown 0:5 dev/ptmx # root:tty
}
Expand Down

0 comments on commit a0745c8

Please sign in to comment.