Coder Social home page Coder Social logo

Comments (3)

ejoerns avatar ejoerns commented on June 15, 2024

Well, you already identified the crucial point for this. We currently (still) use it for deciding about using (old) network support or 'conventional' local (and now casync, too) installation.

In case of network mode, one always targets a manifest file iirc. Thus, it might be an option to simply inverse the test by checking if we refer to a manifest (.raucm file endling) to use the network mode and use the default mode otherwise.

For now we also have seen this 'explicit' file ending as a feature allowing to prevent form trying to perform useless operations with wrong files (e.g. rauc install my-rootfs.ext). But I also know about cases where people created mechanism around RAUC that rename the bundles back and forth to give them their own ending.

From me, I would still prefer .raucb as the extension to choose and propagate but I would also consider accepting other extensions. In this case we should at least add a check for the correct 'bundle identiier', i.e. for the bundle to start with a squashfs identifier. I have a patch from our initial casync implementation that actually does this and might be appropriate in a slightly modified way.

@jluebbe what do you think about that topic?

from rauc.

raoulh avatar raoulh commented on June 15, 2024

I agree with @mhei, forcing to have a .raucb suffix is not really nice. Also based on what you say, doing file detection by checking the suffix is a bad approach. Detecting a type of a file should be done by reading some bytes and checking file headers.

from rauc.

ejoerns avatar ejoerns commented on June 15, 2024

I've made a proposal how we could remove this need, please have a look at PR #328

from rauc.

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.