summaryrefslogtreecommitdiffstats
path: root/make_boot_img
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-02-17 14:42:05 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-02-17 14:42:05 +0000
commit10a315bed8decbc21956f99896437feaaecddc43 (patch)
tree60681116b70d3899829f0bd55e33202a746d901c /make_boot_img
parent07d9e2441751fa06f5d8e5a07af0aa297bbef6d7 (diff)
downloaddrakx-10a315bed8decbc21956f99896437feaaecddc43.tar
drakx-10a315bed8decbc21956f99896437feaaecddc43.tar.gz
drakx-10a315bed8decbc21956f99896437feaaecddc43.tar.bz2
drakx-10a315bed8decbc21956f99896437feaaecddc43.tar.xz
drakx-10a315bed8decbc21956f99896437feaaecddc43.zip
have acpi=off by default
Diffstat (limited to 'make_boot_img')
-rwxr-xr-xmake_boot_img2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_boot_img b/make_boot_img
index ea52fd58f..7f5482d8b 100755
--- a/make_boot_img
+++ b/make_boot_img
@@ -14,7 +14,7 @@ my ($arch) = $Config{archname} =~ /(.*?)-/;
rename 'all.kernels', 'kernel/all.kernels';
rename 'all.modules', 'kernel/all.modules';
-$default_append = "ramdisk_size=128000 root=/dev/ram3";
+$default_append = "ramdisk_size=128000 root=/dev/ram3 acpi=off";
$default_vga = "vga=788";
$instdir = "mdk-stage1";