Initial commit
This commit is contained in:
0
.gitignore
vendored
Normal file
0
.gitignore
vendored
Normal file
1
fmos/devmode
Normal file
1
fmos/devmode
Normal file
@@ -0,0 +1 @@
|
|||||||
|
fmos install --source http://tauscorpii.pyrocufflink.jazz/~dustin/fmos-ng -y fmos-devmode
|
||||||
1
fmos/ignore safety
Normal file
1
fmos/ignore safety
Normal file
@@ -0,0 +1 @@
|
|||||||
|
export IGNORE_SAFETY=$(python -O -c 'import fmos.util; print fmos.util._hmacnow.hmacnow()')
|
||||||
1
fmos/mdns nsswitch
Normal file
1
fmos/mdns nsswitch
Normal 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
1
portage/package.keywords
Normal file
@@ -0,0 +1 @@
|
|||||||
|
# vim: set ft=gentoo-package-keywords :
|
||||||
1
portage/package.mask
Normal file
1
portage/package.mask
Normal file
@@ -0,0 +1 @@
|
|||||||
|
# vim: set ft=gentoo-package-use :
|
||||||
1
portage/package.use
Normal file
1
portage/package.use
Normal file
@@ -0,0 +1 @@
|
|||||||
|
# vim: set ft=gentoo-package-use :
|
||||||
1
unicode_literals
Normal file
1
unicode_literals
Normal file
@@ -0,0 +1 @@
|
|||||||
|
from __future__ import unicode_literals
|
||||||
1
wait loadavg
Normal file
1
wait loadavg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
until awk '{exit $1 > 1}' /proc/loadavg; do sleep 5; done
|
||||||
Reference in New Issue
Block a user