Skip to content

Commit 2b266f0

Browse files
committed
Update: Add syslinux package
1 parent d2a1aef commit 2b266f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

alteriso5/cmd/build/work/chroot/chroot.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func (e *Env) Init() error {
2222
return err
2323
}
2424

25-
pacstrap := exec.Command("pacstrap", "-c", e.Dir, "base", "base-devel", "linux", "linux-firmware")
25+
pacstrap := exec.Command("pacstrap", "-c", e.Dir, "base", "base-devel", "linux", "linux-firmware", "syslinux")
2626
pacstrap.Env = append(os.Environ(), "LANG=C")
2727
pacstrap.Stdout = os.Stdout
2828
pacstrap.Stderr = os.Stderr

0 commit comments

Comments
 (0)