-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for CloudLinux VM missing os-release and /etc/redhat-release
> closes #240
- Loading branch information
1 parent
7ce285c
commit 2ceba16
Showing
6 changed files
with
97 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/sh | ||
|
||
echo "Linux 3.10.0-962.3.2.lve1.5.24.9.el7.x86_64" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/sh | ||
|
||
echo "Linux 4.18.0-513.18.1.lve.2.el8.x86_64" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/sh | ||
|
||
echo "Linux 5.14.0-427.20.1.el9_4.x86_64" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
autofs4 23643 2 - Live 0x0000000000000000 | ||
btrfs 21980 0 - Live 0x0000000000000000 | ||
cdrom 3656 2 hfsplus,hfs, Live 0x0000000000000000 | ||
ext4 19980 5 - Live 0x0000000000000000 | ||
fat 31261 2 msdos,vfat, Live 0x0000000000000000 | ||
fuse 20211 9 - Live 0x0000000000000000 | ||
hfs 28747 0 - Live 0x0000000000000000 | ||
hfsplus 4168 0 - Live 0x0000000000000000 | ||
kmodlve 17657856 2 - Live 0x0000000000000000 | ||
msdos 7785 0 - Live 0x0000000000000000 | ||
vfat 7785 1 - Live 0x0000000000000000 | ||
xor 1770 1 btrfs, Live 0x0000000000000000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters