Browse Source

Fix hostnames for install

tags/nilmbuntu-6
Jim Paris 3 years ago
parent
commit
1c82f6ad0a
2 changed files with 4 additions and 1 deletions
  1. +1
    -1
      files/casper.conf
  2. +3
    -0
      files/preseed.cfg

+ 1
- 1
files/casper.conf View File

@@ -1,6 +1,6 @@
export USERNAME="nilm"
export USERFULLNAME="NILM User"
export HOST="nilmbuntu"
export HOST="nilmbuntu-live"
export BUILD_SYSTEM="Ubuntu"
export FLAVOUR="NILMbuntu"



+ 3
- 0
files/preseed.cfg View File

@@ -53,3 +53,6 @@ d-i user-setup/allow-password-weak boolean true
d-i user-setup/force-encrypt-home boolean false
d-i user-setup/encrypt-home boolean false
d-i passwd/auto-login boolean true

d-i netcfg/get_hostname seen true
d-i netcfg/get_hostname string nilmbuntu

Loading…
Cancel
Save