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

Compare commits

..

1 Commits

Author SHA1 Message Date
zhaixiaojuan@loongson.cn
2458e5766c
Merge e0d8f58995d58e4bcd337e80e37ba1ebe29558a2 into 74a6743241a800d0ebc46ff7e73f92272a68a11e 2023-12-04 11:33:46 +00:00
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
}