Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Oct 19, 2024
1 parent 4763ef9 commit 4292ed5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,16 @@ ArmbianCompileServer()

$ARMBIAN_PATH/compile.sh \
BOARD=fxblox-rk1 \
BRANCH=vendor \
INCLUDE_HOME_DIR=no \
BRANCH=current \
RELEASE=jammy \
BUILD_DESKTOP=no \
BUILD_MINIMAL=yes \
KERNEL_CONFIGURE=no \
KERNEL_GIT=shallow \
CONSOLE_AUTOLOGIN=yes \
EXPERT="yes" \
CLEAN_LEVEL=oldcache \
CLEAN_LEVEL=oldcache,images,debs,alldebs,cache,sources,extras \
NETWORKING_STACK=network-manager \
PACKAGE_LIST_BOARD="\
cmake libi2c-dev \
Expand Down
2 changes: 1 addition & 1 deletion userpatches/overlay/fxBlox_custom_script_service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ addUser()
) | passwd "$RealUserName" > /dev/null 2>&1

mkdir -p /home/$RealUserName/
chown -R "$RealUserName":"$RealUserName" /home/pi/
chown -R "$RealUserName":"$RealUserName" /home/"$RealUserName"/

for additionalgroup in sudo netdev audio video disk tty users games dialout plugdev input bluetooth systemd-journal ssh; do
usermod -aG "${additionalgroup}" "${RealUserName}" 2> /dev/null
Expand Down

0 comments on commit 4292ed5

Please sign in to comment.