This repository has been archived on 2022-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
2017-07-26 21:31:31 +02:00
|
|
|
##HOSTNAME = $(APPLIANCE)
|
|
|
|
##TIMEZONE = UTC
|
2019-07-07 13:54:56 +02:00
|
|
|
DISK_SIZE = 8.0G
|
2017-07-26 21:31:31 +02:00
|
|
|
##SWAP_SIZE = 30
|
|
|
|
##SWAP_FILE = $(CHROOT)/.swap
|
|
|
|
##ARCH = amd64-hardened
|
|
|
|
##MAKEOPTS = -j10 -l10
|
|
|
|
##PRUNE_CRITICAL = NO
|
|
|
|
##CHANGE_PASSWORD = YES
|
|
|
|
##HEADLESS = NO
|
|
|
|
##SOFTWARE = 1
|
|
|
|
##PKGLIST = 0
|
|
|
|
##RSYNC_MIRROR = rsync://rsync15.de.gentoo.org/gentoo/
|
2018-09-16 10:00:30 +02:00
|
|
|
##KERNEL_PKG = gentoo-sources
|
2017-07-26 21:31:31 +02:00
|
|
|
KERNEL_CONFIG = appliances/$(APPLIANCE)/kernel.config
|
|
|
|
ENABLE_SSHD = YES
|
|
|
|
TIMEZONE=Europe/Berlin
|
|
|
|
LOCALE=de_DE.utf8
|
2020-09-15 11:36:58 +02:00
|
|
|
REPO_NAMES = unitas-misc unitas-privacyidea
|
|
|
|
REPO_URI_unitas-misc = https://git.unitas-network.de/Gentoo/unitas-misc.git
|
|
|
|
REPO_URI_unitas-privacyidea = https://git.unitas-network.de/Gentoo/unitas-privacyidea.git
|