Difference between revisions of "Manjaro-tools"
no edit summary
imported>Excalibur1234 |
imported>Excalibur1234 |
||
Line 27: | Line 27: | ||
= Tools = | = Tools = | ||
== mkset == | == mkset == | ||
Line 87: | Line 88: | ||
{{Note|The set name should be different from a directory name in pkgbuilds dir. Anything else should work, eg adding a date to the name.}} | {{Note|The set name should be different from a directory name in pkgbuilds dir. Anything else should work, eg adding a date to the name.}} | ||
== buildpkg == | == buildpkg == | ||
Line 201: | Line 203: | ||
To build a set the name of the set can be used. The current sets can be queried with the {{ic|-q}} option. | To build a set the name of the set can be used. The current sets can be queried with the {{ic|-q}} option. | ||
== buildiso == | == buildiso == | ||
Line 206: | Line 209: | ||
buildiso is used to build a particular ISO or a set of ISOs. | buildiso is used to build a particular ISO or a set of ISOs. | ||
===Overview=== | ===Overview:=== | ||
The help looks like the following for x86_64: | The help looks like the following for x86_64: | ||
Line 234: | Line 237: | ||
gnome kde-minimal lxqt net openbox README.md xfce | gnome kde-minimal lxqt net openbox README.md xfce | ||
===Query Building=== | ===Query Building:=== | ||
To query build an ISO ('''-q''' option), for example the xfce-openbox-openrc profile, the following command can be used: | To query build an ISO ('''-q''' option), for example the xfce-openbox-openrc profile, the following command can be used: | ||
Line 287: | Line 290: | ||
-> start_openrc_live: livecd mhwd-live pacman-init pacman-boot | -> start_openrc_live: livecd mhwd-live pacman-init pacman-boot | ||
===Building=== | ===Building:=== | ||
To actually build the ISO: | To actually build the ISO: | ||
Line 410: | Line 413: | ||
--> Time make_profile: 13.77 minutes | --> Time make_profile: 13.77 minutes | ||
===Building with predownloaded Xorg packages=== | ===Building with predownloaded Xorg packages:=== | ||
To build an ISO while retaining the previously downloaded cache of Xorg packages, the '''-x''' option can be used: | To build an ISO while retaining the previously downloaded cache of Xorg packages, the '''-x''' option can be used: | ||
Line 416: | Line 419: | ||
$ buildiso -p xfce-openbox-openrc/ -b stable -x | $ buildiso -p xfce-openbox-openrc/ -b stable -x | ||
===Building with a small config change=== | ===Building with a small config change:=== | ||
{{Note| It is to be verified if the procedure given below works or not.}} | {{Note| It is to be verified if the procedure given below works or not.}} |