Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
abuild
Commits
0dff05bd
Commit
0dff05bd
authored
Apr 02, 2009
by
Natanael Copa
Browse files
initram: ignore non-repositories in packages/ subdir
parent
d48b86e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
initramfs-init
View file @
0dff05bd
...
...
@@ -226,8 +226,8 @@ fi
# install new root
ebegin
"Installing packages to root filesystem"
mkdir
-p
/etc/apk
for
i
in
$ALPINE_MNT
/packages/
*
;
do
echo
$i
>>
/etc/apk/repositories
for
i
in
$ALPINE_MNT
/packages/
*
$ALPINE_MNT
/apks
;
do
[
-r
"
$i
/APK_INDEX.gz"
]
&&
echo
$i
>>
/etc/apk/repositories
done
if
[
-n
"
$KOPT_chart
"
]
;
then
pkgs
=
"
$pkgs
acct"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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