diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-08-29 20:11:31 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-08-29 20:12:48 +0200 |
commit | 26be4fb77af34a001f01d0f3a01bbf8bf6040877 (patch) | |
tree | 4981a55539c222d849ff6935bcf44efce7d8efed /patches/opnfv-fuel/0018-lib.sh-rm-Ubuntu-boot-entry-on-EFI-systems.patch | |
parent | 35d4faa69ebc0f48520af4c5ffe7fca78854a68c (diff) |
p/fuel: Rebase after wrap of common virtual config
Change-Id: I1fd6e63385cfa158b35fa544e1cbb65b6d858c34
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'patches/opnfv-fuel/0018-lib.sh-rm-Ubuntu-boot-entry-on-EFI-systems.patch')
-rw-r--r-- | patches/opnfv-fuel/0018-lib.sh-rm-Ubuntu-boot-entry-on-EFI-systems.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/opnfv-fuel/0018-lib.sh-rm-Ubuntu-boot-entry-on-EFI-systems.patch b/patches/opnfv-fuel/0018-lib.sh-rm-Ubuntu-boot-entry-on-EFI-systems.patch index 0dea9638..e87610ed 100644 --- a/patches/opnfv-fuel/0018-lib.sh-rm-Ubuntu-boot-entry-on-EFI-systems.patch +++ b/patches/opnfv-fuel/0018-lib.sh-rm-Ubuntu-boot-entry-on-EFI-systems.patch @@ -23,11 +23,11 @@ Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> 1 file changed, 10 insertions(+) diff --git a/mcp/scripts/lib.sh b/mcp/scripts/lib.sh -index bbb66a8..de7b9ec 100644 +index 1b439a9..bf8eb12 100644 --- a/mcp/scripts/lib.sh +++ b/mcp/scripts/lib.sh @@ -20,6 +20,15 @@ get_base_image() { - wget -P /tmp -nc "${base_image}" + wget -P /tmp -N "${base_image}" } +cleanup_uefi() { |