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:
commit
a0745c836a
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user