Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
Obarun Install Themes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eric Vidal
Obarun Install Themes
Commits
15c722c1
Commit
15c722c1
authored
5 years ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
pick template by default for Quick installation
parent
96bc17d2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
jwm/rootfs/etc/obarun/install.conf
+72
-0
72 additions, 0 deletions
jwm/rootfs/etc/obarun/install.conf
with
72 additions
and
0 deletions
jwm/rootfs/etc/obarun/install.conf
0 → 100644
+
72
−
0
View file @
15c722c1
# Copyright (c) 2015-2019 Eric Vidal <eric@obarun.org>
# All rights reserved.
#
# This file is part of Obarun. It is subject to the license terms in
# the LICENSE file found in the top-level directory of this
# distribution.
# This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file.
##################
## Main variable
##################
# allow to update the obarun-install script when it launched [yes|no]
UPDATE_INS
=
"yes"
# allow to update the obarun-install-themes script when it launched [yes|no]
UPDATE_TPL
=
"yes"
# Be more/less verbose
# 1 for more, 0 for less
DEBUG
=
0
# git source of obarun-install package
GIT_ADDR
=
"https://framagit.org/Obarun/obarun-install.git"
# git branch to use, if not set master is took by default
BRANCH
=
""
# gpg directory used during the installation
GPG_DIR
=
"/var/lib/obarun/gnupg"
# editor used during the installation
EDITOR
=
"mcedit"
# valid mountpoint for installation
NEWROOT
=
"/mnt"
# configuration files directory used for the installation
CONFIG_DIR
=
"jwm"
# cache directory used during the installation
CACHE_DIR
=
"/var/cache/pacman/pkg"
# use rankmirrors to find the fastest local mirror
# expected value are yes or no without uppercase
RANKMIRRORS
=
"no"
#########################
## Customization variable
#########################
# define name of the host for the new installation
HOSTNAME
=
"Ob66"
# define the locale for the new installation
LOCALE
=
"en_US.UTF-8"
# define the zone for the new installation e.g Europe
ZONE
=
"GMT"
# define the subzone for the new installation e.g. Londres
SUBZONE
=
""
# define the keymap for the console for the new installation
KEYMAP
=
"us"
# define the keymap for the Desktop for the new installation
XKEYMAP
=
"us"
# define the name for a new user for the new installation
NEWUSER
=
"oblive"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment