diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-09-25 18:35:38 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-09-25 18:35:38 +0000 |
commit | 74f05c5a4d1010f388bb7f360464f32a5d75ef92 (patch) | |
tree | 30a31758b55ac66b708d803e8d158088afca20e8 /rescue/list.xml | |
parent | fd8293630e710c3da9ce840c57384639c4289209 (diff) | |
download | drakx-74f05c5a4d1010f388bb7f360464f32a5d75ef92.tar drakx-74f05c5a4d1010f388bb7f360464f32a5d75ef92.tar.gz drakx-74f05c5a4d1010f388bb7f360464f32a5d75ef92.tar.bz2 drakx-74f05c5a4d1010f388bb7f360464f32a5d75ef92.tar.xz drakx-74f05c5a4d1010f388bb7f360464f32a5d75ef92.zip |
add image restoration scripts ("restore" command line parameter) from Classmate installer (Caio Begotti)
Diffstat (limited to 'rescue/list.xml')
-rw-r--r-- | rescue/list.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/rescue/list.xml b/rescue/list.xml index 697736152..5030abbb2 100644 --- a/rescue/list.xml +++ b/rescue/list.xml @@ -112,6 +112,8 @@ uniq wget + awk clear dialog + <if ARCH="i.86|x86_64|ia64"> dmidecode </if> @@ -306,9 +308,16 @@ replication.conf </to> </from> +<from dir="."> + <to dir="/usr/sbin"> + restore-image.sh + </to> + <to dir="/usr/lib"> + restore-image-lib.sh + </to> +</from> <if set="RESCUE_FLASH"> <from expand="binary"> - clear dirname losetup mlabel |