1
0
mirror of https://github.com/lxc/lxc-templates.git synced 2024-12-22 06:20:13 +00:00

Merge pull request #62 from gibmat/fix-alpine-template

Fix alpine template
This commit is contained in:
Stéphane Graber 2024-01-27 17:19:39 +01:00 committed by GitHub
commit a0745c836a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
}