Giter Club home page Giter Club logo

Comments (6)

real-nickel avatar real-nickel commented on August 16, 2024 4

Sorry, I forgot to say this worked really well and my distro is complete. If you are interested in checking it out it's at https://luxos.ga

from cubic.

PJ-Singh-001 avatar PJ-Singh-001 commented on August 16, 2024 2
  1. On Cubic's terminal page, make a backup of the original slides.

    cd /usr/share/ubiquity-slideshow
    cp -r slides slides.original
    
  2. Update the slides.

     cd slides
    
     for file_path in `find . -name "*.html"`; do \
         echo "Updating file ${file_path}."; \
         sed -i "s|Xubuntu|LuxOS|g" "${file_path}"; \
     done
    
  3. Confirm your changes.

    grep -r LuxOS
    
  4. Optionally delete the backup of the original slides.

    rm -rf /usr/share/ubiquity-slideshow/slides.original
    
  5. Finish generating the custom OS in Cubic.

  6. Test by installing the custom OS.

image

image

image

from cubic.

PJ-Singh-001 avatar PJ-Singh-001 commented on August 16, 2024

Note, this question is a follow-up to issue #5, Ubiquity and splash screen.

from cubic.

PJ-Singh-001 avatar PJ-Singh-001 commented on August 16, 2024

The OS being customized is Xubuntu 20.04.

from cubic.

real-nickel avatar real-nickel commented on August 16, 2024

Ok thanks but I need to go somewhere take a covid test in a bit so I can't try it out now

from cubic.

real-nickel avatar real-nickel commented on August 16, 2024

hey in case anyone new finds this issue, you now need to install ubiquity and ubiquity slideshow

from cubic.

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.