Skip to content

Commit 02beee7

Browse files
committed
bug: Update kernel version in grub (#378)
1 parent 7b6e764 commit 02beee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/atom/asl/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ install_kernel_overlay() {
142142
sudo apt -y install linux-libc-dev
143143

144144
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
145+
sudo sed -i 's/^GRUB_DEFAULT=.*$/GRUB_DEFAULT="Advanced options for Ubuntu>Ubuntu, with Linux 6.6-intel"/' /etc/default/grub
146146
sudo update-grub
147147

148148
echo "System reboot is required. Re-run the script after reboot"

0 commit comments

Comments
 (0)