Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
f08a3b44
Unverified
Commit
f08a3b44
authored
Aug 01, 2017
by
Thomas Lamprecht
Committed by
Stéphane Graber
Aug 15, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
templates/opensuse: getty.target.wants does not always exists
Signed-off-by:
Thomas Lamprecht
<
t.lamprecht@proxmox.com
>
parent
191adb58
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lxc-opensuse.in
templates/lxc-opensuse.in
+2
-0
No files found.
templates/lxc-opensuse.in
View file @
f08a3b44
...
...
@@ -102,8 +102,10 @@ EOF
ln
-s
/dev/null
$rootfs
/etc/systemd/system/proc-sys-fs-binfmt_misc.automount
ln
-s
/dev/null
$rootfs
/etc/systemd/system/console-shell.service
ln
-s
/dev/null
$rootfs
/etc/systemd/system/systemd-vconsole-setup.service
# enable getty and console services
sed
-e
's/ConditionPathExists=.*//'
$rootfs
/usr/lib/systemd/system/getty@.service
>
$rootfs
/etc/systemd/system/getty@.service
ln
-s
getty@.service
$rootfs
/etc/systemd/system/getty@tty1.service
mkdir
-p
$rootfs
/etc/systemd/system/getty.target.wants/
ln
-s
../getty@.service
$rootfs
/etc/systemd/system/getty.target.wants/getty@console.service
ln
-s
-f
../getty@.service
$rootfs
/etc/systemd/system/getty.target.wants/getty@tty1.service
ln
-s
../getty@.service
$rootfs
/etc/systemd/system/getty.target.wants/getty@tty2.service
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment