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}
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
2 matches
Mail list logo