Sugar on a Stick/Sugar Clone: Difference between revisions
No edit summary |
m →Notes: update link to mirabelle |
||
| Line 105: | Line 105: | ||
===Notes=== | ===Notes=== | ||
These scripts have been tested with SoaS-Mirabelle (available at http:// | These scripts have been tested with SoaS-Mirabelle (available at http://download.sugarlabs.org/soas/releases/soas-3-mirabelle.iso) but should work with other versions of SoaS. | ||
The current version of the script has the /bin/bash shell specified without the -x (xtrace) option. Set this option, #!/bin/bash -x in the first line of the script to aid testing. When set, the script will show a lot of output on the screen as it runs. | The current version of the script has the /bin/bash shell specified without the -x (xtrace) option. Set this option, #!/bin/bash -x in the first line of the script to aid testing. When set, the script will show a lot of output on the screen as it runs. | ||