Add update-grub script
This commit is contained in:
@@ -56,6 +56,9 @@ package() {
|
||||
# Install grub default file
|
||||
install -Dm644 "$BPM_WORKDIR"/grub.default "$BPM_OUTPUT"/etc/default/grub
|
||||
|
||||
# Install update-grub script
|
||||
install -Dm755 "$BPM_WORKDIR"/update-grub.sh "$BPM_OUTPUT"/usr/sbin/update-grub
|
||||
|
||||
# Install BPM hook
|
||||
install -Dm644 "$BPM_WORKDIR"/20-grub.bpmhook "$BPM_OUTPUT"/var/lib/bpm/hooks/20-grub.bpmhook
|
||||
|
||||
|
||||
Reference in New Issue
Block a user