Skip to content

Commit

Permalink
test for parted not needed any more
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Jan 5, 2020
1 parent c673038 commit cec8fea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/fai-cd
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ check_programs() {
local msg
[ $squash_only -eq 0 ] && ! command -v xorriso >&/dev/null && msg+="xorriso not found. Please install package."
command -v mksquashfs >&/dev/null || msg+="\nmksquashfs not found. Please install the package squashfs-tools."
command -v parted >&/dev/null || msg+="\ncommand parted not found. Please install package parted."

if [ -n "$msg" ]; then
die 8 "$msg"
Expand Down

0 comments on commit cec8fea

Please sign in to comment.