diff options
author | Erik Troan <ewt@redhat.com> | 2000-04-05 16:24:17 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-04-05 16:24:17 +0000 |
commit | 663b88ea473d30670e9337d71758c9b000c3c421 (patch) | |
tree | b05612f03abbd86554237d883676391324b8f120 /bootdisk/i386 | |
parent | 634cf2d5a5067544539ff2b79e8ca82055600dc4 (diff) | |
download | anaconda-663b88ea473d30670e9337d71758c9b000c3c421.tar.gz anaconda-663b88ea473d30670e9337d71758c9b000c3c421.tar.xz anaconda-663b88ea473d30670e9337d71758c9b000c3c421.zip |
added "devfs=nomount" to all kernel images
Diffstat (limited to 'bootdisk/i386')
-rwxr-xr-x | bootdisk/i386/syslinux.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bootdisk/i386/syslinux.cfg b/bootdisk/i386/syslinux.cfg index 63edd4b93..2883c4e62 100755 --- a/bootdisk/i386/syslinux.cfg +++ b/bootdisk/i386/syslinux.cfg @@ -10,13 +10,13 @@ F5 rescue.msg F7 snake.msg label linux kernel vmlinuz - append initrd=initrd.img + append initrd=initrd.img devfs=nomount label text kernel vmlinuz - append initrd=initrd.img text + append initrd=initrd.img text devfs=nomount label expert kernel vmlinuz - append expert initrd=initrd.img + append expert initrd=initrd.img devfs=nomount label ks kernel vmlinuz - append ks initrd=initrd.img + append ks initrd=initrd.img devfs=nomount |