Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions data/profiles/boot-livecd.ipxe
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
kernel <%=repo%>/vmlinuz0
initrd <%=repo%>/initrd.img
imgargs vmlinuz0 rootflags=loop initrd=initrd.img root=live:/<%=version%>.iso rootfstype=iso9660 !text !lang !ksdevice
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How should the user put the ISO image? I didn't see the "root=live:/<%=version%>.iso" reference the <%=repo%>

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

setup_iso.py automates the setup of the ISO on disk. The installation looks like: /LiveCD/isoname, Mirroring the other OS flows, 'version' is 'isoname' and repo is '/LiveCD/isoname'.

boot || prompt --key 0x197e --timeout 2000 Press F12 to investigate || exit shell