summaryrefslogtreecommitdiffstats
path: root/rescue/make_partimage_save_rest_all
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-10-05 12:04:07 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-10-05 12:04:07 +0000
commit051a74ba990a24ed21cd6003c80e66a7e6fe09c8 (patch)
tree1434045b7b21c69671be005293ffddb9374884e5 /rescue/make_partimage_save_rest_all
parentdb534fe24a01a88547c9e33490a9b50741372e19 (diff)
downloaddrakx-backup-do-not-use-051a74ba990a24ed21cd6003c80e66a7e6fe09c8.tar
drakx-backup-do-not-use-051a74ba990a24ed21cd6003c80e66a7e6fe09c8.tar.gz
drakx-backup-do-not-use-051a74ba990a24ed21cd6003c80e66a7e6fe09c8.tar.bz2
drakx-backup-do-not-use-051a74ba990a24ed21cd6003c80e66a7e6fe09c8.tar.xz
drakx-backup-do-not-use-051a74ba990a24ed21cd6003c80e66a7e6fe09c8.zip
acpi=ht is bad on some boxes (=> sata_sis not working)
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 2ce25e341..20d0673b6 100755
--- a/rescue/make_partimage_save_rest_all
+++ b/rescue/make_partimage_save_rest_all
@@ -29,8 +29,8 @@ PARTIMAGE_DIR="$@" PARTIMAGE_RPM=$rpm DISTRIB_DESCR="partimage save/restore all"
mkdir -p .tmp/install/stage2
mv -f rescue.clp .tmp/install/stage2
-common_para="rescue acpi=ht automatic=method:cdrom"
-# hda=4864,255,63
+common_para="rescue automatic=method:cdrom"
+# hda=4864,255,63 acpi=ht
for action in save_all rest_all; do