Giter Club home page Giter Club logo

Comments (1)

szescxz avatar szescxz commented on May 22, 2024 1

Ended up extracting file objects directly from container image instead. Much easier and safer.

  1. Mount the root partition somewhere, e.g. /mnt/sysroot (not directly using / because it's read-only and dangerous).
  2. If you've previously ran sudo ostree fsck --delete and marked some commits as partial, revert it by sudo rm /mnt/sysroot/ostree/repo/state/*.commitpartial
  3. Run sudo ostree fsck --repo /mnt/sysroot/ostree/repo --all and note down the corrupted file objects (i.e. the "expected" hash)
  4. Download and extract the image (make sure you have enough free space per system requirements of Fedora):
ostree --repo=tmp-repo init && sudo ostree container image pull tmp-repo ostree-unverified-image:docker://ghcr.io/ublue-os/bazzite-deck:38

Didn't find a way to not use sudo at the moment since ostree will try to checkout files which are owned by root in the image; performing chmod or chown on the repository is also not recommended since they will corrupt file objects immediately
5. Locate the file objects you need in the tmp-repo/objects folder. Path to the object is determined by the hash which is split into two parts, first 2 letters is in the folder name and remaining letters in the file name with the extension .file
6. And copy the file objects back to your system at /mnt/sysroot/ostree/repo/objects/

from bazzite.

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.