Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customize names and descriptions of NOOBS bundles #393

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Taikuh
Copy link

@Taikuh Taikuh commented Mar 3, 2020

For those who use NOOBS to view and install their custom-rolled OS.

Now, users can set a NOOBS_NAME variable in config. This name will have the appropriate Lite or Full suffix depending on the EXPORT_NOOBS stage.

Descriptions can also be personalized. PORT_OF changes the "A port of Debian with..." text. NOOBS_DESCRIPTION_ALL sets the same description for all EXPORT_NOOBS stage. NOOBS_DESCRIPTION_# manually defines the description for a specific stage #.

export NOOBS_NAME="${NOOBS_NAME:-Raspbian}"
export NOOBS_BASENAME="${NOOBS_NAME}"
export PORT_OF="${PORT_OF:-Debian}"
export NOOBS_DESCRIPTION
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure if export NOOBS_DESCRIPTION is still needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant