diff options
| author | Manuel Traut <manut@linutronix.de> | 2014-11-07 12:29:00 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2014-11-07 12:29:00 +0100 |
| commit | 80371a29df7dcffbfddc8554180eae592de39bee (patch) | |
| tree | 0c18bafd4d0ec84d0f13e96c9c18327727c278e7 | |
| parent | ecd8f5a7cfb50c6fdba9da9b7cc7d7603b944f1d (diff) | |
lx-trainer-vm: add sudo functionality
Signed-off-by: Manuel Traut <manut@linutronix.de>
| -rw-r--r-- | lx-trainer-vm.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lx-trainer-vm.xml b/lx-trainer-vm.xml index fee0fdc..4f77693 100644 --- a/lx-trainer-vm.xml +++ b/lx-trainer-vm.xml @@ -98,7 +98,6 @@ </fstab> <finetuning> <rm>var/cache/apt/archives/*.deb</rm> - <adduser passwd="devel" shell="/bin/bash">devel</adduser> <command>wget https://sourcery.mentor.com/sgpp/lite/arm/portal/package8739/public/arm-none-linux-gnueabi/arm-2011.03-41-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2</command> <command>tar xjf arm-2011.03-41-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2 -C /opt</command> <command>rm arm-2011.03-41-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2</command> @@ -109,6 +108,7 @@ <command>git clone -b daisy git://git.yoctoproject.org/poky.git /opt/yocto/poky.git</command> <command>git clone -b daisy git://git.yoctoproject.org/meta-ti /opt/yocto/meta-ti.git</command> <command>git clone -b daisy git://git.yoctoproject.org/meta-fsl-arm /opt/yocto/meta-fsl-arm.git</command> + <adduser passwd="devel" shell="/bin/bash" groups="sudo">devel</adduser> </finetuning> <pkg-list> <pkg>grub-pc</pkg> @@ -130,6 +130,7 @@ <pkg>quilt</pkg> <pkg>git</pkg> <pkg>gedit</pkg> + <pkg>gksu</pkg> <!-- fastboot training --> <pkg>bootchart2</pkg> |
