modifications for ctrlraspbian

pull/152/head
Bob DiMaiolo 2017-12-13 18:45:16 -05:00
parent 13185c8224
commit e7c33fc6e8
10 changed files with 27 additions and 15 deletions

2
.gitignore vendored
View File

@ -1,8 +1,6 @@
deploy/*
work/*
config
postrun.sh
SKIP
.pc
*-pc
apt-cacher-ng/

1
config Normal file
View File

@ -0,0 +1 @@
IMG_NAME='ctrlraspbian'

File diff suppressed because one or more lines are too long

View File

@ -22,7 +22,7 @@
#framebuffer_height=720
# uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1
hdmi_force_hotplug=1
# uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
@ -30,11 +30,11 @@
# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2
hdmi_drive=2
# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4
config_hdmi_boost=4
# uncomment for composite PAL
#sdtv_mode=2
@ -54,3 +54,10 @@
# Enable audio (loads snd_bcm2835)
dtparam=audio=on
# Disable the ACT LED on the pi.
dtparam=act_led_trigger=none
dtparam=act_led_activelow=off
# shutdown / power on from GPIO 3
dtoverlay=gpio-shutdown,gpio_pin=3,active_low=1,gpio_pull=up

File diff suppressed because one or more lines are too long

View File

@ -22,3 +22,5 @@ rsync
htop
man-db
policykit-1
ansible
ntp

View File

@ -58,3 +58,7 @@ usermod --pass='*' root
EOF
rm -f ${ROOTFS_DIR}/etc/ssh/ssh_host_*_key*
on_chroot << EOF
systemctl enable ssh
EOF

0
stage3/SKIP Normal file
View File

0
stage4/SKIP Normal file
View File

0
stage5/SKIP Normal file
View File