[PR #455] [MERGED] fix ambiguous param in geniso image #2423

Closed
opened 2026-03-01 18:40:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/455
Author: @vincentaubert
Created: 12/27/2019
Status: Merged
Merged: 12/27/2019
Merged by: @antonym

Base: masterHead: fix_genisoimage_error


📝 Commits (1)

  • 497fca2 fix ambiguous param in geniso image

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 roles/netbootxyz/tasks/generate_disks_efi.yml (+1 -1)

📄 Description

Hello

while using ansible to generate my own netboot.xyz instance on a debian 10 server
I had this error :
genisoimage: option '-e' is ambiguous; possibilities: '-eltorito-boot' '-eltorito-alt-boot' '-eltorito-catalog' '-exclude' '-exclude-list' '-ethershare' '-exchange'

I fixed it simply with this code in the PR


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbootxyz/netboot.xyz/pull/455 **Author:** [@vincentaubert](https://github.com/vincentaubert) **Created:** 12/27/2019 **Status:** ✅ Merged **Merged:** 12/27/2019 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `master` ← **Head:** `fix_genisoimage_error` --- ### 📝 Commits (1) - [`497fca2`](https://github.com/netbootxyz/netboot.xyz/commit/497fca2e2fb418759e42902d8c59496a732d731c) fix ambiguous param in geniso image ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `roles/netbootxyz/tasks/generate_disks_efi.yml` (+1 -1) </details> ### 📄 Description Hello while using ansible to generate my own netboot.xyz instance on a debian 10 server I had this error : genisoimage: option '-e' is ambiguous; possibilities: '-eltorito-boot' '-eltorito-alt-boot' '-eltorito-catalog' '-exclude' '-exclude-list' '-ethershare' '-exchange' I fixed it simply with this code in the PR --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 18:40:01 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/netboot.xyz#2423
No description provided.