diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-02-17 14:42:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-02-17 14:42:05 +0000 |
commit | 10a315bed8decbc21956f99896437feaaecddc43 (patch) | |
tree | 60681116b70d3899829f0bd55e33202a746d901c | |
parent | 07d9e2441751fa06f5d8e5a07af0aa297bbef6d7 (diff) | |
download | drakx-10a315bed8decbc21956f99896437feaaecddc43.tar drakx-10a315bed8decbc21956f99896437feaaecddc43.tar.gz drakx-10a315bed8decbc21956f99896437feaaecddc43.tar.bz2 drakx-10a315bed8decbc21956f99896437feaaecddc43.tar.xz drakx-10a315bed8decbc21956f99896437feaaecddc43.zip |
have acpi=off by default
-rwxr-xr-x | make_boot_img | 2 |
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"; |