We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b6e764 commit 02beee7Copy full SHA for 02beee7
platforms/atom/asl/setup.sh
@@ -142,7 +142,7 @@ install_kernel_overlay() {
142
sudo apt -y install linux-libc-dev
143
144
echo -e "## Update grub"
145
- sudo sed -i 's/^GRUB_DEFAULT=.*$/GRUB_DEFAULT="Advanced options for Ubuntu>Ubuntu, with linux 6.6.0-000"/' /etc/default/grub
+ sudo sed -i 's/^GRUB_DEFAULT=.*$/GRUB_DEFAULT="Advanced options for Ubuntu>Ubuntu, with Linux 6.6-intel"/' /etc/default/grub
146
sudo update-grub
147
148
echo "System reboot is required. Re-run the script after reboot"
0 commit comments