index
:
ezjail
freebsd_upgrade_stuff
master
FreeBSD Jail administration framework
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
3 days
make the freebsd-update run from within other scripts
freebsd_upgrade_stuff
Philipp Wuensche
2019-08-27
instead of creating temporary folder with files, grep in installlog directly. Skip usr/ports by default, which speeds this up a lot.
Philipp Wuensche
2019-08-27
check for the ezjail install logfile and bail out if it isn't present
Philipp Wuensche
2019-08-15
introduce the baseclean subcommand. It uses the new install log to compare to the files present in the basejail and deletes them. By default it does a dry ↵
Philipp Wuensche
run and deletes nothing, adding the -y parameter will delete files really.
2019-08-15
create and remove ezjail install logs inside the base jail, so it can be compared later against what is really there
Philipp Wuensche
2019-08-14
add to description of -K
Philipp Wuensche
2019-08-14
pass FreeBSD version to freebsd-update so we can run the upgrade via -K without rebooting into new userland.
Philipp Wuensche
2019-08-14
Add -K option to install, which can be used to upgrade basejail to a newer FreeBSD version without loosing old libs inside the basejail. Could replace ↵
Philipp Wuensche
"update -U".
2016-06-21
Fix superfluous asteriks in multiplication
HEAD
master
Dirk Engling
2016-05-02
Fix man page typos
Dirk Engling
2016-05-02
Typo fixes
Dirk Engling
2015-11-23
Incorporate Makefile patch from port
Dirk Engling
2015-04-15
Do not fail on file:/// linked packages, if only the auto added lib32 package is missing
RELEASE_3_4_2
Dirk Engling
2015-04-15
Remove mount point prefix from path
Dirk Engling
2015-04-15
Fix grep syntax in freeze subcommand
Dirk Engling
2015-04-15
To allow freezing jail states into flavours, allow keeping vanilla snapshot and add freeze subcommand
Dirk Engling
2014-08-04
Fix bug in the date-string creation reported by kaltheat.
Philipp Wuensche
2014-06-10
Bump version number
erdgeist
2014-06-10
Handle errors when destroying file systems for zfs jail
erdgeist
2014-06-10
Fix typo in new trouble shoot command
Dirk Engling
2014-06-10
Do not preserve users and permissions when copying examples, then we don't need to fix ownership later. Examples only belong to root
erdgeist
2014-06-10
Document the snapshot command
erdgeist
2014-06-10
highlight TODO
erdgeist
2014-06-10
add more todo to troubleshoot subcommand
erdgeist
2014-06-09
Layout troubleshoot steps
erdgeist
2014-06-09
Do not check for success when starting or stopping jails configured as norun
erdgeist
2014-06-09
Add the troubleshoot subcommand
Dirk Engling
2014-06-03
Explain retention policy a little better
erdgeist
2014-04-30
Do not substitute DESTDIR in our own substitution. Thanks to bdrewery
erdgeist
2014-04-30
Obey DESTDIR in Makefile
erdgeist
2013-12-07
Lots of spelling fixes in comments and man pages submitted by Paul Ivanov
Dirk Engling
2013-11-13
Fix grepping for jid. This did not work for jids over 99999. Thanks to Mathieu Arnold
erdgeist
2013-10-14
Fix a bug where ezjail-admin restore would not use the jail name from the archive when restoring from the archive and not from jail name. Thanks to Ollivier ↵
erdgeist
Robert for reporting
2013-10-14
Fix invalid control character
erdgeist
2013-09-25
Create /var/ports/packages as promised in our make.conf, thanks to Koslov Sergey
erdgeist
2013-09-01
Make the ezjail-admin config -r test hack official
erdgeist
2013-09-01
Make the test for jail feature official
erdgeist
2013-08-29
Details about how image jails are self contained were wrong. Thanks to John Ratliff for pointing that out
erdgeist
2013-08-02
Fix man page for startcrypto and stopcrypto, thanks to kaltheat
erdgeist
2013-07-23
make ezjail-admin update -U now also work with patch levels. Thanks to Sebastian Jäschke
erdgeist
2013-05-18
Fix a missing if. Also drop patch level suffixes when detecting host system version
erdgeist
2013-05-17
apply freebsd-update on the newjail, as well
erdgeist
2013-05-17
We don't want the forces freebsd-update pagers in our scripts
erdgeist
2013-05-17
Use freebsd-update to update to current patch level before splitting the basejail from newjail
erdgeist
2013-05-10
change retention policy so that per window the oldest and the newest snapshot is kept, unless the newer one is not new enough ;)
erdgeist
2013-05-10
Fix call to pkg_add so that all packages are installed and none is being fetched. Thanks to Dan Langille
erdgeist
2013-05-01
Fix error report by passing echo the -n parameter. Thanks to 乃村翼
erdgeist
2013-04-28
Renamed to _ezjail-admin
erdgeist
2013-04-26
Only work on jails that have been filtered into ezjail_pass for the post-commands
erdgeist
2013-04-24
Put an example retention policy in sample config
erdgeist
[next]