diff options
author | root <root@jessyx86.local> | 2016-07-05 17:03:49 +0200 |
---|---|---|
committer | root <root@jessyx86.local> | 2016-07-06 00:02:30 +0200 |
commit | 9824c70507fd02cb61f0d2ac9c982e955cd911bb (patch) | |
tree | f138ef7f640963294a46f27ee7ab1c31e1974e7a /scripts/naskpass.initconf | |
parent | e0bf28500af7f6ae498f207562fedb866f12856a (diff) |
naskpass initramfs openssh support
Diffstat (limited to 'scripts/naskpass.initconf')
-rwxr-xr-x | scripts/naskpass.initconf | 16 |
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 |