diff options
| author | Craig Jennings <craigmartinjennings@gmail.com> | 2023-10-07 13:22:41 -0500 |
|---|---|---|
| committer | Craig Jennings <craigmartinjennings@gmail.com> | 2023-10-07 13:22:41 -0500 |
| commit | 7bfa84240b97edd7aea0cc9b1002b6e0567e6c1d (patch) | |
| tree | 40c69955c0db90e14b2c45e4acb2db14a5c8e551 /zfs_assets/stage0.sh | |
| parent | f45756ef1275229fd4a49809f25a4fa201057b4e (diff) | |
Combining zfsarch project; adding zfs_assets for zfs scripts
Diffstat (limited to 'zfs_assets/stage0.sh')
| -rwxr-xr-x | zfs_assets/stage0.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/zfs_assets/stage0.sh b/zfs_assets/stage0.sh new file mode 100755 index 0000000..74132dc --- /dev/null +++ b/zfs_assets/stage0.sh @@ -0,0 +1,13 @@ +#!/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." |
