Browse Source

Save more interactive choices

Bob Mottram 10 years ago
parent
commit
1f25909aaa
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/freedombone

+ 3
- 0
src/freedombone View File

@@ -471,6 +471,9 @@ function save_configuration_file {
471 471
   echo "LOCAL_NETWORK_STATIC_IP_ADDRESS=$LOCAL_NETWORK_STATIC_IP_ADDRESS" >> freedombone.cfg
472 472
   echo "ROUTER_IP_ADDRESS=$ROUTER_IP_ADDRESS" >> freedombone.cfg
473 473
   echo "ENABLE_CJDNS=$ENABLE_CJDNS" >> freedombone.cfg
474
+  echo "DEBIAN_REPO=$DEBIAN_REPO" >> freedombone.cfg
475
+  echo "NAMESERVER1=$NAMESERVER1" >> freedombone.cfg
476
+  echo "NAMESERVER2=$NAMESERVER1" >> freedombone.cfg
474 477
   if [ $WIKI_TITLE ]; then
475 478
       echo "WIKI_TITLE=$WIKI_TITLE" >> freedombone.cfg
476 479
   fi