Re: [arch-general] Boot iso with grub2

2010-03-31 Thread Aaron Griffin
On Wed, Mar 31, 2010 at 4:50 PM, Christopher Rogers wrote: > There has been a request for a findiso boot option so you can boot the iso > with grub2 on a usb stick. I have this feature in my archiso-live and it > works very well. > > Here is some code i have for it: > > _mnt_iso() { >    img="${1}

[arch-general] Boot iso with grub2

2010-03-31 Thread Christopher Rogers
There has been a request for a findiso boot option so you can boot the iso with grub2 on a usb stick. I have this feature in my archiso-live and it works very well. Here is some code i have for it: _mnt_iso() { img="${1}" #mnt="${2}" mnt="/tmpfs/mnt/findiso" msg "::: Mounting ${im