summaryrefslogtreecommitdiff
path: root/src/partvi
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2023-06-21 23:40:03 -0400
committeru <u@billy>2023-11-17 08:44:10 -0500
commit191905e493e680dc8a36bce7d28d7e912d2e98bd (patch)
tree6ef9c8528268b7861af2c52f6b48f6e9032ecd68 /src/partvi
parent1b697950d2aca3395ca9d245cafca29af87a6c97 (diff)
remove gpg
Diffstat (limited to 'src/partvi')
-rwxr-xr-xsrc/partvi13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/partvi b/src/partvi
index 54e534c..e34eef6 100755
--- a/src/partvi
+++ b/src/partvi
@@ -298,7 +298,6 @@ copy_data_to_mounted_target_filesystems()
298 $sudo systemd-run -p BindPaths="$(realpath -e "$mnt"):/boot" --wait update-grub 298 $sudo systemd-run -p BindPaths="$(realpath -e "$mnt"):/boot" --wait update-grub
299 ;; 299 ;;
300 samizdat-keys) 300 samizdat-keys)
301 $sudo rsync -a --info=STATS "$GPG_INPUT_DIR"/ "$mnt"/gnupghome/
302 ;; 301 ;;
303 efi-system-partition) 302 efi-system-partition)
304 EFI_DIR=$mnt 303 EFI_DIR=$mnt
@@ -319,18 +318,6 @@ then sudo=
319else sudo=sudo 318else sudo=sudo
320fi 319fi
321 320
322if [ "$GPG_INPUT_DIR" ]
323then
324 $sudo [ -d "$GPG_INPUT_DIR" ]
325else
326 for d in /root/.gnupg /cdrom/gnupghome
327 do
328 $sudo [ -d "$d" ] || continue
329 GPG_INPUT_DIR=$d
330 break
331 done
332fi
333
334SKIP_ROOTFS_COPY= 321SKIP_ROOTFS_COPY=
335if [ "$1" = 'key' ] 322if [ "$1" = 'key' ]
336then 323then