Skip to content

Commit 361998f

Browse files
author
Rafael Garcia
committed
remove outdated comment
1 parent 975fdd9 commit 361998f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/system/initrd.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ func (m *manager) buildInitrd(ctx context.Context, arch string) (string, error)
6666
}
6767

6868
// Write generated init script
69-
// Note: The init script is generated at instance creation time with hasGPU flag,
70-
// so we write a placeholder here that will be replaced per-instance
7169
initScript := GenerateInitScript()
7270
initPath := filepath.Join(rootfsDir, "init")
7371
if err := os.WriteFile(initPath, []byte(initScript), 0755); err != nil {

0 commit comments

Comments
 (0)