update CHANGELOG

This commit is contained in:
Tobias Powalowski 2023-01-12 19:01:39 +01:00
parent 6dbc337b5d
commit 49850d4c1a
2 changed files with 3 additions and 2 deletions

View file

@ -35,6 +35,9 @@ setup/quickinst changes:
- reordered manage devices menus
- removed netctl support
- added systemd-networkd, systemd-resolved, iwd support
- cleaned up mountpoints and btrfs function
- new btrfs configuration implemented, subvolume is now mandatory
- filesystem mounting dialogs redone
- replaced vim editor with neovim editor
- install neovim editor instead of vim editor to installed system
- add nano editor syntax highlighting on installed system

View file

@ -226,8 +226,6 @@ _mountpoints() {
# _mkfs()
# Create and mount filesystems in our destination system directory.
# returns: 1 on failure
_mkfs() {
if [[ -n "${4}" ]]; then