Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 377133
Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +5 lines)
Line  Link Here
0
-- genkernel-3.4.18/defaults/busy-config
0
++ genkernel-3.4.18/defaults/busy-config
Lines 192-198 CONFIG_MV=y Link Here
192
# CONFIG_NOHUP is not set
192
# CONFIG_NOHUP is not set
193
# CONFIG_OD is not set
193
# CONFIG_OD is not set
194
# CONFIG_PRINTENV is not set
194
# CONFIG_PRINTENV is not set
195
# CONFIG_PRINTF is not set
195
CONFIG_PRINTF=y
196
CONFIG_PWD=y
196
CONFIG_PWD=y
197
CONFIG_READLINK=y
197
CONFIG_READLINK=y
198
# CONFIG_FEATURE_READLINK_FOLLOW is not set
198
# CONFIG_FEATURE_READLINK_FOLLOW is not set
199
-- genkernel-3.4.18/defaults/initrd.scripts
199
++ genkernel-3.4.18/defaults/initrd.scripts
Lines 652-661 startVolumes() { Link Here
652
			lvm_commands="#! /bin/lvm"
652
			lvm_commands="#! /bin/lvm"
653
653
654
			# If there is a cahe, update it. Unbreak at least dmcrypt
654
			# If there is a cahe, update it. Unbreak at least dmcrypt
655
			[ -d /etc/lvm/cache ] && lvm_commands="${lvm_commands} \nvgscan"
655
			[ -d /etc/lvm/cache ] && lvm_commands="${lvm_commands} \n vgscan"
656
656
657
			# To activate volumegroups on all devices in the cache
657
			# To activate volumegroups on all devices in the cache
658
			lvm_commands="${lvm_commands} \nvgchange -ay --sysinit"
658
			lvm_commands="${lvm_commands} \n vgchange -ay --sysinit"
659
659
660
			# And finally execute it all (/proc/... needed if lvm is compiled without readline)
660
			# And finally execute it all (/proc/... needed if lvm is compiled without readline)
661
			good_msg "Scanning for and activating Volume Groups"
661
			good_msg "Scanning for and activating Volume Groups"

Return to bug 377133