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/i386 | |
parent | 15d483bc0687671c125b450f90c0f0cd9e23767b (diff) | |
download | anaconda-bc4cbe3e1d76a6bb027d781a50cf72ff9ab9d8d5.tar.gz anaconda-bc4cbe3e1d76a6bb027d781a50cf72ff9ab9d8d5.tar.xz anaconda-bc4cbe3e1d76a6bb027d781a50cf72ff9ab9d8d5.zip |
Choose something more reasonable, memory-wise.
Diffstat (limited to 'bootdisk/i386')
-rw-r--r-- | bootdisk/i386/param.msg | 4 |
1 files changed, 2 insertions, 2 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 |