From c994b9e74a2b37dd9e9ef55565098c1e1fbce463 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Tue, 5 Jun 2018 18:21:56 +0200 Subject: machines: rename labnet to openlab MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The namespace was kind of hard to remember, so let’s just call it openlab. --- machines/openlab/manual-setup.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 machines/openlab/manual-setup.md (limited to 'machines/openlab/manual-setup.md') diff --git a/machines/openlab/manual-setup.md b/machines/openlab/manual-setup.md new file mode 100644 index 00000000..6e7f1d20 --- /dev/null +++ b/machines/openlab/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 -- cgit 1.4.1