boards/talos-2/talos-2.config : sda1 will never be a boot device

/dev/nvme0n1p2 expected to contain /boot/grub dir
This commit is contained in:
Thierry Laurion 2023-05-25 14:03:11 -04:00 committed by Sergii Dmytruk
parent 21b87ff7d2
commit 92cddb315f
No known key found for this signature in database
GPG Key ID: 48579AA47429663E

View File

@ -45,7 +45,7 @@ export CONFIG_BOOT_REQ_HASH=n
export CONFIG_BOOT_REQ_ROLLBACK=n
export CONFIG_BOOT_KERNEL_REMOVE="quiet"
export CONFIG_BOOT_KERNEL_ADD="console=tty0 console=hvc0 rootdelay=3 rootwait panic=10"
export CONFIG_BOOT_DEV="/dev/sda1"
export CONFIG_BOOT_DEV="/dev/nvme0n1p2"
export CONFIG_BOARD_NAME="Talos 2"
export CONFIG_FLASHROM_OPTIONS="--noverify-all -p linux_mtd"