remove raid as last device

This commit is contained in:
Tobias Powalowski 2023-02-02 15:14:27 +01:00
parent 97e5f001eb
commit 74a4352cf5
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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