summaryrefslogtreecommitdiff
path: root/ezjail-admin
AgeCommit message (Expand)Author
2010-01-15Forgot the "".cryx
2010-01-15Wrong order.cryx
2010-01-15Fix restoring zfs jails, they don't necessarily have a size so the ezjail-admin create command has to be invoked without the -s option.cryx
2010-01-15Fix the renaming of the mountpoint while renaming a zfs backed jail.cryx
2010-01-15When renaming a zfs backed jail, don't try to move the rootdir because it is done by zfs rename.cryx
2010-01-15Respect the -x option when creating a ZFS backed jail, do a check if the destinatiuon really is ZFS filesystem!cryx
2010-01-15Teach ezjail-admin not to attach a zfs backed imagejail when doing archive, reported by Nathan Tice.cryx
2010-01-14Introduce a default flavour setting, also fix some leftovers from renaming default to example. Many thanks to Panagiotis J. Christiaserdgeist
2010-01-12Allow the user to continue with ZFS operations if the pool is in a DEGRADED state, but warn about it.cryx
2010-01-11Remove bashism, use freebsd-updates way to wait randomly. Thanks to Panagiotis J. Christiaserdgeist
2010-01-11HEADS UP: Rewrote code that writes jail configs, also fixed many flaws in the config subcommand.erdgeist
2010-01-08make ezjail-admin always return 0 on success. Thanks to Justin Headerdgeist
2010-01-08add jail id to every jail ip-lineerdgeist
2010-01-08make it clearer, that multiple addresses are listed on multiple lineserdgeist
2010-01-08Rearrange space in ezjail-admin list... more needs to be done vor v6 addresses.erdgeist
2010-01-08Check for zfs_enable was invertederdgeist
2010-01-08Fix if[]-typo, fix spacing before secondary lines in ezjails with multiple ip addresseserdgeist
2010-01-08erdgeistify styles, remove white spaces, support multiple ip addresses bettererdgeist
2010-01-03Check for the mountpoint before setting it.cryx
2010-01-03Fix a bug in ezjail-admin install where the zfs-dataset was not mounted correctly under the ezjail-directory.cryx
2009-12-29Use the jails FIB when attaching via ezjail-admin consolecryx
2009-12-29wrong checking for the fib being an integercryx
2009-12-28Support for setting and using jail-bound ZFS datasets, cpuset(1) and setfib(1).cryx
2009-12-28"It seems that FreeBSD 8 does not like to start rc scripts named *.sh."cryx
2009-08-21variable defaults for ZFS supportcryx
2009-08-21Make archive use the cpio archive format. Also fix some Warning message.erdgeist
2009-05-27Fix ZFS creation when using ezjail-admin installcryx
2009-05-24Do the testing in a nicer way.cryx
2009-05-24Do better checks if ZFS is enabled and if the running ZFS implementationcryx
2009-05-23First chunk of ZFS support in ezjail.cryx
2009-02-02Using posix (2001) format instead of the outdated ustar to archiveerdgeist
2008-10-22Setting defaults the more elegant bourne shell styleerdgeist
2008-09-26Preparing ezjail for 3.0RELEASE_3_0erdgeist
2008-07-18NOOO! We do not want to install word! Never! Thanks to Georg Hartzell for pointing that out.erdgeist
2008-07-17anoncvs.at.freebsd.org does no longer existerdgeist
2008-07-16Finally modernize behaviour of ezjail-admin update.erdgeist
2008-07-13echo needs a -e switch in order to handle newlines correctlyerdgeist
2008-07-13Fixed one unverfied copy'n'paste actionerdgeist
2008-07-10Add -P -M and -S switches to ezjail-admin install.erdgeist
2008-07-09A control character slipped into the scripterdgeist
2008-07-09Embarrassing boolean expression mistakeerdgeist
2008-07-09Move image mount logic into a functionerdgeist
2008-07-08Direct find to 'find .' instead of 'find *' to allow for dot-files to be found and too many parameters never to occurerdgeist
2008-07-08Typo in installerdgeist
2008-07-08Fix typos and add lots of documentation.erdgeist
2008-07-07Typo in imported image sizeerdgeist
2008-07-07When restoring, use rcorder-lines from old ezjails configerdgeist
2008-07-07Fix a problem where we can not detach a jail after its creation, because we're still inside its root directory.erdgeist
2008-07-06Making paths absolute did not work correctly. Also move commands handling multiple jails to a for loop instead of a while looperdgeist
2008-07-06Use sh\'s own line splitting algorithm instead of cuterdgeist