diff options
Diffstat (limited to 'config/chroot_local-hooks')
-rwxr-xr-x | config/chroot_local-hooks/refind | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/chroot_local-hooks/refind b/config/chroot_local-hooks/refind index 45884af..be019d2 100755 --- a/config/chroot_local-hooks/refind +++ b/config/chroot_local-hooks/refind @@ -14,7 +14,7 @@ cat << EOF | debconf-set-selections refind refind/install_to_esp boolean false EOF -DEBIAN_FRONTEND=noninteractive apt-get install -y refind +DEBIAN_FRONTEND=noninteractive apt-get install -y refind refind-icons-kanotix cat << EOF | debconf-set-selections refind refind/install_to_esp boolean true |