GithubHelp home page GithubHelp logo

Comments (2)

wahweep avatar wahweep commented on July 4, 2024 1

I was having the same problem with that you are using my laptop that has the same software versions that you mentioned. This is what I needed to do to get the Raspberry PI portion of the build to work for me. The Orange PI portion still fails but I have a Raspberry PI so I didn't bother looking into the Orange PI failures.

I hope this helps!

diff --git a/Dockerfile b/Dockerfile
index 89e25a5..1d2a032 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
 FROM ubuntu:bionic
 
 RUN apt-get update && apt-get install -y \
-    wget parted dosfstools binutils p7zip-full \
+    wget parted udev dosfstools binutils p7zip-full \
     sudo xz-utils jq u-boot-tools
 
 # The repository should be mounted at /app.
diff --git a/build-image.sh b/build-image.sh
index 099e66d..2fd6f9f 100755
--- a/build-image.sh
+++ b/build-image.sh
@@ -262,7 +262,7 @@ K3OS_VERSION=$(ls --indicator-style=none root/k3os/system/k3os | grep -v current
 ## Install busybox
 unpack_deb() {
 	ar x deps/$1
-	sudo tar -xf data.tar.[gx]z -C $2
+	sudo tar -xf data.tar.[gx]z -C $2 -m
 	rm -f data.tar.gz data.tar.xz control.tar.gz control.tar.xz debian-binary
 }

from picl-k3os-image-generator.

sgielen avatar sgielen commented on July 4, 2024

Closing all issues, because the project is archived. Thank you for being a contributor and/or user!

from picl-k3os-image-generator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.