From 8d64781d948fd211045f1e71837772a68f07fff7 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sat, 25 Mar 2017 15:22:08 -0400 Subject: Initial support for installing to an empty disk device Right now, this just installs a new GPT partition table on the disk, with the partitions samizdat needs. Then nothing happens because nothing else is implemented. It will only allow a disk to be wiped like this if there are no partitions on the disk (or if the only partitions on the disk are partially-installed samizdat partitions). --- initramfs-tools/hooks/samizdat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'initramfs-tools') diff --git a/initramfs-tools/hooks/samizdat b/initramfs-tools/hooks/samizdat index 78ece68..9b8a335 100755 --- a/initramfs-tools/hooks/samizdat +++ b/initramfs-tools/hooks/samizdat @@ -10,7 +10,7 @@ PATH=/usr/local/bin:$PATH repo_execs=$(echo "${samizdat_initrd_files_dir}"/*) -path_execs='mountpoint openvt rsync gpg2 gpg-agent pinentry-curses truncate cryptsetup mkfs.btrfs btrfs fsck.hfsplus wait_for_files samizdat-pinentry dynmenu samizdat-password-agent samizdat-gpg-agent' +path_execs='mountpoint openvt rsync gpg2 gpg-agent pinentry-curses truncate cryptsetup mkfs.btrfs btrfs fsck.hfsplus wait_for_files samizdat-pinentry dynmenu samizdat-password-agent samizdat-gpg-agent parted' graft_paths=" /bin/OpenVT=/bin/openvt -- cgit v1.2.3