From 7150b633919fb4d1f1218187bd00c79a8d7998c9 Mon Sep 17 00:00:00 2001 From: Christer Edwards Date: Sun, 13 Dec 2020 11:05:25 -0700 Subject: [PATCH 1/3] update VNET devfs documentation --- README.md | 14 +++++++++----- docs/chapters/networking.rst | 4 ---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 82474a94..e57334b5 100644 --- a/README.md +++ b/README.md @@ -368,10 +368,6 @@ VNET also requires a custom `devfs` ruleset. Create the file as needed on the ho **/etc/devfs.rules** ``` [bastille_vnet=13] -add include $devfsrules_hide_all -add include $devfsrules_unhide_basic -add include $devfsrules_unhide_login -add include $devfsrules_jail add path 'bpf*' unhide ``` @@ -621,9 +617,17 @@ ishmael ~ # bastille destroy folsom Deleting Container: folsom. Note: container console logs not destroyed. /usr/local/bastille/logs/folsom_console.log - ``` +This command can also be used to destroy old releases that are no longer +needed. + +```shell +ishmael ~ # bastille destroy 11.1-RELEASE +Deleting base: 11.1-RELEASE +``` + + bastille template ----------------- Looking for ready made CI/CD validated [Bastille diff --git a/docs/chapters/networking.rst b/docs/chapters/networking.rst index 6a4cc3e9..c476b3da 100644 --- a/docs/chapters/networking.rst +++ b/docs/chapters/networking.rst @@ -76,10 +76,6 @@ host system: ## /etc/devfs.rules (NOT .conf) [bastille_vnet=13] - add include $devfsrules_hide_all - add include $devfsrules_unhide_basic - add include $devfsrules_unhide_login - add include $devfsrules_jail add path 'bpf*' unhide Lastly, you may want to consider these three `sysctl` values: From a3d2f69b711fac9b687e2e828a57a79b735c80a2 Mon Sep 17 00:00:00 2001 From: Christer Edwards Date: Sun, 13 Dec 2020 11:10:29 -0700 Subject: [PATCH 2/3] cleanup patch; vnet specific --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index e57334b5..e56a51a0 100644 --- a/README.md +++ b/README.md @@ -619,14 +619,6 @@ Note: container console logs not destroyed. /usr/local/bastille/logs/folsom_console.log ``` -This command can also be used to destroy old releases that are no longer -needed. - -```shell -ishmael ~ # bastille destroy 11.1-RELEASE -Deleting base: 11.1-RELEASE -``` - bastille template ----------------- From 857b5d430bb3987b9b178b4cc01d305ff80157da Mon Sep 17 00:00:00 2001 From: Christer Edwards Date: Sun, 13 Dec 2020 11:11:15 -0700 Subject: [PATCH 3/3] cleanup patch; vnet specific --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e56a51a0..42cd325f 100644 --- a/README.md +++ b/README.md @@ -617,8 +617,8 @@ ishmael ~ # bastille destroy folsom Deleting Container: folsom. Note: container console logs not destroyed. /usr/local/bastille/logs/folsom_console.log -``` +``` bastille template -----------------