diff --git a/input/oobe/data/bin/login b/input/oobe/data/bin/login index 82f2091..9d35197 100755 --- a/input/oobe/data/bin/login +++ b/input/oobe/data/bin/login @@ -106,7 +106,7 @@ ff02::2 ip6-allrouters\ if encrypt == "y": call(["modprobe","ecryptfs"]) - with open("/etc/modules","a",encode="utf-8") as mfile: + with open("/etc/modules","a",encoding="utf-8") as mfile: mfile.write("ecryptfs\n") call(["ecryptfs-migrate-home","-u",username]) for root,dirs,files in os.walk("/home"):