Skip to content

Commit

Permalink
live-build
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos committed Jul 18, 2023
1 parent 58f960e commit 8383234
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 28 deletions.
17 changes: 2 additions & 15 deletions build-steps.d/3300_create-iso-chroot
Expand Up @@ -206,21 +206,8 @@ main() {
return 0
fi

if [ "$dist_build_type_long" = "custom-workstation" ]; then
true
elif [ "$dist_build_type_long" = "gateway" ]; then
true
elif [ "$dist_build_type_long" = "workstation" ]; then
true
elif [ "$dist_build_type_long" = "whonix-host" ]; then
create-debian-iso-config
create-debian-iso-chroot
elif [ "$dist_build_type_long" = "kicksecure" ]; then
create-debian-iso-config
create-debian-iso-chroot
else
error "ERROR: Invalid dist_build_flavor $dist_build_flavor (dist_build_type_long: $dist_build_type_long). Please report this bug!"
fi
create-debian-iso-config
create-debian-iso-chroot
}

main "$@"
14 changes: 1 addition & 13 deletions build-steps.d/4700_create-iso-image
Expand Up @@ -60,19 +60,7 @@ main() {
return 0
fi

if [ "$dist_build_type_long" = "custom-workstation" ]; then
true
elif [ "$dist_build_type_long" = "gateway" ]; then
true
elif [ "$dist_build_type_long" = "workstation" ]; then
true
elif [ "$dist_build_type_long" = "whonix-host" ]; then
create-debian-iso-image
elif [ "$dist_build_type_long" = "kicksecure" ]; then
create-debian-iso-image
else
error "ERROR: Invalid dist_build_flavor $dist_build_flavor (dist_build_type_long: $dist_build_type_long). Please report this bug!"
fi
create-debian-iso-image
}

main "$@"

0 comments on commit 8383234

Please sign in to comment.