diff options
Diffstat (limited to 'scripts/lib/wic/plugins/source/bootimg-pcbios.py')
-rw-r--r-- | scripts/lib/wic/plugins/source/bootimg-pcbios.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/lib/wic/plugins/source/bootimg-pcbios.py b/scripts/lib/wic/plugins/source/bootimg-pcbios.py index a1bfa2671e..5b719bf3bb 100644 --- a/scripts/lib/wic/plugins/source/bootimg-pcbios.py +++ b/scripts/lib/wic/plugins/source/bootimg-pcbios.py | |||
@@ -78,8 +78,6 @@ class BootimgPcbiosPlugin(SourcePlugin): | |||
78 | Called before do_prepare_partition(), creates syslinux config | 78 | Called before do_prepare_partition(), creates syslinux config |
79 | """ | 79 | """ |
80 | hdddir = "%s/hdd/boot" % cr_workdir | 80 | hdddir = "%s/hdd/boot" % cr_workdir |
81 | rm_cmd = "rm -rf " + cr_workdir | ||
82 | exec_cmd(rm_cmd) | ||
83 | 81 | ||
84 | install_cmd = "install -d %s" % hdddir | 82 | install_cmd = "install -d %s" % hdddir |
85 | exec_cmd(install_cmd) | 83 | exec_cmd(install_cmd) |