summaryrefslogtreecommitdiff
path: root/assets/zfs/stage0.sh
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-05-27 17:52:15 -0500
committerCraig Jennings <c@cjennings.net>2025-05-27 17:52:15 -0500
commit6ddb942a207a48c8ed76c7be4402e0056e0d77f2 (patch)
tree26da875d32ea791a108ddae49d75ff6490853a01 /assets/zfs/stage0.sh
parente9ad29709b392b806d154c9d123e403b5680ac93 (diff)
delete unused vagrant and zfs scripts
Diffstat (limited to 'assets/zfs/stage0.sh')
-rwxr-xr-xassets/zfs/stage0.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/assets/zfs/stage0.sh b/assets/zfs/stage0.sh
deleted file mode 100755
index 74132dc..0000000
--- a/assets/zfs/stage0.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-pacman-key --init
-pacman-key --refresh-keys
-pacman-key --populate
-pacman -Syy
-pacman -S --noconfirm openssh tmux
-systemctl start sshd
-echo "root:welcome" | chpasswd
-# curl -s https://raw.githubusercontent.com/eoli3n/archiso-zfs/master/init | bash
-# echo ""; echo "Enter password for zfsarch repository when prompted"
-# git clone cjennings@cjennings.net:git/zfsarch.git
-echo ""; echo "Stage 0 completed."