Code Monkey home page Code Monkey logo

Comments (5)

kaihendry avatar kaihendry commented on August 16, 2024

Tbh, I'm thinking it's taking the most time with the git mount.
http://ix.io/iHR

For example looking at http://ix.io/iIk

Somewhere between here:

Sep 07 03:48:13 webconverger live-config[275]: Fixing webc home
Sep 07 03:48:20 webconverger live-config[275]: + [ true = true ]

We lost seven seconds!!

However looking at the next wastes of time...

Sep 07 03:48:20 webconverger live-config[275]: + echo [2015-09-07 03:48:20] live-config: /lib/live/config/0010-debconf

to

Sep 07 03:48:26 webconverger live-config[275]: + /lib/live/config/9990-hooks

We lost 6 seconds. These seem to be skipping over /lib/live/config/ elements we don't use.

from webc.

kaihendry avatar kaihendry commented on August 16, 2024

I've since discovered that components=gitfs or live-config.components=gitfs is all we need.

However I don't like the idea of appending yet another command to https://github.com/Webconverger/webc/blob/master/etc/webc/boot-cmdline

(In future) can we do away with:

  • boot=live
  • skipconfig

from webc.

matthijskooijman avatar matthijskooijman commented on August 16, 2024

What does components=gitfs do? Never seen that before?

If you remove boot=live, I think the live-part of the initrd will not run, which is responsible for mounting git-fs and the overlay filesystem?

from webc.

kaihendry avatar kaihendry commented on August 16, 2024

components=gitfs just runs https://github.com/Webconverger/webc/blob/master/lib/live/config/0005-gitfs

Nevermind my boot=live comment for now. Not sure why that can't be built into the initrd or something.

from webc.

kaihendry avatar kaihendry commented on August 16, 2024

Fixed blame looks like: http://ix.io/kEP 😀

from webc.

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.