board/pc: drop unused grub-efi.cfg file
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 10 May 2019 07:38:56 +0000 (09:38 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 10 May 2019 08:30:15 +0000 (10:30 +0200)
commit79b8540d624ac4846ba341b1b9691eccacf0bc05
tree84cf0e2cf19981cc0e72ab285e95afb0e1c9f2c2
parent5ea93e24cb84cea76a977df05f6cd166d4693575
board/pc: drop unused grub-efi.cfg file

Following commit fee29b05bb7db25e37c8a5175ce00dc712554edf
("configs/pc_x86_64_efi: use a GPT partition table"),
board/pc/grub-efi.cfg is no longer used anywhere: the
post-image-efi-gpt.sh script generates the grub configuration.

Also, since post-image-efi-gpt.sh generates a grub configuration file
that uses the root filesystem partition UUID as the root= kernel
argument, the instructions in the readme.txt file to tweak root= from
/dev/sda2 to /dev/vda2 is no longer relevant. This was noted in the
commit log of fee29b05bb7db25e37c8a5175ce00dc712554edf:

    The root filesystem location is passed to the kernel by a partition
    UUID, so it is possible to boot on QEMU, directly from the disk image,
    or dump the image to a physical device.

Fixes: #11841
Cc: Pete Morici <pmorici@dev295.com>
Cc: Carlos A. M. dos Santos <unixmania@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
board/pc/grub-efi.cfg [deleted file]
board/pc/readme.txt