Changes

From Amahi Wiki
Jump to: navigation, search
no edit summary
mkdir iso-boot/mnt
}}
 
Next you will need to download [[File:menu-gen.sh]] to generate the PXE boot menus. Save this script as iso-boot/menu-gen.sh and make it executable:
 
{{Code|
Code=chmod u+x iso-boot/menu-gen.sh
}}
 
menu-gen.sh contains a number of configuration variables at the top; you will need to edit HDA_IP to match the IP address of your HDA at the very least. The TIMEOUT variable also needs to match the automount timeout set in part one so that your machine doesn't run out of loop devices.
 
 
=== Known Issues ===
#The menu-gen.sh script doesn't currently work for some images, notably those based on the dracut system#menu-gen.sh is a first attempt; it currently needs to be taught about new distributions and where to find the kernel and initrd image on each type of ISO. Suggestions and improvements to make it smarter greatly appreciated.
#Occasionally, if you don't shutdown the PXE booted system cleanly, the automounter is unable to release the mount point
19

edits