Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
alpine-conf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
18
Issues
18
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
alpine-conf
Commits
2e2fc6f1
Commit
2e2fc6f1
authored
Aug 01, 2011
by
Jeff Bilyk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setup-apklbu: add an apk cache sync after setting up APK cache
parent
192b09a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
setup-apklbu.in
setup-apklbu.in
+1
-0
No files found.
setup-apklbu.in
View file @
2e2fc6f1
...
@@ -59,6 +59,7 @@ fi
...
@@ -59,6 +59,7 @@ fi
mkdir
-p
/media/
${
MOUNTPOINT
}
/cache
||
die
"Failed to create /media/
${
MOUNTPOINT
}
/cache"
mkdir
-p
/media/
${
MOUNTPOINT
}
/cache
||
die
"Failed to create /media/
${
MOUNTPOINT
}
/cache"
ln
-s
/media/
${
MOUNTPOINT
}
/cache /etc/apk/cache
||
die
"Failed to create apk cache softlink"
ln
-s
/media/
${
MOUNTPOINT
}
/cache /etc/apk/cache
||
die
"Failed to create apk cache softlink"
apk cache
sync
cat
>
/etc/lbu/lbu.conf
<<
EOF
cat
>
/etc/lbu/lbu.conf
<<
EOF
# what cipher to use with -e option
# what cipher to use with -e option
DEFAULT_CIPHER=aes-256-cbc
DEFAULT_CIPHER=aes-256-cbc
...
...
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