Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Distroshare Ubuntu Imager
=========================

This project is brought to you by distroshare.com. Distroshare.com is
This project is brought to you by [distroshare.com](distroshare.com). Distroshare.com is
a new site for sharing customized open source operating system distributions.
Too often do users need to customize open source operating systems,
such as Ubuntu, to work correctly on their machines. By distributing
Expand All @@ -19,13 +19,15 @@ based on this tutorial: https://help.ubuntu.com/community/MakeALiveCD/DVD/Bootab
To run the script, run it from the directory where it is located. For example:


cd ~/distroshare-ubuntu-imager-1.0
./distroshare-ubuntu-imager.sh
```
cd ~/distroshare-ubuntu-imager-1.0 && ./distroshare-ubuntu-imager.sh
```

To boot the ISO from a USB stick, you can use the dd command like this:

```
dd if=isoimage.iso of=/dev/sdb bs=1M

```
where sdb is your USB drive. You should be able something similar on Mac OS X.
You can also use UNetbootin: http://unetbootin.sourceforge.net/ to create a
bootable USB drive.
Expand Down