Coder Social home page Coder Social logo

Comments (6)

damouze avatar damouze commented on May 29, 2024 1

I managed to get everything working by applying the following patch:

--- extract.sh.orig     2022-05-31 09:59:30.000000000 +0200
+++ extract.sh  2022-05-31 10:01:46.662393830 +0200
@@ -23,9 +23,11 @@

 tar -C root -xf 123UNIX1.IMG

+cd root
 for i in 123UNIX{2..5}.IMG; do
-    cpio -D root -id < ${i}
+    cpio -id < ../${i}
 done
+cd -

 find root -iname '*.z' -exec gunzip {} \;

from 123elf.

damouze avatar damouze commented on May 29, 2024

Devuan ascii cpio does not have the -D option either.

from 123elf.

taviso avatar taviso commented on May 29, 2024

Hmm, I'm not sure what that junk is. Let me figure out what it is, maybe we can extract the non-junk parts with dd or something.

from 123elf.

dtwilliamson avatar dtwilliamson commented on May 29, 2024

What about the missing _2 file on MacOS?

from 123elf.

vrza avatar vrza commented on May 29, 2024

@dtwilliamson Should be fixed with #67

from 123elf.

taviso avatar taviso commented on May 29, 2024

Thanks @vrza, marked fixed.

from 123elf.

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.