* this file is joined at build time with shared/Packages-Custom to pull in shared desktop packages
######* Packages-Xorg
* Contains the Xorg package repo
######* Packages-Livecd
* Contains packages you only want on livecd but not installed on the target system with installer
* default files are in shared folder and can be symlinked or defined in a real file
###### optional custom pacman.conf in profile
* for i686
~~~
pacman-default.conf
~~~
* for x86_64
~~~
pacman-multilib.conf
~~~
If you need a custom livecd-overlay, create overlay-livecd folder in profile, and symlink from shared/overlay-livecd/your_selection to the overlay-livecd folder.
###2. buildpkg
buildpkg is the chroot build script of manjaro-tools.
...
...
@@ -416,3 +305,31 @@ Usage: buildtree [options]
~~~
buildtree -as
~~~
###6. manjaro-chroot
manjaro-chroot is a little tool to quickly chroot into a second system installed on the host.
If the automount option is enabled, manjaro-chroot will detect installed systems with os-prober, and pops up a list with linux systems to select from.
If there is only 1 system installed besides the host system, no list will pop up and it will automatically mount the second system.
~~~
$ manjaro-chroot -h
usage: ${0##*/} chroot-dir [command]
-a Automount detected linux system
-q Query settings and pretend
-h Print this help message
If 'command' is unspecified, manjaro-chroot will launch /bin/sh.