From 3412740ae60fbf6be07b2d2a429cf1403b32eab6 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Tue, 23 Feb 2021 16:05:03 -0500 Subject: fix "make key" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2134313..45a122f 100644 --- a/Makefile +++ b/Makefile @@ -171,7 +171,7 @@ $(btrfs_images): FORCE usb: rootfs sudo ROOTFS=rootfs/$(rootfs) ./src/parted-usb.sh USB key: - sudo ROOTFS= ./src/parted-usb.sh USB + sudo ROOTFS=none ./src/parted-usb.sh USB boot: rootfs sudo ./src/mkinitramfs-samizdat -- cgit v1.2.3