diff options
-rw-r--r-- | rescue/list.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/rescue/list.xml b/rescue/list.xml index 0bc7a1970..666e1d545 100644 --- a/rescue/list.xml +++ b/rescue/list.xml @@ -253,4 +253,16 @@ </to> </from> +<if set="RESCUE_FLASH"> + <from expand="binary"> + clear + mlabel + </from> + <from dir="Flash/scripts" expand="glob"> + <to dir="/usr/bin"> + * + </to> + </from> +</if> + </list> |