mirror of
https://github.com/rwinkhart/cachyos-postinstall-helper.git
synced 2026-08-28 04:46:52 -04:00
Mark TODOs
This commit is contained in:
@@ -4,6 +4,7 @@ import (
|
|||||||
"github.com/rwinkhart/go-boilerplate/front"
|
"github.com/rwinkhart/go-boilerplate/front"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// TODO remove unneeded linux-firmware packages!
|
||||||
func removals() {
|
func removals() {
|
||||||
for {
|
for {
|
||||||
var doAll bool
|
var doAll bool
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ func system() {
|
|||||||
doAll = true
|
doAll = true
|
||||||
fallthrough
|
fallthrough
|
||||||
case 3:
|
case 3:
|
||||||
|
// TODO fix!
|
||||||
err := os.RemoveAll("/tmp/custom-base-devel/")
|
err := os.RemoveAll("/tmp/custom-base-devel/")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
other.PrintError("Failed to remove /tmp/custom-base-devel", 1)
|
other.PrintError("Failed to remove /tmp/custom-base-devel", 1)
|
||||||
@@ -106,6 +107,7 @@ depends=(
|
|||||||
}
|
}
|
||||||
fallthrough
|
fallthrough
|
||||||
case 5:
|
case 5:
|
||||||
|
// TODO move to chroot!
|
||||||
cmd := exec.Command("tune2fs", "-O", "fast_commit", front.Input("/dev/driveparition:"))
|
cmd := exec.Command("tune2fs", "-O", "fast_commit", front.Input("/dev/driveparition:"))
|
||||||
err := cmd.Run()
|
err := cmd.Run()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user