From 96429ed4c7789eea4142bede1737f827b97410d1 Mon Sep 17 00:00:00 2001 From: Bruce Leidl Date: Sun, 6 Jan 2019 18:06:42 -0500 Subject: [PATCH] remove old comment information --- citadel-mount/src/main.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/citadel-mount/src/main.rs b/citadel-mount/src/main.rs index 230a2cc..07f4780 100644 --- a/citadel-mount/src/main.rs +++ b/citadel-mount/src/main.rs @@ -27,9 +27,6 @@ use rootfs::Rootfs; /// 'kernel' mounts a resource bundle containing kernel modules /// 'extra' mounts a resource bundle containing extra files /// -/// 'copy-artifacts' searches for a boot partition containing an /images -/// directory and copies all image files to /run/images. Also, it -/// copies bzImage and EFI/BOOT/bootx64.efi /// fn main() {