From ec074eefe741cd2b98148d66461b8f95cd8a467f Mon Sep 17 00:00:00 2001 From: Muhammad Hussein Fattahizdeh Date: Sun, 13 Nov 2016 19:30:46 +0330 Subject: [PATCH] fix hostname nad default github page --- config.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sample b/config.sample index d628ae2..34a01f3 100644 --- a/config.sample +++ b/config.sample @@ -11,7 +11,7 @@ INTERFACE_GATEWAY='10.1.1.1' INTERFACE_NAMESERVERS='4.2.2.4' # preseed file: upload created preseed.cfg to your own host before reboot system -PRESEED_URL="http://10.1.1.2/preseed.cfg" +PRESEED_URL="https://mhf-ir.github.io/preseed.cfg" # ssh installer password PASSWORD="tHISiSpASSWORD"