1
0
Fork 0

Initial commit

master
Dustin 2017-04-07 11:10:58 -05:00
commit 3e4ebc19e6
10 changed files with 9 additions and 0 deletions

0
.gitignore vendored Normal file
View File

1
ellipsis Normal file
View File

@ -0,0 +1 @@

1
fmos/devmode Normal file
View File

@ -0,0 +1 @@
fmos install --source http://tauscorpii.pyrocufflink.jazz/~dustin/fmos-ng -y fmos-devmode

1
fmos/ignore safety Normal file
View File

@ -0,0 +1 @@
export IGNORE_SAFETY=$(python -O -c 'import fmos.util; print fmos.util._hmacnow.hmacnow()')

1
fmos/mdns nsswitch Normal file
View File

@ -0,0 +1 @@
sudo sed -i.bak '/^hosts:/s/dns/mdns6_minimal [NOTFOUND=return] dns/' /etc/nsswitch.conf

1
portage/package.keywords Normal file
View File

@ -0,0 +1 @@
# vim: set ft=gentoo-package-keywords :

1
portage/package.mask Normal file
View File

@ -0,0 +1 @@
# vim: set ft=gentoo-package-use :

1
portage/package.use Normal file
View File

@ -0,0 +1 @@
# vim: set ft=gentoo-package-use :

1
unicode_literals Normal file
View File

@ -0,0 +1 @@
from __future__ import unicode_literals

1
wait loadavg Normal file
View File

@ -0,0 +1 @@
until awk '{exit $1 > 1}' /proc/loadavg; do sleep 5; done