Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

install: too much magic with grub-install #487

Open
blaggacao opened this issue May 19, 2020 · 0 comments
Open

install: too much magic with grub-install #487

blaggacao opened this issue May 19, 2020 · 0 comments

Comments

@blaggacao
Copy link

k3os/install.sh

Line 200 in 33f581e

grub-install ${GRUB_TARGET} --boot-directory=${TARGET}/boot ${DEVICE}

seems a bit too magical and dependent on side effects of the current system it's running on, a more declarative approach based on either

  • grub-mkimage or
  • grub-mkstandalone

would lay the foundation for install from a host onto a different target system

related to #482

@blaggacao blaggacao changed the title Too much magic with grub-install install: too much magic with grub-install May 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant