ryank...@gmail.com:
> I was trying to put together a network installer for QubesOS for 
> netboot.xyz. 
> 
> You are already leveraging Dracut with the full network stack and livenet 
> hooks so booting something like this example below in IPXE loads the 
> installer interface: (if you rip isolinux/initrd.img isolinux/vmlinuz, 
> and LiveOS/squashfs.img out of a Live CD)
> 
> :CUSTOM
> imgfree
> set url http://192.168.10.13:8080/
> kernel ${url}vmlinuz root=live:${url}squashfs.img 
> repo=https://ftp.qubes-os.org/repo/yum/r4.0/current/dom0/fc25/ 
> ro rd.live.image rd.lvm=0 rd.luks=0 rd.md=0 rd.dm=0 initrd=initrd
> initrd ${url}initrd
> boot
> 
> The problem is that the hosted repo does not contain the base packages in 
> the ISO repo (bash among others). 
> 
> Would it be possible to mirror the ISO repo contents to 
> "/repo/yum/r4.0/current/dom0/fc25/" to support network based installs 
> without a local repo? 
> 
> Let me know if you need anymore information. 
> 
If the Qubes team can't support that, couldn't you set up your own
internal repo server?

-- 
- don't top post
Mailing list etiquette:
- trim quoted reply to only relevant portions
- when possible, copy and paste text instead of screenshots

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/80a09c39-914d-735c-35c0-93b25cd06f5f%40danwin1210.me.

Reply via email to