Build Manjaro KDE iso image

Hi,

I tried to build a kde iso image, but I don’t find the default folder with the manjaro standard iso profile or custom, it wa in the home folder, named iso-profiles, no more present… the is to set and build my custom kde iso with my needed package

I installed the new package

nothing here
/usr/share/manjaro-tools/
or here
/var/cache/manjaro-tools/

the build tool is working, but not with my custom kde profile

[lap nls]# git clone https://gitlab.manjaro.org/profiles-and-settings/iso-profiles.git ~/iso-profiles
Cloning into '/root/iso-profiles'...
remote: Enumerating objects: 20948, done.
remote: Counting objects: 100% (929/929), done.
remote: Compressing objects: 100% (504/504), done.
remote: Total 20948 (delta 602), reused 608 (delta 375), pack-reused 20019
Receiving objects: 100% (20948/20948), 20.49 MiB | 50.57 MiB/s, done.
Resolving deltas: 100% (13091/13091), done.
[lap nls]# ls -l ~/iso-profiles/manjaro/xfce
total 20
drwxr-xr-x 4 root root 4096 10 juil. 15:49 desktop-overlay
drwxr-xr-x 3 root root 4096 10 juil. 15:49 live-overlay
-rw-r--r-- 1 root root 4641 10 juil. 15:49 Packages-Desktop
lrwxrwxrwx 1 root root   26 10 juil. 15:49 Packages-Live -> ../../shared/Packages-Live
lrwxrwxrwx 1 root root   26 10 juil. 15:49 Packages-Mhwd -> ../../shared/Packages-Mhwd
lrwxrwxrwx 1 root root   26 10 juil. 15:49 Packages-Root -> ../../shared/Packages-Root
-rw-r--r-- 1 root root 1979 10 juil. 15:49 profile.conf
[lap nls]# ls -l ~/iso-profiles/manjaro/kde
total 20
drwxr-xr-x 4 root root 4096 10 juil. 15:49 desktop-overlay
drwxr-xr-x 4 root root 4096 10 juil. 15:49 live-overlay
-rw-r--r-- 1 root root 5375 10 juil. 15:49 Packages-Desktop
lrwxrwxrwx 1 root root   26 10 juil. 15:49 Packages-Live -> ../../shared/Packages-Live
lrwxrwxrwx 1 root root   26 10 juil. 15:49 Packages-Mhwd -> ../../shared/Packages-Mhwd
lrwxrwxrwx 1 root root   26 10 juil. 15:49 Packages-Root -> ../../shared/Packages-Root
-rw-r--r-- 1 root root 1924 10 juil. 15:49 profile.conf
[lap nls]# 

[lap nls]# sudo buildiso -f -p kde -b stable -k linux61 2023.07.10
 --> Profile: [kde]
==> Start building [kde]
==> Cleaning up ...
  -> Deleting chroot [rootfs] (x86_64) ...
  -> Deleting isoroot [iso] ...
 --> Loading Packages: [Packages-Root] ...
==> Prepare [Base installation] (rootfs)
 --> mirror: https://mirror.alpix.eu/manjaro/stable/$repo/$arch
==> Creating install root at /var/lib/manjaro-tools/buildiso/kde/x86_64/rootfs
  -> Installing packages to /var/lib/manjaro-tools/buildiso/kde/x86_64/rootfs
:: Synchronizing package databases...
 core                                                                 144,6 KiB   723 KiB/s 00:00 [##########################################################] 100%
 extra                                                                  8,6 MiB  33,1 MiB/s 00:00 [##########################################################] 100%
 community                                                             29,0   B  1260   B/s 00:00 [##########################################################] 100%
 multilib                                                             144,6 KiB  4,71 MiB/s 00:00 [##########################################################] 100%
resolving dependencies...
:: There are 3 providers available for initramfs:

thanks for your feedback.

Then you have removed it.

Or it is because you run as root. Don’t use root account and don’t use sudo

1 Like

ok, thanks for your reply, now the iso-profiles folder is in the home directory, with the wished kde profile, but now the problem is

[nls@lap ~]$  buildiso -f -p kde -b stable -k linux61 2023.07.10
[sudo] password for nls: 
nls is not in the sudoers file.
[nls@lap ~]$ 

Add your user to wheel group

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.