Displaying 4 results from an estimated 4 matches for "rhel_7".
Did you mean:
rhel7
2020 Feb 21
0
Renaming virtio devices names on CentOS 8 VM guest
...default/grub as
shown below;
~]# cat /etc/default/grub
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX="rd.lvm.lv=rhel_7/swap rd.luks.uuid=luks-
cc387312-6da6-469a-8e49-b40cd58ad67a
crashkernel=auto vconsole.keymap=us vconsole.font=latarcyrheb-sun16
rd.lvm.lv=rhel_7/root rhgb quiet net.ifnames=0 biosdevname=0"
GRUB_DISABLE_RECOVERY="true"
Then for an EUFI system run this:
~]# grub2-mkconfig -o /b...
2019 Jul 25
2
bcachefs-tools
Hello,
I want to test bachefs file system on CentOS 7.
~$ cat /etc/system-release
CentOS Linux release 7.6.1810 (Core)
I'm following the bcachefs howto: https://bcachefs.org/Howto/.
Having a problem trying to complete make && make install of the bcache-tools.
After going through all the dependencies and insuring they are
installed on Cent 7, I get the following output on make
2020 Feb 21
3
Renaming virtio devices names on CentOS 8 VM guest
I have built a CentOS 8 base image from a kickstart, for use in OpenStack.
This image boots fine but the problem I have is that I can't stop udev from renaming the network device from eth0 to ens<something>.
I have /etc/sysconfig/network-scripts/ifcfg-eth0 with the correct HWADDR defined in it, and have set net.ifnames=0 and biosdevname=0 in the grub configuration, but nothing I have
2019 Jul 25
0
bcachefs-tools
You could try to get this slightly old rpm, save you the build troubles
(untested):
http://ftp5.gwdg.de/pub/opensuse/repositories/home:/garloff:/storage/RHEL_7/x86_64/
Bare in mind there is no support in the stock kernel for bcachefs
(afaik), you might have better luck with the elrepo kernel-ml.
---
Sent from the Delta quadrant using Borg technology!
On 2019-07-25 14:45, Mike wrote:
> Hello,
>
> I want to test bachefs file system on CentOS...