Skip to content

Commit

Permalink
Add description for configuration variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakobu5 committed Nov 18, 2019
1 parent aec09d9 commit 24c3f0a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
#!/usr/bin/env bash
#####################
# This is the configuration file for the archinstall script.
# Please define here stuff that is needed to execute the scripts correctly.
# For example:
# HDD the storage device where the OS should be installed
# ROOTPART the partition where the Root-partition should be located
# BOOTPART the partition where the Boot-partition should be located
# HOST the hostname of the OS
# USER the username for the primary user
# PWD the password for the primary user and root account
#####################
readonly HDD="/dev/sda"
readonly ROOTPART="/dev/sda2"
readonly BOOTPART="/dev/sda1"
Expand Down

0 comments on commit 24c3f0a

Please sign in to comment.