Changes

From Amahi Wiki
Jump to: navigation, search
no edit summary
You can browse around the directories, copy files etc at leisure, and when you're done the automounter will release the loop device for reuse.
 
== Part 2 - Making ISO images bootable ==
First, we need to create some directories to hold the PXE menu structure and the script to generate it:
{{Code|
Code=cd /usr/share/amahi-netboot/tftp
mkdir iso-boot
mkdir iso-boot/conf
mkdir iso-boot/mnt
}}
 
 
 
 
=== Known Issues ===
#The script doesn't currently work for some images, notably those based on the dracut system
#Occasionally, if you don't shutdown the PXE booted system cleanly, the automounter is unable to release the mount point
19

edits