summaryrefslogtreecommitdiffstats
path: root/rescue/make_partimage_save_rest_all
diff options
context:
space:
mode:
Diffstat (limited to 'rescue/make_partimage_save_rest_all')
-rwxr-xr-xrescue/make_partimage_save_rest_all4
1 files changed, 2 insertions, 2 deletions
diff --git a/rescue/make_partimage_save_rest_all b/rescue/make_partimage_save_rest_all
index a513b4f3e..3208b783e 100755
--- a/rescue/make_partimage_save_rest_all
+++ b/rescue/make_partimage_save_rest_all
@@ -39,10 +39,10 @@ label save_all
append initrd=all.rdz $common_para save_all
label rest_all
kernel vmlinuz
- append initrd=all.rdz keepmounted rest_all
+ append initrd=all.rdz $common_para rest_all keepmounted
label rescue
kernel vmlinuz
- append initrd=all.rdz
+ append initrd=all.rdz $common_para
EOF
if [ $action = rest_all ]; then