Adjustments to match repo to working image

pull/49/head
Dan Puttick 2017-01-29 22:59:36 -05:00
parent b2cbe7b7e6
commit 47f25c07b5
4 changed files with 7 additions and 10 deletions

0
fs_filecheck/etc/fstab Normal file → Executable file
View File

View File

@ -19,7 +19,7 @@ cdrom:x:24:pi
floppy:x:25:
tape:x:26:
sudo:x:27:pi
audio:x:29:pi
audio:x:29:pi,timidity
dip:x:30:
www-data:x:33:
backup:x:34:
@ -52,3 +52,4 @@ indiecity:x:1001:root
spi:x:1002:pi
gpio:x:1003:pi
kitten:x:1004:
timidity:x:110:

View File

@ -21,12 +21,6 @@ clean(){
echo "GROOMER: end of boot, running rc.local."
# Print the IP address (this doesn't work currently?)
# _IP=$(hostname -I) || true
# if [ "$_IP" ]; then
# printf "My IP address is %s\n" "$_IP"
# fi
if [ -e /dev/sda ]; then
if [ -e /dev/sdb ]; then
# Avoid possible misuse - turn off eth0 (ethernet port)

View File

@ -1,12 +1,14 @@
[Unit]
Description=/etc/rc.local Compatibility
ConditionPathExists=/etc/rc.local
[Service]
Type=oneshot
ExecStart=/etc/rc.local
Type=forking
ExecStart=/etc/rc.local start
TimeoutSec=0
StandardInput=tty
StandardOutput=tty
RemainAfterExit=yes
SysVStartPriority=99
[Install]
WantedBy=multi-user.target