summarylogtreecommitdiffstats
path: root/grub.install
blob: 59dc2dd4500671e95c113da9e3dd9229fd2f04c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
	printf "\e[37;1m\e[44;1m%s\e[0m\n" "\
- Please reinstall GRUB first:
  # grub-install --target=i386-pc --boot-directory=/your/boot/partition /dev/sdx
 
- Then; look at \"/etc/default/grub.silent\" sample file
  and make necessary changes to \"/etc/default/grub\".
  
- Lastly, regenerate the GRUB config file:
  # grub-mkconfig -o /your/boot/partition/grub/grub.cfg"
}

post_upgrade() {
	post_install
}