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 - Auto-Prepare mode is systemd-gpt-auto-generator compliant now
- devices are listed with their SIZE in menus - devices are listed with their SIZE in menus
- enable custom bash options on installed system - enable custom bash options on installed system
- move hardcoded packages mdadm, lvm2, cryptsetup, neovim and nano - autodetect packages mdadm, lvm2 and cryptsetup
to defaults file - install neovim and nano on selection
- added bash-completion to defaults file - added bash-completion to defaults file
- added autodetection of ucode package - added autodetection of ucode package
- added Unified Kernel Image suppport in EFISTUB menu - added Unified Kernel Image suppport in EFISTUB menu

View file

@ -4,8 +4,8 @@
_autoprepare() { _autoprepare() {
# check on special devices and stop them, else weird things can happen during partitioning! # check on special devices and stop them, else weird things can happen during partitioning!
_stopluks _stopluks
_stopmd
_stoplvm _stoplvm
_stop_md
_NAME_SCHEME_PARAMETER_RUN="" _NAME_SCHEME_PARAMETER_RUN=""
# switch for mbr usage # switch for mbr usage
_set_guid _set_guid