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
7060610a
Commit
7060610a
authored
5 years ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
remove rootfs/etc/obarun/install.conf
parent
dd900b66
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
+0
-98
0 additions, 98 deletions
jwm/rootfs/etc/obarun/install.conf
with
0 additions
and
98 deletions
jwm/rootfs/etc/obarun/install.conf
deleted
100644 → 0
+
0
−
98
View file @
dd900b66
# 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.
##---------------------------------------------------------------------#
## Fresh installation configuration
##---------------------------------------------------------------------#
# 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"
##---------------------------------------------------------------------#
## Installer configuration
##---------------------------------------------------------------------#
# 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"
# firmware interface to use for the installation
FIRMWARE
=
"BIOS"
# check network at the start of the script
NETWORKCHECK
=
"yes"
# check the keyboard layout
KEYBOARDCHECK
=
"yes"
# scheme color configuration file
SCHEMECOLOR
=
"/etc/obarun/dialog.conf"
# bootloader by default
# field accepted: Sylinux,GRUB,EFISTUB
BOOTLOADER
=
"Syslinux"
##---------------------------------------------------------------------#
## Installer update configuration
##---------------------------------------------------------------------#
# 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 source of obarun-install-themes package
GIT_ADDR_THEMES
=
"https://framagit.org/Obarun/obarun-install-themes.git"
# git branch to use for obarun-install, if not set master is took by default
BRANCH
=
""
# git branch to use for obarun-install-themes, if not set master is took by default
BRANCH_THEMES
=
""
# gpg directory used during the installation
GPG_DIR
=
"/var/lib/obarun/gnupg"
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