diff --git a/CHANGELOG b/CHANGELOG index 301fca896..0ac8b352a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/usr/lib/archboot/installer/mountpoints.sh b/usr/lib/archboot/installer/mountpoints.sh index 5823006ac..d161d4866 100644 --- a/usr/lib/archboot/installer/mountpoints.sh +++ b/usr/lib/archboot/installer/mountpoints.sh @@ -226,8 +226,6 @@ _mountpoints() { # _mkfs() # Create and mount filesystems in our destination system directory. - - # returns: 1 on failure _mkfs() { if [[ -n "${4}" ]]; then