From 268a1fad9321d07841f318d50f134a4bf6ae624e Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 16 May 2023 14:11:53 -0500 Subject: signing key and loading zfs modules --- init | 3 ++- zfssetup/stage0.sh | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/init b/init index a658d12..66952d8 100644 --- a/init +++ b/init @@ -1,8 +1,9 @@ #!/bin/sh pacman-key --init -pacman-key --refresh-keys pacman-key --populate +# pacman-key --refresh-keys +pacman-key --lsign-key DDF7DB817396A49B2A2723F7403BD972F75D9D76 pacman -Syy pacman -S --noconfirm openssh tmux git systemctl start sshd diff --git a/zfssetup/stage0.sh b/zfssetup/stage0.sh index 74132dc..f7ff177 100755 --- a/zfssetup/stage0.sh +++ b/zfssetup/stage0.sh @@ -4,10 +4,10 @@ pacman-key --init pacman-key --refresh-keys pacman-key --populate pacman -Syy -pacman -S --noconfirm openssh tmux +pacman -S --noconfirm openssh tmux git 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 +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." -- cgit v1.2.3