search for: reusage

Displaying 2 results from an estimated 2 matches for "reusage".

Did you mean: regusage
2016 Apr 22
2
Dual boot C7 with Window 10
Chris Murphy wrote: > What you should revert back to UEFI only, with Secure Boot enabled, > and reinstall CentOS, deleting the previous partition/mount points > including the BIOS Boot partition that was created for CentOS's > bootloader. > The gotcha is that with Secure Boot enabled, the CentOS GRUB-efi > package doesn't support chainloading the Windows bootloader.
2008 Feb 22
12
Yumrepo and managing the contents of /etc/yum.repos.d directory...
Puppet version: 0.22.4 facterversion => 1.3.7 rubyversion => 1.8.5 Given the following: file { yum_repo_d: path => "/etc/yum.repos.d", ensure => directory, recurse => true, purge => true } yumrepo { pkg_repo: descr => "Packages Repository", enabled => 1, baseurl => "http://Some/path/", gpgcheck => 0,