Revert "v0.4.65: Local directory ISO source (bind-mount workaround for Unraid)"
This reverts commit 72a2089c98.
This commit is contained in:
@@ -159,8 +159,6 @@ fn isos_text(s: &AppState) -> String {
|
||||
let src = match i.source {
|
||||
openpxe_iso_store::IsoSource::Local => "local".to_string(),
|
||||
openpxe_iso_store::IsoSource::Nfs { mount_id, .. } => format!("nfs:{mount_id}"),
|
||||
// v0.4.65: bind-mounted host directory.
|
||||
openpxe_iso_store::IsoSource::LocalDir { dir_id, .. } => format!("dir:{dir_id}"),
|
||||
};
|
||||
let _ = writeln!(
|
||||
out,
|
||||
|
||||
Reference in New Issue
Block a user