Difference between revisions of "Talk:Build Environment Ubuntu 9.04"
From Gumstix User Wiki
m |
|||
Line 1: | Line 1: | ||
Since this is the page for building things in Ubuntu 9.04, shouldn't step 1) be "Get Ubuntu linux 9.04" instead of "Get Ubuntu linux 8.10"? | Since this is the page for building things in Ubuntu 9.04, shouldn't step 1) be "Get Ubuntu linux 9.04" instead of "Get Ubuntu linux 8.10"? | ||
:why my page for 8.10 was deleted? is it the same for 9.04? | :why my page for 8.10 was deleted? is it the same for 9.04? | ||
+ | |||
+ | '''Modify Step 3?''' | ||
+ | |||
+ | from: sudo usermod -a -G oe ''YOUR_CURRENT_USERNAME'' | ||
+ | |||
+ | to: sudo usermod -a -G oe ''$USER'' |
Revision as of 10:22, 8 October 2009
Since this is the page for building things in Ubuntu 9.04, shouldn't step 1) be "Get Ubuntu linux 9.04" instead of "Get Ubuntu linux 8.10"?
- why my page for 8.10 was deleted? is it the same for 9.04?
Modify Step 3?
from: sudo usermod -a -G oe YOUR_CURRENT_USERNAME
to: sudo usermod -a -G oe $USER