mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-22 09:51:07 +00:00
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:
parent
21b87ff7d2
commit
92cddb315f
@ -45,7 +45,7 @@ export CONFIG_BOOT_REQ_HASH=n
|
|||||||
export CONFIG_BOOT_REQ_ROLLBACK=n
|
export CONFIG_BOOT_REQ_ROLLBACK=n
|
||||||
export CONFIG_BOOT_KERNEL_REMOVE="quiet"
|
export CONFIG_BOOT_KERNEL_REMOVE="quiet"
|
||||||
export CONFIG_BOOT_KERNEL_ADD="console=tty0 console=hvc0 rootdelay=3 rootwait panic=10"
|
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_BOARD_NAME="Talos 2"
|
||||||
export CONFIG_FLASHROM_OPTIONS="--noverify-all -p linux_mtd"
|
export CONFIG_FLASHROM_OPTIONS="--noverify-all -p linux_mtd"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user