about summary refs log tree commit diff
path: root/machines/labnet/manual-setup.md
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2018-06-05 18:21:56 +0200
committerProfpatsch <mail@profpatsch.de>2018-06-05 18:22:56 +0200
commitc994b9e74a2b37dd9e9ef55565098c1e1fbce463 (patch)
tree0360ebc7c7add3f075c18463dfc43bb2a7e1e1f9 /machines/labnet/manual-setup.md
parent12cda91cf3a6cb3c08216e64f878e580530093ac (diff)
machines: rename labnet to openlab
The namespace was kind of hard to remember, so let’s just call it openlab.
Diffstat (limited to 'machines/labnet/manual-setup.md')
-rw-r--r--machines/labnet/manual-setup.md24
1 files changed, 0 insertions, 24 deletions
diff --git a/machines/labnet/manual-setup.md b/machines/labnet/manual-setup.md
deleted file mode 100644
index 6e7f1d20..00000000
--- a/machines/labnet/manual-setup.md
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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