Add s390x support to binfmt_misc

Signed-off-by: Johannes Würbach <johannes.wuerbach@googlemail.com>
This commit is contained in:
Johannes Würbach
2018-12-22 15:12:32 +01:00
parent 4e634e3b29
commit 81d17a19c4
3 changed files with 11 additions and 1 deletions

View File

@@ -89,6 +89,10 @@ func main() {
if len(line) == 0 {
continue
}
// ignore comments
if line[0] == '#' {
continue
}
err = binfmt(line)
if err != nil {
log.Fatal(err)