From 760ddde15747261a1528e04880e69400b2144bee Mon Sep 17 00:00:00 2001 From: Anthony Young Date: Thu, 10 Nov 2011 13:46:52 -0800 Subject: [PATCH] configuring stack user is optional --- tools/build_uec.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/build_uec.sh b/tools/build_uec.sh index 90c8e9c..7e91e22 100755 --- a/tools/build_uec.sh +++ b/tools/build_uec.sh @@ -187,10 +187,13 @@ cat > localrc <> $vm_dir/uec/user-data<> /etc/sudoers ( umask 226 && echo "stack ALL=(ALL) NOPASSWD:ALL" \ > /etc/sudoers.d/50_stack_sh ) -# Disable byobu -byobu-disable EOF fi