From 2436075576d8909e7b2b67e161f4c7fd3a92f321 Mon Sep 17 00:00:00 2001 From: fbt Date: Tue, 25 Feb 2014 09:33:22 +0400 Subject: [PATCH] default hostname --- etc/rc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.conf b/etc/rc.conf index 6f2caa8..459e52b 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -6,7 +6,7 @@ export PATH='/usr/local/bin:/usr/bin' cfg_initscripts_dir='/etc/rc.d' # Hostname -cfg_hostname='cetaganda' +cfg_hostname='changeme' # Services to start at boot time cfg_services+=( 'mount' 'udev' 'rc.local' ) # You probably do need these