summaryrefslogtreecommitdiff
path: root/zfs_assets/stage0.sh
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2024-11-11 08:35:57 -0600
committerCraig Jennings <c@cjennings.net>2024-11-11 08:36:11 -0600
commit6d3e5b049560cb1b9c1118a335b22b5aacdc5a6c (patch)
tree2363f2ed032b13c861d1abd9fcf6438f9b91e326 /zfs_assets/stage0.sh
parentba912e8163bacd27ed85b993bee1084c71cd2cdf (diff)
moving things around
Diffstat (limited to 'zfs_assets/stage0.sh')
-rwxr-xr-xzfs_assets/stage0.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/zfs_assets/stage0.sh b/zfs_assets/stage0.sh
deleted file mode 100755
index 74132dc..0000000
--- a/zfs_assets/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."