Fourth round of fixes

This commit is contained in:
2025-09-30 00:33:20 -04:00
parent 1d6d89be05
commit 2905fbc275
6 changed files with 26 additions and 44 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ func system() {
writeFile(mountPoint+"/etc/doas.conf", "permit persist keepenv :wheel as root\n", "root", 0644)
managePackage("-S", "opendoas")
chrootCommandRun([]string{"pacman", "-S", "--asexplicit", "--dbonly", "archlinux-keyring", "autoconf", "automake", "binutils", "bison", "debugedit", "fakeroot", "file", "findutils", "flex", "gawk", "gcc", "gettext", "grep", "groff", "gzip", "libtool", "m4", "make", "pacman", "patch", "pkgconf", "sed", "texinfo", "which", "--noconfirm"})
chrootCommandRun([]string{"pacman", "-R", "sudo", "qt-sudo", "--noconfirm"})
chrootCommandRun([]string{"pacman", "-R", "base-devel", "sudo", "--noconfirm"})
if !doAll {
break
@@ -66,7 +66,7 @@ func system() {
break
}
fallthrough
case 9:
case 8:
addKernelParams([]string{"amd_pstate=passive"})
}
}