Giter Club home page Giter Club logo

Comments (7)

PJ-Singh-001 avatar PJ-Singh-001 commented on July 17, 2024

Uncheck the "Update the release description" check box on the Project page.

image

from cubic.

PJ-Singh-001 avatar PJ-Singh-001 commented on July 17, 2024

By the way, Cubic updates the "release description", not the OS name.

However, the "release description" is used in various GUI windows (such as System | About) in place of the OS name, which is why you see this.

from cubic.

dat-linux avatar dat-linux commented on July 17, 2024

I want the release description to show the custom info WITHOUT the "cubic.date.." part at the end. Cubic attaches extra info that should not be there.

from cubic.

dat-linux avatar dat-linux commented on July 17, 2024

I'm patching the code locally, but this part of the release descr. string should be removed.
`
#description = f'{model.custom.iso_volume_id} (Cubic {model.project.modify_date})'

description = f'{model.custom.iso_volume_id}'
`

Thanks for help.

from cubic.

PJ-Singh-001 avatar PJ-Singh-001 commented on July 17, 2024
  1. On the Project page, highlight the value for "Volume ID" (in the "Custom Disk" section). Then, from the right-click context menu, select "Copy" to save this value for later.

  2. Un-check the "Update the release description" check box, as show above. This will prevent Cubic from overwriting your changes in step 3.

  3. On the Terminal page, manually edit the following files with the copied value of "Volume ID" from step 1. Edit the values for DISTRIB_DESCRIPTION and PRETTY_NAME. (You can use nano to edit these files).

    /etc/lsb-release
    /etc/os-release
    /usr/lib/os-release
    

from cubic.

dat-linux avatar dat-linux commented on July 17, 2024

You should never change the lsb_release for a respin. As it affects the apt repos, and anything else that depends on knowing what the release is (eg "xenial").

Please remove the "(Cubic {model.project.modify_date})" text in the code, it is not helpful to add this text to my release.

from cubic.

PJ-Singh-001 avatar PJ-Singh-001 commented on July 17, 2024

lsb_release

@dat-linux,

You should never use the lsb_release's Description value to check the release. If this is not helpful to your personal respin, I suggest correcting the package management code you wrote to not use this value. Otherwise, you may consider using apt as your package manager, which does not rely on the Description value.

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.