diff options
author | Daniel Baumann <daniel@debian.org> | 2011-09-13 09:10:28 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-09-13 09:10:30 +0200 |
commit | f38ef7f469ca31f96fda42da265c8d2c90b897ee (patch) | |
tree | 3e3da76f896c73e83da8b0502439685cbb00e8ba /scripts/build/lb_binary_grub | |
parent | 6f55ec4fb1188e24a081dab1cea704a5370c475d (diff) | |
download | vyos-live-build-f38ef7f469ca31f96fda42da265c8d2c90b897ee.tar.gz vyos-live-build-f38ef7f469ca31f96fda42da265c8d2c90b897ee.zip |
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.
Diffstat (limited to 'scripts/build/lb_binary_grub')
-rwxr-xr-x | scripts/build/lb_binary_grub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/lb_binary_grub b/scripts/build/lb_binary_grub index 39aca30d3..7cd043b86 100755 --- a/scripts/build/lb_binary_grub +++ b/scripts/build/lb_binary_grub @@ -151,7 +151,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 @@ -281,7 +281,7 @@ case ${LB_BINARY_IMAGES} in FILES="chroot/usr/lib/grub/*/stage2_eltorito" ;; - usb*|tar) + hdd*|tar) FILES="chroot/usr/lib/grub/*/stage1 chroot/usr/lib/grub/*/e2fs_stage1_5 chroot/usr/lib/grub/*/stage2" ;; esac |