updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / live-usb-system-creator / live-usb-system-creator.install
blob17d031c10f76d730df76fadf3684a1c7bf466b7e
1 post_install()
3   echo ""
4   echo "To install an iso to a USB flash disk the iso needs to be mounted to:"
5   echo ""
6   echo "/cdrom"
7   echo ""
8   echo "This can be done as root (after first creating the directory) by:"
9   echo ""
10   echo "mount -o loop <name.iso> /cdrom"
11   echo ""
14 post_upgrade()
16   post_install