mirror of
https://github.com/lxc/lxc-templates.git
synced 2025-08-21 04:10:55 +00:00
Compare commits
4 Commits
74a6743241
...
a0745c836a
Author | SHA1 | Date | |
---|---|---|---|
|
a0745c836a | ||
|
e2a8bfc5e6 | ||
|
9c720dd77b | ||
|
7bf3e4506b |
@ -10,9 +10,5 @@ EXTRA_DIST = \
|
||||
CONTRIBUTING \
|
||||
MAINTAINERS
|
||||
|
||||
install-data-local:
|
||||
$(MKDIR_P) $(DESTDIR)$(LXCPATH)
|
||||
$(MKDIR_P) $(DESTDIR)$(localstatedir)/cache/lxc
|
||||
|
||||
ChangeLog::
|
||||
@touch ChangeLog
|
||||
|
@ -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…
x
Reference in New Issue
Block a user