From f38ef7f469ca31f96fda42da265c8d2c90b897ee Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 13 Sep 2011 09:10:28 +0200 Subject: Renaming usb-hdd binary image type to simply hdd. This is the first step in conglomerating code for all hdd-ish image types, independent of the partitioning scheme being used, and adding future hdd-ish image types for virtualiziation software. --- scripts/build/lb_binary_grub2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/build/lb_binary_grub2') diff --git a/scripts/build/lb_binary_grub2 b/scripts/build/lb_binary_grub2 index b0298911b..3be6f06b1 100755 --- a/scripts/build/lb_binary_grub2 +++ b/scripts/build/lb_binary_grub2 @@ -125,7 +125,7 @@ case "${LB_BINARY_IMAGES}" in DESTDIR_INSTALL="binary/install" ;; - usb*|net) + hdd*|net) Echo_warning "Bootloader in this image type not yet supported by live-build." Echo_warning "This would produce a not bootable image, aborting (FIXME)." exit 1 @@ -254,7 +254,7 @@ case ${LB_BINARY_IMAGES} in FILES="chroot/usr/lib/grub/i386-pc/*.mod chroot/usr/lib/grub/i386-pc/*.lst chroot/usr/lib/grub/i386-pc/efiemu??.o chroot/usr/share/grub/*.pf2" ;; - usb*|tar) + hdd*|tar) FILES="chroot/usr/lib/grub/i386-pc/*" ;; esac -- cgit v1.2.3