tschettervictor
caee31a621
mount: Spacing
2025-01-20 18:30:23 -07:00
tschettervictor
0bf87b1980
mount: Add debug mode
2025-01-20 18:28:33 -07:00
Barry McCormick
c120017aa1
Merge pull request #810 from tschettervictor/update_fix
...
update: set -d and -f for release updates and thick jail updates
2025-01-20 13:46:21 -08:00
Barry McCormick
a3357216c9
Merge pull request #811 from tschettervictor/upgrade_deprecate_release
...
upgrade: deprecate RELEASE upgrade, fix thick/thin jail upgrades
2025-01-20 13:41:04 -08:00
tschettervictor
4fc9426bc1
upgrade: let users know to restart and run install command again
2025-01-20 12:36:27 -07:00
tschettervictor
10c82964e3
clone: Change MAC after IF
2025-01-19 08:27:41 -07:00
tschettervictor
c1537e2a20
clone: Spacing -1
2025-01-19 08:22:12 -07:00
tschettervictor
1fc84bc168
clone: Fix retrieving ext if MAC on bridge
2025-01-19 08:14:24 -07:00
tschettervictor
ef8a4e209f
clone: more typos
2025-01-18 22:14:13 -07:00
tschettervictor
73b9b14931
clone: typos
2025-01-18 22:10:23 -07:00
tschettervictor
abdf885c3a
common: Comment about MAC prefix
2025-01-18 17:47:13 -07:00
tschettervictor
3f9d903f10
bastille: rename+clone > no options command
2025-01-18 17:44:38 -07:00
tschettervictor
4b35b2ad47
pkg: exit on error
2025-01-18 17:37:04 -07:00
tschettervictor
c26d470a7d
rename: Allow if=name
2025-01-18 17:02:19 -07:00
tschettervictor
04f86c3f5b
clone: Allow name=if clone
2025-01-18 16:38:29 -07:00
tschettervictor
589f19032a
common: Allow name=if for bridge
2025-01-18 16:32:40 -07:00
tschettervictor
69ef27f1e3
Merge branch 'master' into common.sh_functions
2025-01-18 10:22:26 -07:00
tschettervictor
fdff42a1b3
common: fix epair naming
2025-01-18 10:08:02 -07:00
tschettervictor
f994df3bad
mount: Revert [] > ()
2025-01-18 07:51:00 -07:00
tschettervictor
e1a2ed1b6b
mount: Fix () > []
2025-01-18 07:39:42 -07:00
tschettervictor
bbb1555ecc
mount: Fix similar path mount grep
2025-01-18 07:33:00 -07:00
tschettervictor
6a1226bdc9
Merge branch 'master' into cp-rcp-new-functions
2025-01-17 22:42:47 -07:00
tschettervictor
03214c4f0a
Merge branch 'master' into patch-2
2025-01-17 22:18:03 -07:00
tschettervictor
5cfbe222ad
upgrade: Fix jail update var
2025-01-17 12:27:11 -07:00
tschettervictor
ee0b8b8f96
mount: fix perms check
2025-01-17 08:11:58 -07:00
tschettervictor
6eaa16e299
update: use “workdir”
2025-01-17 07:34:13 -07:00
Matthias Petermann
ce0ab9d364
Commit fb71f0d introduced to possibility to add options behind permissions
...
in fstab. Unfortunately it breaks scenarios where no options are provided
as the current regex expects the comma with the options always to be present.
This patch fixes the regex to handle the options as group.
2025-01-17 09:58:23 +01:00
tschettervictor
a74f87162a
update: Use -j jailpath and _release path as vars
2025-01-16 07:36:25 -07:00
tschettervictor
e4f58af770
upgrade: Use -j jailname instead of -b
2025-01-16 07:27:48 -07:00
tschettervictor
35f698bc96
upgrade: use $jailpath for vars
2025-01-16 07:25:49 -07:00
Barry McCormick
fb876b4074
Merge pull request #808 from tschettervictor/patch-3
...
create: Static MAC optional
2025-01-15 21:29:48 -08:00
tschettervictor
fb1d4fca95
Merge branch 'master' into common.sh_functions
2025-01-15 14:49:06 -07:00
tschettervictor
edc6f29184
common: final revision of changes
2025-01-15 14:33:22 -07:00
tschettervictor
bdfa728eaa
pkg: auto-mode/debug-mode/notify instead of exit when done
2025-01-15 11:34:21 -07:00
Barry McCormick
c66efd5fc0
Merge pull request #804 from tschettervictor/htop-top-auto-mode
...
top/htop: update auto-mode and documentation
2025-01-15 09:07:16 -08:00
Barry McCormick
49a7a643a8
Merge pull request #790 from tschettervictor/etcupdate
...
etcupdate: beta version
2025-01-14 21:37:54 -08:00
tschettervictor
43dfd98af5
list: typo in shellcheck
2025-01-14 15:02:17 -07:00
tschettervictor
b59f02afa3
list: disable shell check (needed for grep error)
2025-01-14 15:00:13 -07:00
tschettervictor
e07f121bcf
List: fix “” for shell check
2025-01-14 14:53:56 -07:00
tschettervictor
a83772dc2b
list: Fix “grep: no such file”
...
This fixes the issue introduced by the 0.12-2025 release.
The problem was the entries were being passed to grep as combined strings because of quotes.
Remove the quotes solves the issue.
2025-01-14 14:49:07 -07:00
tschettervictor
59296d60a6
console: _jail>TARGET
2025-01-14 13:29:46 -07:00
tschettervictor
5394ad8979
upgrade: Update "osrelease" entry
2025-01-14 13:22:30 -07:00
tschettervictor
6bddbaab2c
upgrade: deprecate RELEASE upgrade, fix thick/thin jail upgrades
2025-01-14 13:03:36 -07:00
tschettervictor
2f7120a176
update: add debug, code cleanup
2025-01-14 13:02:02 -07:00
tschettervictor
b22d68db13
update: set -d and -f for release updates and think jail updates
2025-01-14 11:24:10 -07:00
tschettervictor
9420441a56
common: Add comments about static MAC
2025-01-14 10:54:28 -07:00
tschettervictor
a5f66c6e80
template: do not escape & in “cmd”
2025-01-14 09:13:52 -07:00
tschettervictor
358dbe7e0b
template: allow & in arg string
2025-01-14 08:45:35 -07:00
tschettervictor
b1a3306cef
common: use FreeBSD prefix for static MAC
2025-01-14 07:33:43 -07:00
tschettervictor
1cfbe6b5e0
bastille: remove rcp
2025-01-13 19:39:34 -07:00