URI: 
       treduced dependencies in target image to grub-common (instead than grub-pc) - libdevuansdk - common library for devuan's simple distro kits
  HTML git clone https://git.parazyd.org/libdevuansdk
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 87b5bebffbd82c11cfe2bfe625a2d8dc03b90892
   DIR parent 7a9cf9688aa75ef20a58c492edff52794ace8be8
  HTML Author: KatolaZ <katolaz@yahoo.it>
       Date:   Mon, 13 Jun 2016 01:23:26 +0100
       
       reduced dependencies in target image to grub-common (instead than grub-pc)
       
       Diffstat:
         M zlibs/customise                     |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/zlibs/customise b/zlibs/customise
       t@@ -61,7 +61,7 @@ _install_bootloader(){
                root=$1
                install_dev=$2
                
       -        sudo chroot ${root} apt-get install --assume-yes --no-install-recommends grub-pc 
       +        sudo chroot ${root} apt-get install --assume-yes --no-install-recommends grub-common
                if [[ ! -d ${root}/boot/grub ]]; then 
                        sudo mkdir ${root}/boot/grub
                fi