Skip to content

Commit

Permalink
Revert "Fix output path bug"
Browse files Browse the repository at this point in the history
If you try fai-cd ... -S ~/iso it will add $PWD as prefix to ~/iso. This is wrong.

This reverts commit 60e95ae.
  • Loading branch information
Thomas Lange committed Jun 12, 2015
1 parent 99ab672 commit 3e409ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fai-cd
Expand Up @@ -118,7 +118,7 @@ create_squashfs_image() {
output_path=$tmp/LiveOS/squashfs.img

if [ $squash_only -eq 1 ]; then
output_path=${PWD}/$isoname
output_path=$isoname
fi

mksquashfs $tmp/squashfs-root $output_path $sqopt
Expand Down

0 comments on commit 3e409ce

Please sign in to comment.