Page 2 of 2

Re: Salix Live LXDE 13.1 RC1 available for testing

Posted: 11. Sep 2010, 08:56
by ikke
Akuna wrote:
ikke wrote:just one this question : which is the best way to put LXDE 13.1 RC1 on a usb-stick.
1. with the help of Isomaster, extract all the content of the iso to the usb key then cd to the usb key /boot directory & execute install-on-USB.sh
Thank you, Akuna, for providing this info.

Guess you don't need to use Isomaster. Mounting the iso as [-o loop] and then copying everything with 'copy -ar /mnt/loop/*' to an usb-stick has the same results? Eg

Code: Select all

make /mnt/loop
mount -o loop mydir/salix_live.iso /mnt/loop
cp -ar /mnt/loop/* /mnt/sda1
Do you agree?

Re: Salix Live LXDE 13.1 RC1 available for testing

Posted: 11. Sep 2010, 09:17
by Akuna
ikke wrote:Guess you don't need to use Isomaster. Mounting the iso as [-o loop] and then copying everything with 'copy -ar /mnt/loop/*' to an usb-stick has the same results? Eg

Code: Select all

make /mnt/loop
mount -o loop mydir/salix_live.iso /mnt/loop
cp -ar /mnt/loop/* /mnt/sda1
Do you agree?
Sure, why not, except maybe for the small typo

Code: Select all

mkdir /mnt/loop