Last active
June 6, 2018 15:53
-
-
Save jburwell/e858a68313ac43efdc709e87a856626f to your computer and use it in GitHub Desktop.
Raspian GPG key generation setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# To use a custom base config.txt: | |
# Place the config.txt in this folder. | |
# It will be used as base for the further customization by installer-config.txt. | |
display_hdmi_rotate=3 | |
gpu_mem=32 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
timeserver=pool.ntp.org | |
ip_addr=dhcp | |
hostname=keybula | |
domainname=local | |
timezone=America/New_York | |
preset=base | |
firmware_packages=0 | |
packages=console-setup,ca-certificates,tzdata,openssh-client,console-data,keyboard-configuration,hopenpgp-tools,paperkey,qrencode,python-yubico,python-yubico-tools,yubikey-personalization,pcscd,scdaemon,pcsc-tools,gpgsm,cryptsetup,libpam-mount,git,ifupdown,net-tools,dosfstools,raspberrypi-sys-mods,systemd-sysv,iputils-ping,wget,less,tzdata,apt-utils,libraspberrypi-bin,raspi-copies-and-fills,fake-hwclock,ntp,rsyslog,cpufrequtils | |
username=jburwell | |
userpw=changeme | |
userperms_admin=1 | |
userperms_sound=1 | |
usergpu=1 | |
usergpio=1 | |
root_ssh_pwlogin=0 | |
rootpw= | |
hdmi_type=monitor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment