Fix mistake in OOBE
This commit is contained in:
parent
3f3630a8a6
commit
5692fbe881
@ -106,7 +106,7 @@ ff02::2 ip6-allrouters\
|
|||||||
|
|
||||||
if encrypt == "y":
|
if encrypt == "y":
|
||||||
call(["modprobe","ecryptfs"])
|
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")
|
mfile.write("ecryptfs\n")
|
||||||
call(["ecryptfs-migrate-home","-u",username])
|
call(["ecryptfs-migrate-home","-u",username])
|
||||||
for root,dirs,files in os.walk("/home"):
|
for root,dirs,files in os.walk("/home"):
|
||||||
|
Loading…
Reference in New Issue
Block a user