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
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
433ba570
Commit
433ba570
authored
Jun 22, 2024
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deflogin: add options '-efu' to shebang of scripts
parent
2cac7940
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
6 deletions
+4
-6
50-issue
features.in/deflogin/rootfs/image-scripts.d/50-issue
+1
-1
50-root
features.in/deflogin/rootfs/image-scripts.d/50-root
+1
-1
50-users
features.in/deflogin/rootfs/image-scripts.d/50-users
+1
-1
70-default-session
...res.in/deflogin/rootfs/image-scripts.d/70-default-session
+1
-3
No files found.
features.in/deflogin/rootfs/image-scripts.d/50-issue
View file @
433ba570
#!/bin/sh
#!/bin/sh
-efu
# issue welcome message if there's a guest user
# (the first one configured with empty password)
...
...
features.in/deflogin/rootfs/image-scripts.d/50-root
View file @
433ba570
#!/bin/sh
#!/bin/sh
-efu
# explicitly requested empty root password
case
"
$GLOBAL_ROOTPW_EMPTY
"
in
...
...
features.in/deflogin/rootfs/image-scripts.d/50-users
View file @
433ba570
#!/bin/sh
#!/bin/sh
-efu
# add regular user(s) assigning passwords and attributes of power
# NB: care that the utilities exist; shadow-utils is warranted
...
...
features.in/deflogin/rootfs/image-scripts.d/70-default-session
View file @
433ba570
#!/bin/sh
#!/bin/sh -efu
[
-n
"
$GLOBAL_USERS
"
]
||
exit
0
[
-n
"
$GLOBAL_DEFAULT_SESSION
"
]
||
exit
0
...
...
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