From f02c1cfbc79e02cc6f6ca7b730462dd61feb2fd5 Mon Sep 17 00:00:00 2001 From: brad Date: Fri, 31 Mar 2023 20:23:32 -0500 Subject: [PATCH] making it so the answerfile actually functions again --- alpine/answer.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alpine/answer.cfg b/alpine/answer.cfg index 0ecdc1d..00127df 100755 --- a/alpine/answer.cfg +++ b/alpine/answer.cfg @@ -3,10 +3,10 @@ # Use US layout with US variant # KEYMAPOPTS="us us" -KEYMAPOPTS=us us +KEYMAPOPTS="us us" # Set hostname to 'alpine' -HOSTNAMEOPTS=burner +HOSTNAMEOPTS="burner" # Set device manager to mdev DEVDOPTS=mdev