From 611885afc0af2827fd4a04f0d045e719edf0ca99 Mon Sep 17 00:00:00 2001 From: Erich Eickmeyer Date: Mon, 27 Jun 2022 17:14:49 -0700 Subject: [PATCH] Remove duplicated file for common and ubuntustudio --- .../modules/before_bootloader_mkdirs_context.conf | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 ubuntustudio/modules/before_bootloader_mkdirs_context.conf diff --git a/ubuntustudio/modules/before_bootloader_mkdirs_context.conf b/ubuntustudio/modules/before_bootloader_mkdirs_context.conf deleted file mode 100644 index 6aeb829..0000000 --- a/ubuntustudio/modules/before_bootloader_mkdirs_context.conf +++ /dev/null @@ -1,10 +0,0 @@ ---- -dontChroot: true -timeout: 10 -firmwareType: - efi: - - -cp /cdrom/casper/vmlinuz ${ROOT}/boot/vmlinuz-$(uname -r) - - -mkdir -pv ${ROOT}/media/cdrom - - -mount --bind /cdrom ${ROOT}/media/cdrom - bios: - - -cp /cdrom/casper/vmlinuz ${ROOT}/boot/vmlinuz-$(uname -r)