diff options
author | Kim <kim.sidney@gmail.com> | 2021-08-06 12:16:36 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-11-19 20:08:43 +0100 |
commit | 019b426a94d7f2f88690151b2cfc326cef4ca5b3 (patch) | |
tree | 64a4565fbbd2b3fcb441297c70f6baaa57b5e0de /scripts/install/install-postinst-new | |
parent | 992c307247ae4e2257b56763107bde4e29837ccc (diff) | |
download | vyatta-cfg-system-019b426a94d7f2f88690151b2cfc326cef4ca5b3.tar.gz vyatta-cfg-system-019b426a94d7f2f88690151b2cfc326cef4ca5b3.zip |
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
(cherry picked from commit 3cc31793d57ce05421300ce4e8a1a1352291db85)
Diffstat (limited to 'scripts/install/install-postinst-new')
-rwxr-xr-x | scripts/install/install-postinst-new | 4 |
1 files changed, 0 insertions, 4 deletions
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[@]} |