diff options
| author | Bill Nottingham <notting@redhat.com> | 2005-04-09 03:36:01 +0000 |
|---|---|---|
| committer | Bill Nottingham <notting@redhat.com> | 2005-04-09 03:36:01 +0000 |
| commit | bc4cbe3e1d76a6bb027d781a50cf72ff9ab9d8d5 (patch) | |
| tree | 8b2a55286c4d86c5fcece5233e51a0e584d3e4ab /bootdisk | |
| parent | 15d483bc0687671c125b450f90c0f0cd9e23767b (diff) | |
Choose something more reasonable, memory-wise.
Diffstat (limited to 'bootdisk')
| -rw-r--r-- | bootdisk/i386/param.msg | 4 | ||||
| -rw-r--r-- | bootdisk/x86_64/param.msg | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/bootdisk/i386/param.msg b/bootdisk/i386/param.msg index f4ee44306..ac748b604 100644 --- a/bootdisk/i386/param.msg +++ b/bootdisk/i386/param.msg @@ -13,10 +13,10 @@ To pass an option to the kernel, use the following format: If a different installation mode is desired, enter it after the option(s). -For example, to install on a system with 128MB of RAM using noprobe mode, +For example, to install on a system with 256MB of RAM using noprobe mode, type the following: - 0flinux mem=128M noprobe07 + 0flinux mem=256M noprobe07 To pass options to modules, you will need to use the noprobe mode to disable PCI autoprobing. When the installer asks for your device type that needs diff --git a/bootdisk/x86_64/param.msg b/bootdisk/x86_64/param.msg index 76da7ffe1..53c6764d3 100644 --- a/bootdisk/x86_64/param.msg +++ b/bootdisk/x86_64/param.msg @@ -11,9 +11,9 @@ To pass an option to the kernel, use the following format: 0flinux <options>07 If a different installation mode is desired, enter it after the option(s). -For example, to install on a system with 128MB of RAM using noprobe mode, +For example, to install on a system with 512MB of RAM using noprobe mode, type the following: - 0flinux mem=128M noprobe07 + 0flinux mem=512M noprobe07 To pass options to modules, you will need to use the noprobe mode to disable PCI autoprobing. When the installer asks for your device type that needs |
