Christer Edwards
7c255d26b3
Merge pull request #452 from w4andy/verify-fix-bastillefile-include
...
add recursive verify for includes in Bastillefile
2021-12-09 10:48:09 -07:00
Christer Edwards
2327c6a662
Merge pull request #461 from robarnold/devfs
...
Use the devfs_ruleset number from imported iocage jails
2021-12-09 10:46:58 -07:00
Christer Edwards
d6b12f93e7
Merge pull request #465 from draga79/master
...
Added code and -B option to "create" to allow creating/managing jails attached to external bridge
2021-12-09 10:45:58 -07:00
Stefano Marinelli
d951a70b30
Added doc and fixes - bridge support
2021-12-02 15:22:08 +01:00
Stefano Marinelli
ec1356df08
Added and modified code for existing bridge jail attachement.
2021-12-02 15:06:47 +01:00
Rob Arnold
5aba3df6ae
Use the devfs_ruleset number from imported iocage jails
...
This property is not set by default on all iocage jails. By default, iocage assumes this value is 4. Confusingly, if you query this value from iocage while the jail is running, it will give a dynamically generated value. However, a jail must be stopped to be exported, so we can trust the value in config.json.
2021-11-19 21:46:22 -08:00
Christer Edwards
e49662bab4
Merge pull request #457 from cedwards/readthedocs
...
fixing issue with docs (conflict with docutils v0.18)
2021-11-07 09:44:25 -07:00
Christer Edwards
f4c60291c0
fixing issue with docs (conflict with docutils v0.18)
2021-11-07 09:42:13 -07:00
Christer Edwards
d1043bded2
Merge pull request #456 from cedwards/docs-quickfix
...
minor fix for docs path
2021-11-05 16:08:49 -06:00
Christer Edwards
6f8f025baf
minor fix for docs path
2021-11-05 16:08:04 -06:00
Christer Edwards
a73173e828
Merge pull request #455 from cedwards/docs-quickfix
...
add zfs-support doc to toctree
2021-11-05 16:06:13 -06:00
Christer Edwards
97d15d1a2f
add zfs-support doc to toctree
2021-11-05 16:05:16 -06:00
Christer Edwards
22b8f2f041
Merge pull request #454 from cedwards/docs-quickfix
...
fix image path for zfs support screenshot
2021-11-05 15:53:13 -06:00
Christer Edwards
686fbc8572
fix image path for zfs support screenshot
2021-11-05 15:52:01 -06:00
Christer Edwards
85f138cd5a
Merge pull request #453 from Bennykillua/zfs-support-to-docs
...
Zfs support to docs
2021-11-05 15:43:19 -06:00
Bennykillua
5c947d46d6
zfs support to docs
2021-11-05 15:40:02 +01:00
Bennykillua
45b4005237
adding zfs support to docs
2021-11-05 15:31:20 +01:00
Andreas Diem
ce52faad9d
add recursive verify for includes in Bastillefile
2021-11-01 21:45:15 +01:00
Christer Edwards
27ea04712f
Merge pull request #436 from yaazkal/patch-4
...
Sets require NETWORKING in the rc script
2021-08-07 20:55:37 -06:00
yaazkal
77afbd189f
Sets require NETWORKING in the rc script
...
In general and knowing what role will play bastille in the system, has more sense to require networking than login.
This can also helps speeding up boot time if for instance some jails in bastille provide some kind of networking role like acting as a DNS server.
2021-08-07 18:23:10 -05:00
Christer Edwards
fdc688bafe
Merge pull request #433 from cedwards/linux-pkg-support
...
basic PKG support for ubuntu/debian containers
2021-07-31 19:49:09 -06:00
Christer Edwards
03c830bea4
basic PKG support for ubuntu/debian containers
2021-07-31 19:47:01 -06:00
Christer Edwards
cd93e139a2
Merge pull request #432 from cedwards/mount_all_fix
...
fix overloaded variable in mount command
2021-07-31 15:24:12 -06:00
Christer Edwards
cc38fabd31
fix overloaded variable in mount command
2021-07-31 15:22:17 -06:00
Christer Edwards
c77ffb9617
Merge pull request #431 from cedwards/no_color_improvement
...
improve NO_COLOR detection
2021-07-31 15:06:05 -06:00
Christer Edwards
3a7e720e82
improve NO_COLOR detection
2021-07-31 15:04:08 -06:00
Christer Edwards
7f1dbc17c9
Merge pull request #303 from yerrysherry/cmdbug
...
bastille cmd exit code not respected #272
2021-07-31 14:40:05 -06:00
Christer Edwards
5c89ac5a27
Merge branch 'master' into cmdbug
2021-07-31 14:39:24 -06:00
Christer Edwards
c02a8735d8
Merge pull request #430 from yaazkal/debian10
...
Adds: Debian 10 (Buster) as a release for linux jails
2021-07-30 13:00:23 -06:00
Yaazkal
5fcc56367d
Fix: Debian 10 (Buster) path for increasing apt cache-start
2021-07-30 07:41:24 -05:00
Yaazkal
a21be862d8
Adds: Debian 10 (Buster) as a release for linux jails
2021-07-30 07:40:01 -05:00
Christer Edwards
4be0143de5
Merge pull request #429 from FloGatt/vnet_ipv6
...
Added logic for setting ipv6_defaultrouter for vnet template
2021-07-27 10:38:49 -06:00
Florian Gattermeier
2581218f82
Added logic for setting ipv6_defaultrouter for vnet template
2021-07-26 11:13:04 +02:00
Christer Edwards
47fed3a76d
Merge pull request #427 from yaazkal/linux-debian-distros
...
Adds: Debian 9 (Stretch) as a release for linux jails
2021-07-23 15:53:24 -06:00
Yaazkal
f6b2e57051
Adds: Debian 9 (Stretch) as a release for linux jails
2021-07-23 12:07:21 -05:00
Christer Edwards
7c8c324a17
Merge pull request #426 from yaazkal/linux-bootstrap-functions
...
Refactor: Creates Linux jails bootstrap functions
2021-07-23 10:46:40 -06:00
Christer Edwards
e99fc5de6c
Merge pull request #425 from yaazkal/patch-3
...
Fix minor typo in README
2021-07-23 10:44:38 -06:00
Yaazkal
403d6739bc
Fix: removes unwanted line in esure_debootstrap
2021-07-23 05:56:00 -05:00
Yaazkal
295e57ac04
Refactor: removes cosmetic whitelines
2021-07-23 05:51:35 -05:00
Yaazkal
85b5c204c4
Refactor: Creates ensure_debootstrap an change logic to prevent typing errors because of duplicated code
2021-07-23 05:50:23 -05:00
Yaazkal
f9018047ea
Refactor: check_linux_prerequisites indentation
2021-07-23 05:42:04 -05:00
Yaazkal
116014d191
Refactor: creates check_linux_prerequisites function
2021-07-23 05:33:49 -05:00
yaazkal
261fdd7dc9
Fix minor typo in README
2021-07-23 05:05:20 -05:00
Christer Edwards
93bb9a5048
Merge pull request #422 from cynix/fix_linux_jail
...
Fix creation of Linux jails
2021-07-15 07:25:31 -06:00
cynix
387fe3cf91
Avoid mounting devfs twice
2021-07-15 23:01:13 +10:00
cynix
857414f410
Fix missing redirection
2021-07-15 21:26:35 +10:00
cynix
b294a45bb9
Fix fstab creation for Linux jails
2021-07-15 20:52:16 +10:00
Christer Edwards
cc60df5cec
Merge pull request #421 from cedwards/bastille-day-2021-release-prep
...
release preparation for 0.9.x
2021-07-14 16:09:25 -06:00
Christer Edwards
8ecded5cdb
update README for new release
2021-07-14 16:00:13 -06:00
Christer Edwards
6d5da561bd
release preparation for 0.9.x
2021-07-14 15:49:12 -06:00