diff --git a/data/profiles/install-debian.ipxe b/data/profiles/install-debian.ipxe index 889af654b..a5ad39dec 100644 --- a/data/profiles/install-debian.ipxe +++ b/data/profiles/install-debian.ipxe @@ -9,7 +9,7 @@ echo Starting Debian/Ubuntu x64 installer for ${hostidentifier} set base-url <%=repo%>/<%=baseUrl%> kernel ${base-url}/linux initrd ${base-url}/initrd.gz -imgargs linux auto=true nomodeset fb=false DEBIAN_FRONTEND=noninteractive url=<%=installScriptUri%> hostname=<%=hostname%> log_host=<%=server%> BOOTIF=01-<%=macaddress%> interface=<%=interface%> console=<%=comport%>,115200n8 console=tty0 raid=noautodetect <%=kargs%> +imgargs linux initrd=initrd.gz auto=true nomodeset fb=false DEBIAN_FRONTEND=noninteractive url=<%=installScriptUri%> hostname=<%=hostname%> log_host=<%=server%> BOOTIF=01-<%=macaddress%> interface=<%=interface%> console=<%=comport%>,115200n8 console=tty0 raid=noautodetect <%=kargs%> <% if( typeof progressMilestones !== 'undefined' && progressMilestones.startInstallerUri ) { %> imgfetch --name fakedimage http://<%=server%>:<%=port%><%-progressMilestones.startInstallerUri%> ||