about summary refs log tree commit diff
path: root/raspberry-pi
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-25 01:51:51 +0000
committerYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-25 01:51:51 +0000
commita5df61571cbe313861705a5573e9a6e8481cd224 (patch)
tree0238f375379c0ba09bd644cdb5e92ea675f84806 /raspberry-pi
parent9b3e42be63b5f4553ca7747643447ba6dd4e50ad (diff)
downloadnixlib-a5df61571cbe313861705a5573e9a6e8481cd224.tar
nixlib-a5df61571cbe313861705a5573e9a6e8481cd224.tar.gz
nixlib-a5df61571cbe313861705a5573e9a6e8481cd224.tar.bz2
nixlib-a5df61571cbe313861705a5573e9a6e8481cd224.tar.lz
nixlib-a5df61571cbe313861705a5573e9a6e8481cd224.tar.xz
nixlib-a5df61571cbe313861705a5573e9a6e8481cd224.tar.zst
nixlib-a5df61571cbe313861705a5573e9a6e8481cd224.zip
raspberry-pi/2: format README
Diffstat (limited to 'raspberry-pi')
-rw-r--r--raspberry-pi/2/README.org (renamed from raspberry-pi/2/README.txt)24
1 files changed, 14 insertions, 10 deletions
diff --git a/raspberry-pi/2/README.txt b/raspberry-pi/2/README.org
index 49f661fae7af..842919b1acf4 100644
--- a/raspberry-pi/2/README.txt
+++ b/raspberry-pi/2/README.org
@@ -1,19 +1,23 @@
-imported from https://nixos.org/wiki/Raspberry_Pi_2 **
+** Status
 
-# Status
-The code in master as of June 2015 should be able to prepare a bootable NixOS for Raspberry PI 2.
+The code in master as of June 2015 should be able to prepare a bootable NixOS
+for Raspberry PI 2.
 
 There are still some drawbacks:
 
-NixOS does not provide a /boot/config.txt (the FAT32 partition).
-Making NixOS work in the Raspberry PI 2 is mainly the result of the recent work of ambro718, Dezgeg and viric (#nixos@irc.freenode.net).
+NixOS does not provide a /boot/config.txt (the FAT32 partition). Making NixOS
+work in the Raspberry PI 2 is mainly the result of the recent work of ambro718,
+Dezgeg and viric (#nixos@irc.freenode.net).
+
+** Download
+
+If you want to test, you can flash this 4GB SD image (DOS partition table +
+fat32 + ext4 rootfs):
 
-# Download
-If you want to test, you can flash this 4GB SD image (DOS partition table + fat32 + ext4 rootfs):
 magnet:?xt=urn:btih:0def3f6acb3bceddb22cb24098f58e40e2853ec2&dn=rpi2-nixos-4b09501f2-img.xz&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80
 
 Then you should be able to nixos-rebuild any configuration.nix changes.
 
-The image is the result of a "nixos-install" alone. No root password has been set, and it does not include a nixpkgs checkout or channel.
-
-In fact I (viric) created the FS into a NBD, not a real SD, to create this image.
+The image is the result of a "nixos-install" alone. No root password has been
+set, and it does not include a nixpkgs checkout or channel. In fact I (viric)
+created the FS into a NBD, not a real SD, to create this image.