From 74a4352cf5ee18a5152c347b5b244dabd013a030 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 2 Feb 2023 15:14:27 +0100 Subject: [PATCH] remove raid as last device --- CHANGELOG | 4 ++-- usr/lib/archboot/installer/autoprepare.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9f52edd49..8cdeeaab7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -28,8 +28,8 @@ setup: - Auto-Prepare mode is systemd-gpt-auto-generator compliant now - devices are listed with their SIZE in menus - enable custom bash options on installed system -- move hardcoded packages mdadm, lvm2, cryptsetup, neovim and nano - to defaults file +- autodetect packages mdadm, lvm2 and cryptsetup +- install neovim and nano on selection - added bash-completion to defaults file - added autodetection of ucode package - added Unified Kernel Image suppport in EFISTUB menu diff --git a/usr/lib/archboot/installer/autoprepare.sh b/usr/lib/archboot/installer/autoprepare.sh index 0c1b3c703..6033f63cb 100644 --- a/usr/lib/archboot/installer/autoprepare.sh +++ b/usr/lib/archboot/installer/autoprepare.sh @@ -4,8 +4,8 @@ _autoprepare() { # check on special devices and stop them, else weird things can happen during partitioning! _stopluks - _stopmd _stoplvm + _stop_md _NAME_SCHEME_PARAMETER_RUN="" # switch for mbr usage _set_guid