Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
5679b0db
You need to sign in or sign up before continuing.
Commit
5679b0db
authored
Feb 05, 2024
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
live: add autologin root to serial tty in rescue mode
parent
2b718f56
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
60-live-rescue-root
features.in/live/live/image-scripts.d/60-live-rescue-root
+9
-0
No files found.
features.in/live/live/image-scripts.d/60-live-rescue-root
View file @
5679b0db
...
...
@@ -23,6 +23,15 @@ ExecStart=
ExecStart=-agetty -a root --noclear -
$TERM
EOF
# Autologin root to serial tty's
mkdir
-p
/etc/systemd/system/serial-getty@.service.d
cat
>>
/etc/systemd/system/serial-getty@.service.d/live-rescue.conf
<<
'
EOF
'
[Service]
Type=simple
ExecStart=
ExecStart=-agetty -a root --noclear --keep-baud 115200,57600,38400,9600 -
$TERM
EOF
mkdir
-p
/etc/systemd/system/live-rescue.target.d
cat
>>
/etc/systemd/system/live-rescue.target
<<
'
EOF
'
[Unit]
...
...
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