Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adélie Linux
Image Creation
Commits
78c04a84
Verified
Commit
78c04a84
authored
Feb 02, 2020
by
A. Wilcox
🦊
Browse files
adelie-build-cd: Fix service stuff the same as packages
parent
c75faff5
Changes
1
Hide whitespace changes
Inline
Side-by-side
adelie-build-cd
View file @
78c04a84
...
...
@@ -183,14 +183,18 @@ make_structure() {
done
for
bootservice
in
root binfmt bootmisc fsck
hostname
hwclock keymaps
\
localmount loopback modules mtab procfs sysctl sysfsconf
termencoding
\
tmpfiles.setup urandom
;
do
localmount loopback modules mtab procfs sysctl sysfsconf
\
termencoding
tmpfiles.setup urandom
;
do
ln
-s
/etc/init.d/
$bootservice
\
squashroot-
$ARCH
/etc/runlevels/boot/
$bootservice
done
for
service
in
$(
cat
services/base 2>/dev/null
||
echo
''
)
$(
cat
services/kind/
$KIND
2>/dev/null
||
echo
''
)
;
do
for
base_service
in
"
$(
cat
services/base 2>/dev/null |
tr
'\n'
' '
||
echo
''
)
"
;
do
ln
-s
/etc/init.d/
$base_service
\
sqaushroot-
$ARCH
/etc/runlevels/default/
$base_service
done
for
service
in
"
$(
cat
services/kind/
$KIND
2>/dev/null |
tr
'\n'
' '
||
echo
''
)
"
;
do
ln
-s
/etc/init.d/
$service
\
sqaushroot-
$ARCH
/etc/runlevels/default/
$service
done
...
...
Write
Preview
Supports
Markdown
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