mirror of
https://github.com/lxc/lxc-templates.git
synced 2025-08-21 12:20:54 +00:00
Compare commits
No commits in common. "a0745c836a89c7776bf27dfbe5a8c9a0a9aec28b" and "74a6743241a800d0ebc46ff7e73f92272a68a11e" have entirely different histories.
a0745c836a
...
74a6743241
@ -10,5 +10,9 @@ EXTRA_DIST = \
|
||||
CONTRIBUTING \
|
||||
MAINTAINERS
|
||||
|
||||
install-data-local:
|
||||
$(MKDIR_P) $(DESTDIR)$(LXCPATH)
|
||||
$(MKDIR_P) $(DESTDIR)$(localstatedir)/cache/lxc
|
||||
|
||||
ChangeLog::
|
||||
@touch ChangeLog
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user