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_source_usb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts/build/lb_source_usb') diff --git a/scripts/build/lb_source_usb b/scripts/build/lb_source_usb index 6f2fde750..29e0f28a3 100755 --- a/scripts/build/lb_source_usb +++ b/scripts/build/lb_source_usb @@ -29,18 +29,18 @@ then exit 0 fi -if ! In_list usb-hdd "${LB_SOURCE_IMAGES}" +if ! In_list hdd-hdd "${LB_SOURCE_IMAGES}" then exit 0 fi -Echo_message "Begin building source usb image..." +Echo_message "Begin building source hdd image..." # Requiring stage file Require_stagefile .stage/config .stage/source_debian # Checking stage file -Check_stagefile .stage/source_usb +Check_stagefile .stage/source_hdd # Checking lock file Check_lockfile .lock @@ -139,4 +139,4 @@ fi Remove_package # Creating stage file -Create_stagefile .stage/source_usb +Create_stagefile .stage/source_hdd -- cgit v1.2.3