From 3cc31793d57ce05421300ce4e8a1a1352291db85 Mon Sep 17 00:00:00 2001 From: Kim Date: Fri, 6 Aug 2021 12:16:36 +0200 Subject: T1153: VyOS 1.2.0RC10, RAID-1, fresh install, unable to save configEquuleus (#159) * add search for same drive size if more than 2 drives are installed * add ability to configure RAID-1 by selecting 2 drives * cleaning up sysconf/filecaps rights * cleaning up sysconf/filecaps rights xtables-monitor --- scripts/install/install-postinst-new | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scripts/install/install-postinst-new') diff --git a/scripts/install/install-postinst-new b/scripts/install/install-postinst-new index 3a20cac3..0078287f 100755 --- a/scripts/install/install-postinst-new +++ b/scripts/install/install-postinst-new @@ -124,10 +124,6 @@ install_grub () { progress_indicator start if [ -f "/tmp/efiparts.tmp" ]; then - # Remove grub-pc packages - dpkg -r grub-pc grub2 >&/dev/null - # Install grub-efi packages - dpkg -i /usr/share/vyos/packages/grub-efi*.deb >&/dev/null mkdir -p $grub_root/boot/efi readarray parts < /tmp/efiparts.tmp part_length=${#parts[@]} -- cgit v1.2.3