-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from nyrahul/newdistros
MAriner and Azure Ubuntu distros added
- Loading branch information
Showing
10 changed files
with
15,223 additions
and
151 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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,14 @@ | ||
# hostnamectl | ||
``` | ||
Static hostname: aks-marinerpool-30273554-vmss000000 | ||
Icon name: computer-vm | ||
Chassis: vm 🖴 | ||
Machine ID: cbd4cf220a6642939be47cb6f2424453 | ||
Boot ID: 6b44721a50204931bee227acc87b42de | ||
Virtualization: microsoft | ||
Operating System: CBL-Mariner/Linux | ||
Kernel: Linux 5.15.138.1-4.cm2 | ||
Architecture: x86-64 | ||
Hardware Vendor: Microsoft Corporation | ||
Hardware Model: Virtual Machine | ||
``` |
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,6 @@ | ||
# Boot Config | ||
|
||
Command used: `cat /sys/kernel/security/lsm` | ||
``` | ||
lockdown,capability,landlock,yama,safesetid,apparmor | ||
``` |
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 @@ | ||
# /etc/os-release | ||
``` | ||
NAME="Common Base Linux Mariner" | ||
VERSION="2.0.20231130" | ||
ID=mariner | ||
VERSION_ID="2.0" | ||
PRETTY_NAME="CBL-Mariner/Linux" | ||
ANSI_COLOR="1;34" | ||
HOME_URL="https://aka.ms/cbl-mariner" | ||
BUG_REPORT_URL="https://aka.ms/cbl-mariner" | ||
SUPPORT_URL="https://aka.ms/cbl-mariner" | ||
``` |
Oops, something went wrong.