Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
alpine
abuild
Commits
2f40d9a8
Commit
2f40d9a8
authored
Feb 19, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initfs: find apkovls on boot media
parent
83151c3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
initramfs-init
initramfs-init
+3
-0
No files found.
initramfs-init
View file @
2f40d9a8
...
...
@@ -161,6 +161,9 @@ for i in usb floppy cdrom; do
[
-f
"
$ovl
"
]
&&
break
umount /media/
$i
2>/dev/null
done
if
!
[
-f
"
$ovl
"
]
;
then
ovl
=
$(
find_ovl
$ALPINE_MNT
)
fi
if
[
-f
"
$ovl
"
]
;
then
ebegin
"Loading user settings from
$ovl
"
...
...
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