Skip to content

Commit

Permalink
Remove reiserfs as it's been deprecated since 2022 (https://git.kerne…
Browse files Browse the repository at this point in the history
  • Loading branch information
Torxed authored Jan 21, 2025
1 parent 4aa8317 commit 6d371da
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ depends=(
'lvm2'
'f2fs-tools'
'ntfs-3g'
'reiserfsprogs'
)
makedepends=(
'python-setuptools'
Expand Down
2 changes: 0 additions & 2 deletions archinstall/lib/disk/device_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,6 @@ def format(
case FilesystemType.Ntfs:
# Skip zeroing and bad sector check
options.append('--fast')
case FilesystemType.Reiserfs:
pass
case FilesystemType.LinuxSwap:
command = "mkswap"
case _:
Expand Down
1 change: 0 additions & 1 deletion archinstall/lib/disk/device_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,6 @@ class FilesystemType(Enum):
Fat16 = 'fat16'
Fat32 = 'fat32'
Ntfs = 'ntfs'
Reiserfs = 'reiserfs'
Xfs = 'xfs'
LinuxSwap = 'linux-swap'

Expand Down

0 comments on commit 6d371da

Please sign in to comment.