Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
murercit committed Jun 2, 2022
1 parent 0b5a9de commit f0140c9
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/recipe/util/live_crypt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,8 @@ function cmd_disk() {
function cmd_deiso() {
local hexblade_iso="${1?'iso file'}"
../../lib/iso/iso.sh deiso "$hexblade_iso"
#../../lib/iso/iso.sh decompress
}

# function cmd_iso() {
# HEXBLADE_LIVE_DISABLE_ADDUSER=true ../../lib/iso/iso.sh install
# ../../lib/iso/iso.sh compress
# ../../lib/iso/iso.sh iso
# ../../lib/iso/iso.sh sha256
# }

function cmd_crypt_open() {
[[ "x$HEX_TARGET_DEV" != "x" ]]
../../lib/util/crypt.sh open "${HEX_TARGET_DEV}2" LIVECRYPTED master
Expand Down Expand Up @@ -69,16 +61,8 @@ function cmd_umount() {
function cmd_rsync() {
rsync -av --delete /mnt/hexblade/image/ /mnt/hexblade/cryptiso/image/
mkdir -p /mnt/hexblade/cryptiso/efi/efi/boot/
#rsync -av --delete /mnt/hexblade/image/EFI/ /mnt/hexblade/cryptiso/efi/boot/
#cp /mnt/hexblade/image/isolinux/bootx64.efi /mnt/hexblade/cryptiso/efi/efi/boot/
}

# function cmd_install() {
# ../../lib/cryptlive/cryptlive.sh install
# HEXBLADE_LIVE_DISABLE_ADDUSER=true ../../lib/iso/iso.sh install
# ../../lib/iso/iso.sh compress
# }

function cmd_grub() {
hexblade_crypted_uuid="$(sudo blkid -o value -s UUID "${HEX_TARGET_DEV}2")"
hexblade_crypted_id="$(echo "$hexblade_crypted_uuid" | tr -d '-')"
Expand Down

0 comments on commit f0140c9

Please sign in to comment.