=== modified file 'zsh-functions/confz_fs_init' --- zsh-functions/confz_fs_init 2015-04-20 23:26:10 +0000 +++ zsh-functions/confz_fs_init 2015-04-20 23:11:02 +0000 @@ -439,17 +439,3 @@ do_command=( true ) } - - -# install GRUB2 -confz_grub2_check() { - checkvars device - defvar boot_directory /boot - [[ -e $vars[boot_directory]/.grub2${${vars[device]}//\//.} ]] - return $? -} - -confz_grub2_do() { - grub2-install --boot-directory=$vars[boot_directory] $vars[device] || return $? - touch $vars[boot_directory]/.grub2${${vars[device]}//\//.} || return $? -}