pmbootstrap/pmb/chroot
steamport 30df0725ca menuconfig: add gconfig/xconfig support (#1509)
* change "pmbootstrap kconfig_check" to "pmbootstrap kconfig check"
* change "pmbootstrap menuconfig" to "pmbootstrap kconfig edit [-x|-g]"
  (with legacy alias, because the first syntax was referenced to a lot)
* enable X11 interfaces: -x: xconfig, -g: gconfig
* new function to copy the xauthority file:
  pmb.chroot.other.copy_xauthority()
* remove menufconfig() function from the kernel template and all kernel
  aports ([skip ci] because it would rebuild all kernels and run out of
  time). Alpine has dropped this as well, and it wouldn't work with the
  new code anyway.
2018-06-09 06:52:24 +00:00
..
__init__.py Happy new year! (update copyright to 2018) 2018-01-04 04:53:35 +01:00
apk.py convert dict.keys() to list() (#1290) 2018-03-04 21:10:27 +01:00
apk_static.py aportgen: Gracefully handle old aports_upstream (#1291) 2018-03-11 14:18:21 +00:00
binfmt.py Add a check for binfmt_misc (#1236) 2018-02-17 20:41:54 +00:00
distccd.py Properly escape commands in pmb.chroot.user() (#1316) 2018-03-10 22:58:39 +00:00
init.py menuconfig: add gconfig/xconfig support (#1509) 2018-06-09 06:52:24 +00:00
initfs.py pmbootstrap init: kernel selection / remove linux-pmos-lts (#1363) 2018-04-03 23:50:09 +00:00
initfs_hooks.py initfs hook_ls: make clear what's not installed (#1409) 2018-04-11 22:26:48 +00:00
mount.py Recreate device nodes in chroot after shutdown (#1447) 2018-04-29 22:17:57 +00:00
other.py menuconfig: add gconfig/xconfig support (#1509) 2018-06-09 06:52:24 +00:00
root.py Properly escape commands in pmb.chroot.user() (#1316) 2018-03-10 22:58:39 +00:00
shutdown.py Fix pmbootstrap zap -m / various zap improvements (#1166) 2018-01-31 19:34:02 +00:00
user.py Properly escape commands in pmb.chroot.user() (#1316) 2018-03-10 22:58:39 +00:00
zap.py pmbootstrap zap -m: delete outdated packages too (#1306) 2018-03-10 12:08:02 +00:00