Skip to content

Commit

Permalink
03.system-tweaks: Suppress log printing
Browse files Browse the repository at this point in the history
Signed-off-by: mlradu <larisa.radu@analog.com>
  • Loading branch information
mlradu committed Feb 4, 2025
1 parent 1b0b03d commit 0ffcae2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stages/03.system-tweaks/05.automount/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ install -m 644 "${BASH_SOURCE%%/run.sh}"/files/udiskie.service "${BUILD_DIR}/lib
chroot "${BUILD_DIR}" << EOF
# Enable udiskie service to run automatically at every boot
systemctl enable udiskie
# Suppress log printing
sed -i 's/^#\(kernel\.printk = 3 4 1 3\)/\1/' /etc/sysctl.conf
EOF

0 comments on commit 0ffcae2

Please # to comment.