Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
raspbian-base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Docker Build Images
raspbian-base
Commits
dc7f32fb
Commit
dc7f32fb
authored
6 years ago
by
Markus Frosch
Browse files
Options
Downloads
Patches
Plain Diff
debootstrap: Alert missing qemu in script
parent
b0eab07c
No related branches found
Branches containing commit
No related tags found
1 merge request
!2
Implement CI
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debootstrap/script-raspbian
+5
-2
5 additions, 2 deletions
debootstrap/script-raspbian
with
5 additions
and
2 deletions
debootstrap/script-raspbian
+
5
−
2
View file @
dc7f32fb
...
...
@@ -20,7 +20,7 @@ esac
work_out_debs () {
required="$(get_debs Priority: required)"
# remove some packages for Docker
# remove some packages for Docker
required="$(without "$required" "$ignore_packages")"
if doing_variant - || doing_variant fakechroot; then
...
...
@@ -39,7 +39,7 @@ work_out_debs () {
fi
case $MIRRORS in
https://*)
https://*)
base="$base apt-transport-https ca-certificates"
;;
esac
...
...
@@ -74,6 +74,9 @@ second_stage_install () {
if [ -x /usr/bin/qemu-arm-static ]; then
cp -a /usr/bin/qemu-arm-static "$TARGET/usr/bin/qemu-arm-static"
else
echo "No qemu-arm-static found!" >&2
exit 1
fi
x_feign_install () {
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment