Skip to content

Commit

Permalink
Add more profile configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopauloalbq committed Jan 8, 2024
1 parent b8ef406 commit 9f50bf1
Showing 1 changed file with 67 additions and 2 deletions.
69 changes: 67 additions & 2 deletions community/awesome/profile.conf
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,50 @@ addgroups="lp,network,power,wheel,video"
# enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')
disable_systemd_live=('tlp' 'tlp-sleep')

################ buildtree ###############

# manjaro package tree
repo_tree=('closet' 'core' 'extra' 'multilib')

# host_tree=https://github.com/manjaro

# default https seems slow; try this
# host_tree_abs=git://projects.archlinux.org/svntogit

################ buildpkg ################

# default pkg build list; name without .list extension
# build_list_pkg=default

################ buildiso ################

# default branch for iso-profiles repo: v18.1 Juhraya master>development release
# branch=v18.1

# default iso build list; name without .list extension
# build_list_iso=default

# the dist release; default: auto
# dist_release=18.1

# the dist codename; default: auto
# dist_codename=Juhraya

# the OS branding; default: auto
dist_name="Suit"

# the branding; default: auto
# dist_branding="MJRO"

# compression used, possible values gzip, lzma, lz4, lzo, xy, zstd (default)
# iso_compression=zstd

# unset defaults to given value
# kernel="linux54"

# gpg key; leave empty or commented to skip sfs signing
# gpgkey=""

########## calamares preferences ##########
# See /etc/manjaro-tools/branding.desc.d for reference
# These settings will override settings from manjaro-tools.conf
Expand Down Expand Up @@ -114,5 +158,26 @@ sidebartextselect=#4c5158
## text color of the selected step
sidebartexthighlight=#dc98b1

## Product Name: <dist_name> Linux
dist_name="Suit"
################ deployiso ################

# the server user
# account=[SetUser]

# Set to 'true' to use ssh-agent to store passphrase.
# ssh_agent=false

# use alternative storage server (one or the other might be more stable)
# alt_storage=false

# the server project: manjaro|manjaro-community
# determined automatically based on profile if unset
# project="[SetProject]"

# set upload bandwidth limit in kB/s
# limit=

# the torrent tracker urls, comma separated
# tracker_url='udp://tracker.opentrackr.org:1337'

# Piece size, 2^n
# piece_size=21

0 comments on commit 9f50bf1

Please sign in to comment.