Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • M manjaro-tools
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ToolsTools
  • development-tools
  • manjaro-tools
  • Merge requests
  • !282

Option to override `extra` option in profile

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Philip Müller requested to merge fhdk:master into master Mar 18, 2018
  • Overview 15
  • Commits 5
  • Pipelines 0
  • Changes 3

Created by: fhdk

To avoid creating to separate iso-profiles for basic and extra an option is added.

-n which sets no_extra=true

When profile is parsed in util.sh in load_profile_config() a check has been inserted to set extra='false if no_extra exist.

Likewise when the util-iso.sh the gen_iso_fn() has a similar check to add the word "minimal" to the iso-filename.

eg. manjaro-17.1.6-unstable-minimal-x86_64.iso

The PR has been changed to add a -f argument to force extra="true" and if a basic iso is build it has minimal inserted in the filename.

eg. manjaro-17.1.6-unstable-minimal-x86_64.iso

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fhdk:master