Skip to content

Instantly share code, notes, and snippets.

@tairov
Created October 15, 2014 12:35
Show Gist options
  • Save tairov/1a57617323b8f23df53d to your computer and use it in GitHub Desktop.
Save tairov/1a57617323b8f23df53d to your computer and use it in GitHub Desktop.
#
# Hetzner Online AG - installimage
#
# This file contains the configuration used to install this
# system via installimage script. Comments have been removed.
#
# More information about the installimage script and
# automatic installations can be found in our wiki:
#
# http://wiki.hetzner.de/index.php/Betriebssystem_Images_installieren
#
DRIVE1 /dev/sda
DRIVE2 /dev/sdb
SWRAID 1
SWRAIDLEVEL 1
BOOTLOADER grub
HOSTNAME redis
PART /boot ext2 512M
PART lvm vg0 all
LV vg0 root / ext4 10G
LV vg0 swap swap swap 16G
LV vg0 tmp /tmp ext4 16G
LV vg0 var /var ext4 256G
LV vg0 home /home ext4 200G
IMAGE /root/.oldroot/nfs/install/../images/Debian-70-wheezy-64-minimal.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment