diff options
| author | Britney Fransen <brfransen@gmail.com> | 2016-05-16 16:13:33 (GMT) |
|---|---|---|
| committer | Britney Fransen <brfransen@gmail.com> | 2016-05-16 16:13:33 (GMT) |
| commit | 6f7a84649ef75069cc4fa06fabeb63e762e049d1 (patch) | |
| tree | 390f0eb0781b2599449edbdafbeb6aaba34200dc /abs/core/grub/grub.install | |
| parent | 2977acb7eedc1934fa051d69d3e88e633db0d1d7 (diff) | |
| download | linhes_pkgbuild-6f7a84649ef75069cc4fa06fabeb63e762e049d1.zip linhes_pkgbuild-6f7a84649ef75069cc4fa06fabeb63e762e049d1.tar.gz linhes_pkgbuild-6f7a84649ef75069cc4fa06fabeb63e762e049d1.tar.bz2 | |
grub: grub.install: use systemconfig to rebuild grub config to make sure we have splash setting
Diffstat (limited to 'abs/core/grub/grub.install')
| -rw-r--r-- | abs/core/grub/grub.install | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/abs/core/grub/grub.install b/abs/core/grub/grub.install index 40e3078..ddd6681 100644 --- a/abs/core/grub/grub.install +++ b/abs/core/grub/grub.install @@ -13,10 +13,9 @@ post_install() { post_upgrade() { cat << 'EOM' Generating grub.cfg config file... -This may fail on some machines running a custom kernel. EOM - - grub-mkconfig -o /boot/grub/grub.cfg 2> /dev/null + + systemconfig.py -m advanced echo "done." for file in ${filelist[@]}; do |
