1
0
mirror of https://github.com/lxc/lxc-templates.git synced 2025-08-21 04:10:55 +00:00

Compare commits

..

No commits in common. "a0745c836a89c7776bf27dfbe5a8c9a0a9aec28b" and "74a6743241a800d0ebc46ff7e73f92272a68a11e" have entirely different histories.

2 changed files with 5 additions and 0 deletions

View File

@ -10,5 +10,9 @@ EXTRA_DIST = \
CONTRIBUTING \
MAINTAINERS
install-data-local:
$(MKDIR_P) $(DESTDIR)$(LXCPATH)
$(MKDIR_P) $(DESTDIR)$(localstatedir)/cache/lxc
ChangeLog::
@touch ChangeLog

View File

@ -294,6 +294,7 @@ 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
}