aboutsummaryrefslogtreecommitdiff
path: root/scripts/naskpass.initconf
diff options
context:
space:
mode:
authorroot <root@jessyx86.local>2016-07-05 17:03:49 +0200
committerroot <root@jessyx86.local>2016-07-06 00:02:30 +0200
commit9824c70507fd02cb61f0d2ac9c982e955cd911bb (patch)
treef138ef7f640963294a46f27ee7ab1c31e1974e7a /scripts/naskpass.initconf
parente0bf28500af7f6ae498f207562fedb866f12856a (diff)
naskpass initramfs openssh support
Diffstat (limited to 'scripts/naskpass.initconf')
-rwxr-xr-xscripts/naskpass.initconf16
1 files changed, 12 insertions, 4 deletions
diff --git a/scripts/naskpass.initconf b/scripts/naskpass.initconf
index 2e16e82..63989a1 100755
--- a/scripts/naskpass.initconf
+++ b/scripts/naskpass.initconf
@@ -1,7 +1,15 @@
# initramfs naskpass config file
-# network device
-NETDEV=eth0
-
# maximum ip wait time in seconds
-MAXWAIT=10
+MAXWAIT=25
+
+# kernel printk path
+PRINTK=/proc/sys/kernel/printk
+OLDPRINTK=/tmp/naskpass.oldprintk
+
+# network options
+# NASK_IP, NASK_MAC requires NASK_DEV !
+#NASK_DEV=eth0
+# commenting out the following line will force debian's `configure_network` routine
+#NASK_IP=192.168.0.11
+#NASK_MAC=66:66:66:66:66:66