Missing menstion of dependency on autopoint in INSTALL
René Nidegger <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.grub.bugs |
|---|---|
| Message-ID | <trinity-c420a3ea-627c-4e30-9fb3-9575a56a19c5-1695710709413@3c-app-gmx-bap42> |
When I tried to follow the instructions in INSTALL to install grub, I encountered the error
./bootstrap: autopoint --force
./bootstrap: 941: autopoint: not found
Installing autopoint with
sudo apt install -y autooint
fixed this issue.
I feel it would be beneficial for future users to mention autopoint as prerequisite for installing grub.