summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2020-10-30 14:31:09 -0400
committerAndrew Cady <d@cryptonomic.net>2020-10-30 14:31:09 -0400
commit0499fe97848dccd9d98fa436b5f7fb8ae39d4a92 (patch)
treeef4960095dd716bff9060a421860c7105c22956e /Makefile
parented604fcd116d6f37cff7e44c5b93941b929d7ca5 (diff)
use parted-usb.sh to call usb.sh
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b670a3..633dc1e 100644
--- a/Makefile
+++ b/Makefile
@@ -169,7 +169,7 @@ $(btrfs_images): FORCE
169 169
170.PHONY: usb 170.PHONY: usb
171usb: rootfs 171usb: rootfs
172 USB=$$(./src/usb.sh) && sudo ROOTFS=rootfs/$(rootfs) ./src/parted-usb.sh $$USB 172 sudo ROOTFS=rootfs/$(rootfs) ./src/parted-usb.sh USB
173 173
174boot: rootfs 174boot: rootfs
175 sudo ./src/mkinitramfs-samizdat 175 sudo ./src/mkinitramfs-samizdat