about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-05-03 00:50:22 +0200
committerProfpatsch <mail@profpatsch.de>2016-05-03 00:50:22 +0200
commit6c03a298206886667b4cafc99dfef2d135a3d819 (patch)
treea5ee7a7c9799b450ad1dd1bf18af6edf25ee7f0a /machines
parent99cd994941a11cfaf13ac197e2c93c3c8ad36ec8 (diff)
machines/labtops: document a manual setup
Quick & dirty writeup on how to set up a labtop, not yet integrated in
the “normal” vuizvui documentation.
Diffstat (limited to 'machines')
-rw-r--r--machines/labnet/manual-setup.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/machines/labnet/manual-setup.md b/machines/labnet/manual-setup.md
new file mode 100644
index 00000000..6e7f1d20
--- /dev/null
+++ b/machines/labnet/manual-setup.md
@@ -0,0 +1,24 @@
+# Manual setup for labtops
+
+## Poor man’s setup
+
+### Intro
+
+- download newest nixos setup
+- write to USB stick
+- boot live system
+
+### Install vanilla nixos
+
+- use parted to setup msdos table (mktable) & full-disk partition (mkpart 0% 100%)
+- mkfs.ext4 -L /dev/sda1
+- mount /dev/disk/by-label/labtop /mnt
+- nixos-generate-config --root mnt, comment out a few things in /mnt/etc/nixos/configuration.nix
+- nixos-install
+- set temporary root password (123456), will be overwritten by vuizvui
+- reboot
+
+### Install vuizvui
+
+- boot, login as root
+- follow “installing a machine” documentation from vuizvui wiki