mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[PR #455] [MERGED] fix ambiguous param in geniso image #2423
Labels
No labels
Hacktoberfest
Hacktoberfest
bootloader
bsd
bug
confirmed
documentation
duplicate
enhancement
enhancement
enhancement
eol
experimental-merged
freebsd
help wanted
invalid
investigate
ipxe
linux
live-os
memdisk
menu
no-issue-activity
no-issue-activity
pull-request
released
todo
upstream
windows
windows
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz#2423
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:fix_genisoimage_error📝 Commits (1)
497fca2fix 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.