Skip to content

ArchLinuxVim-3.2.0

Latest
Compare
Choose a tag to compare
@Broshward Broshward released this 28 Aug 12:55
· 1 commit to main since this release
e6d047f

New ArchLinux image with 5.19.4 linux kernel release.
Read more in README.md
After load image to disk resize partition
fdisk /dev/td # td is "target device" :)
d
2
n
2
p
Default first sector
Last sector
w

And then resize root filesystem:
resize2fs /dev/td2 # td is "target device" :)