docs: update links in readme
This commit is contained in:
parent
dd5ec42dd9
commit
0047776a64
@ -11,13 +11,14 @@ Build
|
|||||||
Prebuilt
|
Prebuilt
|
||||||
|
|
||||||
TARGET=/dev/sdX
|
TARGET=/dev/sdX
|
||||||
wget https://github.com/jollheef/nixos-image-thinkpad-t14s-gen6/releases/download/v0.1.0/nixos-thinkpad-t14s-gen6-1aea2f8.img.xz
|
wget https://github.com/jollheef/nixos-image-thinkpad-t14s-gen6/releases/download/v0.2.0/nixos-thinkpad-t14s-gen6-dd5ec42.img.xz
|
||||||
xz -d nixos-thinkpad-t14s-gen6-1aea2f8.img.xz
|
xz -d nixos-thinkpad-t14s-gen6-dd5ec42.img.xz
|
||||||
sudo dd if=nixos-thinkpad-t14s-gen6-1aea2f8.img of=${TARGET}
|
sudo dd if=nixos-thinkpad-t14s-gen6-dd5ec42.img of=${TARGET}
|
||||||
sudo partprobe
|
sudo partprobe
|
||||||
sudo parted -sf ${TARGET} resizepart 2 100%
|
sudo parted -sf ${TARGET} resizepart 2 100%
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
- Use the front left USB-C port.
|
- Use the front left USB-C port.
|
||||||
|
- In case of boot issues, try using a USB 2.0 to USB Type-C adapter.
|
||||||
- nmtui is available for managing Wi-Fi connections.
|
- nmtui is available for managing Wi-Fi connections.
|
||||||
|
Loading…
Reference in New Issue
Block a user