forked from Mirror/pmbootstrap
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.
This commit is contained in:
parent
98d7376800
commit
30df0725ca
95 changed files with 138 additions and 611 deletions
|
@ -43,7 +43,7 @@ def check(args, pkgname, details=False):
|
|||
# Pkgname: allow omitting "linux-" prefix
|
||||
if pkgname.startswith("linux-"):
|
||||
flavor = pkgname.split("linux-")[1]
|
||||
logging.info("PROTIP: You can simply do 'pmbootstrap kconfig_check " +
|
||||
logging.info("PROTIP: You can simply do 'pmbootstrap kconfig check " +
|
||||
flavor + "'")
|
||||
else:
|
||||
flavor = pkgname
|
||||
|
@ -90,7 +90,7 @@ def check(args, pkgname, details=False):
|
|||
else:
|
||||
logging.warning("WARNING: " + path + " isn't configured"
|
||||
" properly for postmarketOS, run"
|
||||
" 'pmbootstrap kconfig_check' for"
|
||||
" 'pmbootstrap kconfig check' for"
|
||||
" details!")
|
||||
break
|
||||
return ret
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue