mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
schroot: new package to securely enter a chroot and run a command or login shell
Signed-off-by: Javier Marcet <javier@marcet.info>
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
menu "Configuration"
|
||||
|
||||
config SCHROOT_BTRFS
|
||||
bool "Enable support for btrfs snapshots"
|
||||
select PACKAGE_btrfs-progs
|
||||
default n
|
||||
|
||||
config SCHROOT_LOOPBACK
|
||||
bool "Enable support for loopback mounts"
|
||||
select PACKAGE_losetup
|
||||
default n
|
||||
|
||||
config SCHROOT_LVM
|
||||
bool "Enable support for LVM snapshots"
|
||||
select PACKAGE_lvm2
|
||||
default n
|
||||
|
||||
config SCHROOT_UUID
|
||||
bool "Enable support for UUIDs"
|
||||
select PACKAGE_libuuid
|
||||
default n
|
||||
|
||||
endmenu
|
||||
Reference in New Issue
Block a user