Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 260511 Details for
Bug 385801
initrd created by mayflower does not allow pxe boot with nfsroot
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Creates a config directory for VMware (/ pcnet32)
config.patch (text/plain), 9.61 KB, created by
Carlo de Wolf
on 2007-11-15 22:19:35 UTC
(
hide
)
Description:
Creates a config directory for VMware (/ pcnet32)
Filename:
MIME Type:
Creator:
Carlo de Wolf
Created:
2007-11-15 22:19:35 UTC
Size:
9.61 KB
patch
obsolete
>diff -Naur config.empty/etc/fstab config/etc/fstab >--- config.empty/etc/fstab 1970-01-01 01:00:00.000000000 +0100 >+++ config/etc/fstab 2007-11-15 16:56:22.000000000 +0100 >@@ -0,0 +1,5 @@ >+/dev/mapper/livecd-rw / ext3 defaults,noatime 0 0 >+tmpfs /dev/shm tmpfs defaults 0 0 >+devpts /dev/pts devpts gid=5,mode=620 0 0 >+sysfs /sys sysfs defaults 0 0 >+proc /proc proc defaults 0 0 >diff -Naur config.empty/etc/mayflower.conf config/etc/mayflower.conf >--- config.empty/etc/mayflower.conf 1970-01-01 01:00:00.000000000 +0100 >+++ config/etc/mayflower.conf 2007-11-15 16:45:02.000000000 +0100 >@@ -0,0 +1,4 @@ >+MODULES+="nfs sunrpc pcnet32 " >+MODULES+="squashfs ext3 ext2 vfat msdos " >+MODULES+="sr_mod sd_mod " >+#MODULES+="ide-cd " >diff -Naur config.empty/etc/modprobe.conf config/etc/modprobe.conf >--- config.empty/etc/modprobe.conf 1970-01-01 01:00:00.000000000 +0100 >+++ config/etc/modprobe.conf 2007-11-15 16:41:12.000000000 +0100 >@@ -0,0 +1 @@ >+alias eth0 pcnet32 >diff -Naur config.empty/etc/modprobe.d/blacklist config/etc/modprobe.d/blacklist >--- config.empty/etc/modprobe.d/blacklist 1970-01-01 01:00:00.000000000 +0100 >+++ config/etc/modprobe.d/blacklist 2007-10-25 18:04:26.000000000 +0200 >@@ -0,0 +1,37 @@ >+# >+# Listing a module here prevents the hotplug scripts from loading it. >+# Usually that'd be so that some other driver will bind it instead, >+# no matter which driver happens to get probed first. Sometimes user >+# mode tools can also control driver binding. >+# >+# Syntax: driver name alone (without any spaces) on a line. Other >+# lines are ignored. >+# >+ >+# watchdog drivers >+blacklist i8xx_tco >+ >+# framebuffer drivers >+blacklist aty128fb >+blacklist atyfb >+blacklist radeonfb >+blacklist i810fb >+blacklist cirrusfb >+blacklist intelfb >+blacklist kyrofb >+blacklist i2c-matroxfb >+blacklist hgafb >+blacklist nvidiafb >+blacklist rivafb >+blacklist savagefb >+blacklist sstfb >+blacklist neofb >+blacklist tridentfb >+blacklist tdfxfb >+blacklist virgefb >+blacklist vga16fb >+blacklist matrxfb_base >+ >+# ISDN - see bugs 154799, 159068 >+blacklist hisax >+blacklist hisax_fcpcipnp >diff -Naur config.empty/etc/modprobe.d/blacklist-compat config/etc/modprobe.d/blacklist-compat >--- config.empty/etc/modprobe.d/blacklist-compat 1970-01-01 01:00:00.000000000 +0100 >+++ config/etc/modprobe.d/blacklist-compat 2007-10-08 00:49:04.000000000 +0200 >@@ -0,0 +1,37 @@ >+# >+# Listing a module here prevents the hotplug scripts from loading it. >+# Usually that'd be so that some other driver will bind it instead, >+# no matter which driver happens to get probed first. Sometimes user >+# mode tools can also control driver binding. >+# >+# Syntax: driver name alone (without any spaces) on a line. Other >+# lines are ignored. >+# >+ >+# watchdog drivers >+blacklist i8xx_tco >+ >+# framebuffer drivers >+blacklist aty128fb >+blacklist atyfb >+blacklist radeonfb >+blacklist i810fb >+blacklist cirrusfb >+blacklist intelfb >+blacklist kyrofb >+blacklist i2c-matroxfb >+blacklist hgafb >+blacklist nvidiafb >+blacklist rivafb >+blacklist savagefb >+blacklist sstfb >+blacklist neofb >+blacklist tridentfb >+blacklist tdfxfb >+blacklist virgefb >+blacklist vga16fb >+blacklist matroxfb_base >+ >+# ISDN - see bugs 154799, 159068 >+blacklist hisax >+blacklist hisax_fcpcipnp >diff -Naur config.empty/etc/modprobe.d/floppy-pnp config/etc/modprobe.d/floppy-pnp >--- config.empty/etc/modprobe.d/floppy-pnp 1970-01-01 01:00:00.000000000 +0100 >+++ config/etc/modprobe.d/floppy-pnp 2007-10-18 22:01:14.000000000 +0200 >@@ -0,0 +1 @@ >+alias pnp:dPNP0700 floppy >diff -Naur config.empty/etc/modprobe.d/modprobe.conf.dist config/etc/modprobe.d/modprobe.conf.dist >--- config.empty/etc/modprobe.d/modprobe.conf.dist 1970-01-01 01:00:00.000000000 +0100 >+++ config/etc/modprobe.d/modprobe.conf.dist 2007-10-08 00:49:04.000000000 +0200 >@@ -0,0 +1,164 @@ >+# default modutils aliases >+alias binfmt-204 binfmt_aout >+alias binfmt-263 binfmt_aout >+alias binfmt-264 binfmt_aout >+alias binfmt-267 binfmt_aout >+alias binfmt-387 binfmt_aout >+alias block-major-1-* rd >+alias block-major-3-* ide-probe-mod >+alias block-major-8-* sd_mod >+alias block-major-9-* md >+alias block-major-11-* sr_mod >+alias block-major-13-* xd >+alias block-major-15-* cdu31a >+alias block-major-16-* gscd >+alias block-major-17-* optcd >+alias block-major-18-* sjcd >+alias block-major-20-* mcdx >+alias block-major-22-* ide-probe-mod >+alias block-major-23-* mcd >+alias block-major-24-* sonycd535 >+alias block-major-25-* sbpcd >+alias block-major-26-* sbpcd >+alias block-major-27-* sbpcd >+alias block-major-29-* aztcd >+alias block-major-32-* cm206 >+alias block-major-33-* ide-probe-mod >+alias block-major-34-* ide-probe-mod >+alias block-major-37-* ide-tape >+alias block-major-44-* ftl >+alias block-major-46-* pcd >+alias block-major-47-* pf >+alias block-major-56-* ide-probe-mod >+alias block-major-57-* ide-probe-mod >+alias block-major-88-* ide-probe-mod >+alias block-major-89-* ide-probe-mod >+alias block-major-90-* ide-probe-mod >+alias block-major-91-* ide-probe-mod >+alias block-major-93-* nftl >+alias block-major-113-* viocd >+alias char-major-4-* serial >+alias char-major-5-* serial >+alias char-major-9-* st >+alias char-major-10-2 msbusmouse >+alias char-major-10-3 atixlmouse >+alias char-major-10-135 rtc >+alias char-major-10-139 openprom >+alias char-major-10-157 applicom >+alias char-major-10-175 agpgart >+alias char-major-10-250 hci_vhci >+alias char-major-13-* input >+alias char-major-13-0 joydev >+alias char-major-13-32 mousedev >+alias char-major-19-* cyclades >+alias char-major-20-* cyclades >+alias char-major-22-* pcxx >+alias char-major-23-* pcxx >+alias char-major-27-* zftape >+alias char-major-34-* scc >+alias char-major-35-* tclmidi >+alias char-major-36-* netlink >+alias char-major-48-* riscom8 >+alias char-major-49-* riscom8 >+alias char-major-57-* esp >+alias char-major-58-* esp >+alias char-major-63-* kdebug >+alias char-major-90-* mtdchar >+alias char-major-96-* pt >+alias char-major-97-* pg >+alias char-major-107-* 3dfx >+alias char-major-109-* lvm-mod >+alias char-major-188-* usbserial >+alias char-major-200-* vxspec >+alias char-major-206-* osst >+alias char-major-216-* rfcomm >+alias dos msdos >+alias dummy0 dummy >+alias dummy1 dummy >+alias iso9660 isofs >+alias net-pf-1 unix >+alias net-pf-2 ipv4 >+alias net-pf-17 af_packet >+alias netalias-2 ip_alias >+alias irlan0 irlan >+alias irda-dongle-0 tekram >+alias irda-dongle-1 esi >+alias irda-dongle-2 actisys >+alias irda-dongle-3 actisys >+alias irda-dongle-4 girbil >+alias irda-dongle-5 litelink >+alias irda-dongle-6 airport >+alias irda-dongle-7 old_belkin >+alias plip0 plip >+alias plip1 plip >+alias tunl0 ipip >+alias cipcb0 cipcb >+alias cipcb1 cipcb >+alias cipcb2 cipcb >+alias cipcb3 cipcb >+alias slip0 slip >+alias slip1 slip >+alias tty-ldisc-1 slip >+alias tty-ldisc-3 ppp_async >+alias tty-ldisc-11 irtty-sir >+alias tty-ldisc-14 ppp_synctty >+alias tty-ldisc-15 hci_uart >+alias ppp-compress-18 ppp_mppe >+install ppp-compress-21 /bin/true >+alias ppp-compress-24 ppp_deflate >+alias ppp-compress-26 ppp_deflate >+alias parport_lowlevel parport_pc >+alias usbdevfs usbcore >+alias xfrm-type-2-50 esp4 >+alias xfrm-type-2-51 ah4 >+alias xfrm-type-2-108 ipcomp >+alias xfrm-type-10-50 esp6 >+alias xfrm-type-10-51 ah6 >+alias xfrm-type-10-108 ipcomp6 >+alias cipher_null crypto_null >+alias digest_null crypto_null >+alias compress_null crypto_null >+alias sha384 sha512 >+install binfmt-0000 /bin/true >+install binfmt_misc /sbin/modprobe --first-time --ignore-install binfmt_misc && { /bin/mount -t binfmt_misc none /proc/sys/fs/binfmt_misc > /dev/null 2>&1 || :; } >+install nfsd /sbin/modprobe --first-time --ignore-install nfsd && { /bin/mount -t nfsd nfsd /proc/fs/nfsd > /dev/null 2>&1 || :; } >+install sunrpc /sbin/modprobe --first-time --ignore-install sunrpc && { /bin/mount -t rpc_pipefs sunrpc /var/lib/nfs/rpc_pipefs > /dev/null 2>&1 || :; } >+install char-major-10 /bin/true >+install char-major-10-1 /bin/true >+install dummy0 /sbin/modprobe -o dummy0 --ignore-install dummy >+install dummy1 /sbin/modprobe -o dummy1 --ignore-install dummy >+install net-pf-19 /bin/true >+install net-pf-3 /bin/true >+install net-pf-6 /bin/true >+install ov518_decomp { /sbin/modprobe ov511; } ; /sbin/modprobe --first-time --ignore-install ov518_decomp >+install scsi_hostadapter /bin/true >+install usbmouse /sbin/modprobe --first-time --ignore-install usbmouse && { /sbin/modprobe hid; /bin/true; } >+remove binfmt_misc { /bin/umount /proc/sys/fs/binfmt_misc > /dev/null 2>&1 || :; } ; /sbin/modprobe -r --first-time --ignore-remove binfmt_misc >+remove ov518_decomp /sbin/modprobe -r --first-time --ignore-remove ov518_decomp && { /sbin/modprobe -r ov511; /bin/true; } >+remove usbmouse { /sbin/modprobe -r hid; } ; /sbin/modprobe -r --first-time --ignore-remove usbmouse >+remove sunrpc { /bin/umount /var/lib/nfs/rpc_pipefs > /dev/null 2>&1 || :; } ; /sbin/modprobe -r --ignore-remove sunrpc >+remove nfsd { /bin/umount /proc/fs/nfsd > /dev/null 2>&1 || :; } ; /sbin/modprobe -r --first-time --ignore-remove nfsd >+ >+ >+alias usb-uhci uhci-hcd >+alias usb-ohci ohci-hcd >+alias uhci uhci-hcd >+ >+alias char-major-116-* snd >+alias sound-service-*-0 snd-mixer-oss >+alias sound-service-*-1 snd-seq-oss >+alias sound-service-*-3 snd-pcm-oss >+alias sound-service-*-8 snd-seq-oss >+alias sound-service-*-12 snd-pcm-oss >+ >+install sound-slot-* /sbin/modprobe snd-card-${MODPROBE_MODULE##sound[_-]slot[_-]} >+ >+install snd-pcm /sbin/modprobe --ignore-install snd-pcm && /sbin/modprobe snd-pcm-oss && /sbin/modprobe snd-seq-device && /sbin/modprobe snd-seq-oss >+ >+alias nfs4 nfs >+alias rpc_pipefs sunrpc >+alias rpc_svc_gss_pipefs sunrpc >+ >+install eth1394 /bin/true >+ >+install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && /sbin/modprobe snd-emu10k1-synth
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 385801
:
260491
| 260511