commit | 490d1f8b4d5cd59d789c6a4d2aa1e94b54db13d1 | [log] [tgz] |
---|---|---|
author | Chih-Wei Huang <cwhuang@linux.org.tw> | Wed Jan 17 11:31:09 2018 +0800 |
committer | Chih-Wei Huang <cwhuang@linux.org.tw> | Wed Jan 17 11:31:09 2018 +0800 |
tree | 026a006e323361155deadf642d9f5b1541118d8e | |
parent | 8d81e3c0bfa86b9f13a7645f074b8be7b3fa269f [diff] |
1-install: avoid overwriting /boot/grub/grub.cfg Originally we just write a new /boot/grub/grub.cfg to ESP. It may destroy boot entries of other OSes (e.g. Ubuntu). That's not good. To avoid the issue, move our grub.cfg to a higher priority dir /boot/grub/${grub_cpu}-efi/ which is usually not used.