Search Criteria
Package Details: update-grub 0.0.1-7
Git Clone URL: | https://aur.archlinux.org/update-grub.git (read-only, click to copy) |
---|---|
Package Base: | update-grub |
Description: | Simple wrapper around grub-mkconfig |
Upstream URL: | http://packages.ubuntu.com/precise/grub2-common |
Licenses: | |
Submitter: | FSMaxB |
Maintainer: | FSMaxB |
Last Packager: | FSMaxB |
Votes: | 81 |
Popularity: | 0.61 |
First Submitted: | 2013-02-10 11:19 |
Last Updated: | 2015-06-08 12:55 |
Latest Comments
1 2 Next › Last »
dreieck commented on 2021-02-08 11:32
@micwoj92: Maybe I got it because I use Artix (Arch Linux without systemd), and Artix' GRUB already contains
/usr/bin/update-grub
.micwoj92 commented on 2021-02-04 04:16
Oh I didn't install it that time, thought it's not fixed. But now I tried and saw no error. No idea how dreieck got that. Sorry for confusion.
FSMaxB commented on 2021-02-04 00:26
I don't quite get it. Running
pacman -Ql grub | grep update
doesn't produce any results, and even installing bothgrub
andupdate-grub
doesn't have any conflicts for me. Am I missing something here?micwoj92 commented on 2021-02-03 22:55
Half year ago now, any update on this?
dreieck commented on 2020-06-30 10:46
Hm, it seems that it conflicts with up to date
grub
:maybe the package
update-grub
is deprecated?sogens666 commented on 2020-04-29 02:01
thanks I was having trouble with the grub updating part and now it's easy
FSMaxB commented on 2014-05-03 20:53
@SammysHP: Thanks, it's much cleaner that way. Maybe I should have read the install man page.
SammysHP commented on 2014-04-03 10:28
Can you change package() to this, please?
package() {
install -Dm755 "$srcdir/update-grub" "$pkgdir/usr/bin/update-grub"
}
FSMaxB commented on 2013-06-25 06:24
Thanks, I changed the PKGBUILD accordingly.
test0 commented on 2013-06-25 05:34
PKGBUILD: "depends=('grub-common')" should be changed to "depends=('grub')"