diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-09-14 13:41:28 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-09-14 13:41:28 +0400 |
commit | 0fa5d461732d95410c07fa36f4ffe44e0286c354 (patch) | |
tree | 5797d2a5eda4805ce1438f3e1350dee8ec9dc0e0 | |
parent | da8fd325f663d3f240ee1a2b33713b96c1b73461 (diff) | |
download | live-0fa5d461732d95410c07fa36f4ffe44e0286c354.tar.gz |
Use dyson-live as hostname for livecd
-rwxr-xr-x | protostar | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -172,7 +172,7 @@ swap - /tmp tmpfs - yes - VFSTAB -echo "dyson-${DIST}-live" > "${ROOT}/etc/nodename" +echo "dyson-live" > "${ROOT}/etc/nodename" # Set root password (just "root"): echo 'root:root' | chpasswd -R "$ROOT" |