Skip to content

Commit 8a462c4

Browse files
committed
News: Released February Archcraft Main ISO 2026
1 parent 33d2d44 commit 8a462c4

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

news/2026/02-02-release.mdx

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
slug: 57-news-release
3+
title: February 2026 Release
4+
authors: adi1090x
5+
tags: [v26.02, release, iso]
6+
hide_table_of_contents: true
7+
---
8+
9+
<!-- Badges -->
10+
export const Highlight = ({children, color}) => (
11+
<span
12+
style={{
13+
backgroundColor: color,
14+
borderRadius: '4px',
15+
color: '#fff',
16+
padding: '0.2rem',
17+
}}>
18+
{children}
19+
</span>
20+
);
21+
22+
February 2026 ISO of Archcraft is now available to download. Read the changelogs below to know what's new.
23+
24+
<!--truncate-->
25+
26+
### Changelogs :
27+
- Support for `xfs` has been dropped due to bugs (`grub` fails to install)
28+
- Encryption does not work with `ABIF` (CLI installer) due to `plymouth` update (no `plymouth-encrypt` hook in new versions)
29+
- Updated ISO profile to `archiso 87-1`
30+
- Latest base with new packages
31+
- Update all Archcraft and AUR packages
32+
- Small improvements and bugs fixed.

0 commit comments

Comments
 (0)