-
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 #22 from nyrahul/newdistros
Debian 10 and 11 configs added
- Loading branch information
Showing
9 changed files
with
8,141 additions
and
0 deletions.
There are no files selected for viewing
3,749 changes: 3,749 additions & 0 deletions
3,749
Debian GNU_Linux 10 (buster)/4.19.0-26-cloud-amd64/bootconfig.md
Large diffs are not rendered by default.
Oops, something went wrong.
13 changes: 13 additions & 0 deletions
13
Debian GNU_Linux 10 (buster)/4.19.0-26-cloud-amd64/hostnamectl.md
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,13 @@ | ||
# hostnamectl | ||
``` | ||
Static hostname: debian | ||
Transient hostname: deb8 | ||
Icon name: computer-vm | ||
Chassis: vm | ||
Machine ID: 3aad3e298041c840bc94b16cfbfcd199 | ||
Boot ID: 6b6edac500f54f3997b0d6e8374906d0 | ||
Virtualization: kvm | ||
Operating System: Debian GNU/Linux 10 (buster) | ||
Kernel: Linux 4.19.0-26-cloud-amd64 | ||
Architecture: 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,6 @@ | ||
# Boot Config | ||
|
||
Command used: `cat /sys/kernel/security/lsm` | ||
``` | ||
capability,yama,apparmor | ||
``` |
12 changes: 12 additions & 0 deletions
12
Debian GNU_Linux 10 (buster)/4.19.0-26-cloud-amd64/os-release.md
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 | ||
``` | ||
PRETTY_NAME="Debian GNU/Linux 10 (buster)" | ||
NAME="Debian GNU/Linux" | ||
VERSION_ID="10" | ||
VERSION="10 (buster)" | ||
VERSION_CODENAME=buster | ||
ID=debian | ||
HOME_URL="https://www.debian.org/" | ||
SUPPORT_URL="https://www.debian.org/support" | ||
BUG_REPORT_URL="https://bugs.debian.org/" | ||
``` |
Oops, something went wrong.