mirror of
https://github.com/outbackdingo/debos.git
synced 2026-01-27 10:18:47 +00:00
commands: fix chroot method comments
It looks like the comments for CHROOT_METHOD_NSPAWN and CHROOT_METHOD_NONE have been swapped Signed-off-by: Daniel Sangorrin <daniel.sangorrin@toshiba.co.jp>
This commit is contained in:
committed by
Sjoerd Simons
parent
1a441c5839
commit
2764eed783
@@ -13,8 +13,8 @@ import (
|
||||
type ChrootEnterMethod int
|
||||
|
||||
const (
|
||||
CHROOT_METHOD_NONE = iota // use nspawn to create the chroot environment
|
||||
CHROOT_METHOD_NSPAWN // No chroot in use
|
||||
CHROOT_METHOD_NONE = iota // No chroot in use
|
||||
CHROOT_METHOD_NSPAWN // use nspawn to create the chroot environment
|
||||
CHROOT_METHOD_CHROOT // use chroot to create the chroot environment
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user