Skip to content

Commit

Permalink
export-noobs: keep 'quiet' in cmdline.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
XECDesign committed Sep 24, 2018
1 parent 37da684 commit 1133934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion export-noobs/00-release/files/partition_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ -f /settings/wpa_supplicant.conf ]; then
fi

if ! grep -q resize /proc/cmdline; then
sed -i 's| quiet init=/usr/lib/raspi-config/init_resize.sh||' /tmp/1/cmdline.txt
sed -i 's| init=/usr/lib/raspi-config/init_resize.sh||;s| quiet||2g' /tmp/1/cmdline.txt
fi

umount /tmp/1
Expand Down

0 comments on commit 1133934

Please sign in to comment.