tschettervictor
78d784fa80
docs: U;pdat networking to show DHCP
2025-03-01 00:16:07 -07:00
tschettervictor
71f0370cf4
create: Allow DHCP as option
2025-03-01 00:15:17 -07:00
tschettervictor
83e1be3f85
Update networking.rst
2025-03-01 00:08:11 -07:00
tschettervictor
9bcd68a75d
docs: Document available IP options
2025-03-01 00:07:52 -07:00
tschettervictor
79a49dd07e
docs: update targeting for new functions
2025-02-28 23:50:42 -07:00
tschettervictor
eed70dc129
import: Fix shellcheck
2025-02-28 23:13:57 -07:00
tschettervictor
efee919b49
import: Fix import to release for bastille jails
2025-02-28 23:12:31 -07:00
tschettervictor
b498fca79e
import: Fix import to a release from iocage
2025-02-28 23:10:04 -07:00
tschettervictor
aa2ed18727
Merge pull request #891 from BastilleBSD/tschettervictor-patch-1
...
upgrade: Make sure thin jails are stopped before upgrading
2025-02-28 22:55:41 -07:00
tschettervictor
4c251451ba
upgrade: Use config command to get release on thin jails
2025-02-28 22:55:05 -07:00
tschettervictor
9c6067f7a2
upgrade: Make sure thin jails are stopped before upgrading
2025-02-28 22:46:27 -07:00
tschettervictor
c54d935769
Merge pull request #890 from BastilleBSD/tschettervictor-patch-1
...
upgrade: Check jail is running earlier
2025-02-28 22:36:48 -07:00
tschettervictor
0b77f94d2f
upgrade: Check jail is running earlier
2025-02-28 22:36:38 -07:00
tschettervictor
2bd35fc9d2
import: Manual network only if definitions not set
2025-02-28 22:31:13 -07:00
tschettervictor
98eb36b209
create: Missed one var for config option
2025-02-28 17:45:53 -07:00
tschettervictor
22456b0d7c
create: Remove config option
2025-02-28 17:45:10 -07:00
tschettervictor
6fcbdef5eb
bootstrap: Remove config option
2025-02-28 17:44:28 -07:00
tschettervictor
4941541b0c
docs: Remove config option from create
2025-02-28 17:43:55 -07:00
tschettervictor
24eefc325f
bootstrap: Allow bootstrapping with custom config
2025-02-28 17:32:45 -07:00
tschettervictor
9e9cef90d4
create: Override shellcheck for sourcing variable
2025-02-28 17:22:46 -07:00
tschettervictor
320bcde2b2
create: Allow specifying a custom config file to override default
2025-02-28 17:15:10 -07:00
tschettervictor
e5a7618fb6
docs: Add --config to create help command
2025-02-28 17:06:45 -07:00
tschettervictor
223c538680
create: Fix spacing in help command
2025-02-28 13:05:13 -07:00
tschettervictor
7ea54efb9a
docs: update create docs for zfs-opts
2025-02-28 13:04:06 -07:00
tschettervictor
3acd06a0f1
create: Allow setting zfs options on creating jail
...
#514
@s1dh
Run 'bastille create help' to see syntax
2025-02-28 12:59:48 -07:00
tschettervictor
bb228a4f74
export: Break on no options
2025-02-28 12:04:33 -07:00
tschettervictor
b734b926c2
export: Reset options
2025-02-28 12:03:08 -07:00
tschettervictor
1c0ed95e63
export: Fix expr syntax
2025-02-28 11:59:56 -07:00
tschettervictor
34a0582075
export: Add debug mode
2025-02-28 11:57:20 -07:00
tschettervictor
295612da5f
create: Do not check running if empty jail
2025-02-28 11:49:29 -07:00
tschettervictor
7ddff7fa94
export: Restructure code for new functions
2025-02-28 11:25:17 -07:00
tschettervictor
0106df5259
import: Support importing to specific release
...
#360
2025-02-28 00:18:42 -07:00
tschettervictor
00368cb71f
import: Get default interface in set to "none" or auto
2025-02-28 00:07:14 -07:00
tschettervictor
b333a99cdc
import: Import jails using new interface format (iocage,ezjail)
...
Imported jails from iocage and ezjail should now be imported using the new "if|ip" format and overall better handling on the network side of the import.
2025-02-27 23:50:00 -07:00
tschettervictor
ed77c06c40
Merge pull request #886 from BastilleBSD/tschettervictor-patch-1
...
import: Fix var -n > -eq
2025-02-27 22:59:06 -07:00
tschettervictor
dd4b1fb6ba
import: Fix var -n > -eq
2025-02-27 22:58:51 -07:00
tschettervictor
f33e846809
Merge pull request #885 from BastilleBSD/json-list-all
...
list: Support json format when listing all jails
2025-02-27 18:20:38 -07:00
tschettervictor
b69f180c59
list: Properly list json
2025-02-27 17:59:52 -07:00
tschettervictor
bbc89e36a5
list: Support json format when listing all jails
2025-02-27 17:52:20 -07:00
tschettervictor
8e4f09cf8b
Merge pull request #876 from tschettervictor/allow-encrpyted-send
...
create: Send without -R for encrypted bastilleroot
2025-02-27 17:29:10 -07:00
tschettervictor
d4a8e33499
Merge pull request #884 from BastilleBSD/clone-rename-docs-update
...
docs: Update clone docs
2025-02-27 17:27:25 -07:00
tschettervictor
eaaf86900c
docs: Update rename documentation
2025-02-27 17:26:43 -07:00
tschettervictor
10640ab140
docs: Update clone docs
2025-02-27 17:25:41 -07:00
tschettervictor
fdfe357ede
Merge pull request #883 from BastilleBSD/tschettervictor-patch-1
...
list: Update help
2025-02-27 17:22:28 -07:00
tschettervictor
bc1bd45d53
list: Update help
2025-02-27 17:21:58 -07:00
tschettervictor
5667a94c89
Merge pull request #882 from BastilleBSD/tschettervictor-patch-1
...
docs: Add list.sh
2025-02-27 17:20:46 -07:00
tschettervictor
bcd3e7ddc7
docs: Add list.sh
2025-02-27 17:20:34 -07:00
tschettervictor
75ea1cb53c
Merge pull request #881 from BastilleBSD/pkg-docs
...
docs: Update pkg docs
2025-02-27 17:14:43 -07:00
tschettervictor
bb89e7f45c
pkg: Help message update
2025-02-27 17:14:13 -07:00
tschettervictor
8dbf274f88
docs: Update pkg docs
2025-02-27 17:13:40 -07:00