diff --git a/.gitignore b/.gitignore index 94ce885..e348773 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,8 @@ !/etc/dnsmasq.conf +!/etc/fstab + !/etc/group !/etc/hostapd/ diff --git a/etc/fstab b/etc/fstab new file mode 100644 index 0000000..a9cefdb --- /dev/null +++ b/etc/fstab @@ -0,0 +1,4 @@ +/dev/mmcblk0p1 /boot vfat defaults 0 2 +/dev/mmcblk0p2 / ext4 errors=remount-ro,noatime,nodiratime,commit=120 0 1 +/dev/sda /media/floppy vfat noauto +tmpfs /tmp tmpfs defaults,nodev,nosuid 0 0 diff --git a/etc/nginx/sites-available/default b/etc/nginx/sites-available/default index 2c2deb1..41bc170 100644 --- a/etc/nginx/sites-available/default +++ b/etc/nginx/sites-available/default @@ -10,7 +10,9 @@ server { server_name _; error_page 404 /404-floppy-not-found.html; - + + add_header Cache-Control no-cache; + location = /404-floppy-not-found.html { root /var/www/static; internal; diff --git a/etc/rc.local b/etc/rc.local index afe703e..056eda0 100755 --- a/etc/rc.local +++ b/etc/rc.local @@ -21,5 +21,7 @@ echo "" > /dev/console # Restore audio levels alsactl --file /etc/asound.state restore +# Magnum Innominandum!!!!!!!!! +/usr/local/sbin/thewhispererindarkness.sh > /dev/console & exit 0 diff --git a/var/www/static/404-floppy-not-found.html b/var/www/static/404-floppy-not-found.html index 78dab22..4559f26 100644 --- a/var/www/static/404-floppy-not-found.html +++ b/var/www/static/404-floppy-not-found.html @@ -3,8 +3,10 @@ INSERT FLOPPY!!! - + + +
@@ -12,6 +14,5 @@

1. Push it

- diff --git a/var/www/static/discofloppy1.gif b/var/www/static/discofloppy1.gif new file mode 100644 index 0000000..1927033 Binary files /dev/null and b/var/www/static/discofloppy1.gif differ