Difference between revisions of "User talk:Inkyfingers/Getting Started(0)"

From Sugar Labs
Jump to navigation Jump to search
(Note 4 pages require alteration to reflect.)
(Report changes to 4 wiki pages, 1 GB > 2 GB made.)
 
Line 3: Line 3:
 
I have noticed the following documentation will require an alteration to reflect this.
 
I have noticed the following documentation will require an alteration to reflect this.
 
: '''There may be more.'''
 
: '''There may be more.'''
* [[Downloads]] x2, plus this command.
+
* [[Downloads]] x2, plus this command.  
 
  ./tools_livecd-iso-to-disk.sh --reset-mbr --overlay-size-mb 300 --home-size-mb 175 --delete-home --unencrypted-home /path/to/source.iso /dev/sd?1  
 
  ./tools_livecd-iso-to-disk.sh --reset-mbr --overlay-size-mb 300 --home-size-mb 175 --delete-home --unencrypted-home /path/to/source.iso /dev/sd?1  
 
which at first sight I would change to:
 
which at first sight I would change to:
 
  ./tools_livecd-iso-to-disk.sh --reset-mbr --overlay-size-mb 500 --home-size-mb 900 --delete-home --unencrypted-home /path/to/source.iso /dev/sd?1
 
  ./tools_livecd-iso-to-disk.sh --reset-mbr --overlay-size-mb 500 --home-size-mb 900 --delete-home --unencrypted-home /path/to/source.iso /dev/sd?1
I am minded to have this deliberately a little too large to draw a newcomer's attention to its existence, but I do not have the experience to make this judgement.
+
I am minded to have this deliberately a little too large to draw a newcomer's attention to its existence, but I do not have the experience to make this judgement. '''''Done'''''
* [[Sugar_on_a_Stick/Windows]] x2
+
* [[Sugar_on_a_Stick/Windows]] x2 '''''Done'''''
* [[Sugar_on_a_Stick/Linux]] this text:
+
* [[Sugar_on_a_Stick/Linux]] x2 '''''Done''''' and this text x3 '''''Done'''''
  Depending on the size of your USB stick, you may have to decrease --overlay-size-mb and --home-size-mb values (for example, for a 1-GB stick, use 300 for the overlay and 175 for the home folder).
+
  Depending on the size of your USB stick, you may have to decrease --overlay-size-mb and --home-size-mb values ...
* [[Sugar_on_a_Stick/FAQ]] x2
+
 
 +
* [[Sugar_on_a_Stick/FAQ]] x2 '''''Done'''''

Latest revision as of 19:45, 21 November 2011

Re Hardware requirements.

I shall add a paragraph mentioning that 2 GB is the min. recommended size for a flash drive for SoaS. I have noticed the following documentation will require an alteration to reflect this.

There may be more.
./tools_livecd-iso-to-disk.sh --reset-mbr --overlay-size-mb 300 --home-size-mb 175 --delete-home --unencrypted-home /path/to/source.iso /dev/sd?1 

which at first sight I would change to:

./tools_livecd-iso-to-disk.sh --reset-mbr --overlay-size-mb 500 --home-size-mb 900 --delete-home --unencrypted-home /path/to/source.iso /dev/sd?1

I am minded to have this deliberately a little too large to draw a newcomer's attention to its existence, but I do not have the experience to make this judgement. Done

Depending on the size of your USB stick, you may have to decrease --overlay-size-mb and --home-size-mb values ...