Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Docker Build Images
raspbian-base
Commits
dc7f32fb
Commit
dc7f32fb
authored
Nov 26, 2018
by
Markus Frosch
Browse files
debootstrap: Alert missing qemu in script
parent
b0eab07c
Changes
1
Hide whitespace changes
Inline
Side-by-side
debootstrap/script-raspbian
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 () {
...
...
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