Re: live usb automatic boot parameters

2012-02-23 Thread Rob Owens
On Thu, Feb 23, 2012 at 03:00:42PM -0800, alvaro rincon wrote: > i need to set automatic these two boot parameters"live" "persistent" because > i have to write it every time i boot my live usb > You can edit the appropriate syslinux file. I think it's menu.cfg or live.cfg and is located in /live

Re: live usb automatic boot parameters

2012-02-23 Thread Brian
On Thu 23 Feb 2012 at 15:00:42 -0800, alvaro rincon wrote: > i need to set automatic these two boot parameters"live" "persistent" > because i have to write it every time i boot my live usb GRUB_CMDLINE_LINUX in /etc/default/grub is the place. Do 'update -grub' afterwards. -- To UNSUBSCRIBE, em

live usb automatic boot parameters

2012-02-23 Thread alvaro rincon
i need to set automatic these two boot parameters"live" "persistent" because i have to write it every time i boot my live usb thanks