Difference between pages "Create a bootable USB disk" and "Install Linux on a USB disk with SUSE Studio"

From Linuxintro
(Difference between pages)
imported>ThorstenStaerk
 
imported>ThorstenStaerk
(Created page with "To install Linux on a USB disk using SUSE Studio go to www.susestudio.com. Choose your favorite SUSE, add packages as you like. Tell the web site to build a USB stick from...")
 
Line 1: Line 1:
#REDIRECT [[Install linux on a USB disk]]
+
To [[install Linux on a USB disk]] using SUSE Studio go to www.susestudio.com. Choose your favorite SUSE, add packages as you like. Tell the web site to build a USB stick from it. Download the image and put it onto your USB stick.
 +
 
 +
For example, if your USB stick is ''/dev/sdh'', use something like
 +
dd if=usbstick.i686-0.0.1.raw of=''/dev/sdh''

Revision as of 14:16, 1 November 2013

To install Linux on a USB disk using SUSE Studio go to www.susestudio.com. Choose your favorite SUSE, add packages as you like. Tell the web site to build a USB stick from it. Download the image and put it onto your USB stick.

For example, if your USB stick is /dev/sdh, use something like

dd if=usbstick.i686-0.0.1.raw of=/dev/sdh