Skip to content

Commit

Permalink
Unmix tabs and spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
brimstone committed Jun 29, 2017
1 parent e363fa3 commit 398c754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -27,7 +27,7 @@ c.vmdk: c/initramfs.gz
dd if=/dev/zero of=c.img bs=100M count=1000 conv=sparse status=progress
echo ',,c,*;' | /sbin/sfdisk c.img
loop=$$(/sbin/losetup -f) \
&& mapper=$$(/sbin/losetup -f|sed 's#dev/#dev/mapper/#')p1 \
&& mapper=$$(/sbin/losetup -f|sed 's#dev/#dev/mapper/#')p1 \
&& sudo losetup $$loop c.img \
&& sudo kpartx -a "$$loop" \
&& sleep 1 \
Expand Down

0 comments on commit 398c754

Please sign in to comment.