Results 1 to 6 of 6

Thread: CUSTOM BUILD: MATE: no public key...

  1. #1
    Join Date
    2013-Mar
    Posts
    5

    CUSTOM BUILD: MATE: no public key...

    Hi,

    While building a custom build ( MATE ) I modified the uodate file successfully, but when I then run apt-get update i get the following error.

    Reading package lists... Done
    W: GPG error: http://repo.mate-desktop.org wheezy InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 68980A0EA10B4DE8

    I do not know anything about what could be causing this error any help would be great!

    Thanks!

  2. #2
    Join Date
    2013-Mar
    Location
    Bandar Abbas - I.R.Iran
    Posts
    2
    Code:
    sudo apt-get install mate-keyring

  3. #3
    Join Date
    2013-Mar
    Posts
    3
    Have you succeeded in making the custom ISO? I created one but every time I try to boot it it gives a kernel panic. Please share your experience.

  4. #4
    Join Date
    2013-Mar
    Location
    black-hat-sec.org
    Posts
    23
    kali linux 64 bit mate:


    echo "deb http://repo.mate-desktop.org/debian wheezy main" >> /etc/apt/sources.list
    apt-get update
    apt-get install mate-archive-keyring
    apt-get install git live-build cdebootstrap
    git clone git://git.kali.org/live-build-config.git
    cd live-build-config
    mkdir config/archives
    echo "deb http://repo.mate-desktop.org/debian wheezy main" > config/archives/mate.list.binary
    echo "deb http://repo.mate-desktop.org/debian wheezy main" > config/archives/mate.list.chroot
    cp /usr/share/keyrings/mate-archive-keyring.gpg config/archives/mate.key.binary
    cp /usr/share/keyrings/mate-archive-keyring.gpg config/archives/mate.key.chroot
    echo "sleep 20" >> config/hooks/z_sleep.chroot


    gedit config/package-lists/kali.list.chroot
    delete everything after:


    # Graphical desktops depending on the architecture
    #
    # You can replace all the remaining lines with a list of the
    # packages required to install your preferred graphical desktop
    # or you can just comment everything except the packages of your
    # preferred desktop.

    and add instead replace it with

    # MATE
    xorg
    mate-archive-keyring
    mate-core
    mate-desktop-environment

    and then

    lb config --architecture amd64 or --architecture i386
    sudo lb build


    good luck

  5. #5
    Join Date
    2013-Mar
    Location
    Russia
    Posts
    1
    Can someone give me ISO image of Kali linux x64 with MATE?

  6. #6
    Join Date
    2013-Mar
    Location
    black-hat-sec.org
    Posts
    23

    and here is the KALI LINUX LXDE build!!!!!

    here is what to do: to create a LXDE kali linux 64 bit iso

    ap-get update
    apt-get install git live-build cdebootstrap kali-archive-keyring
    git clone git://git.kali.org/live-build-config.git

    gedit config/package-lists/kali.list.chroot
    and delete everything after
    # Graphical desktops depending on the architecture
    #
    # You can replace all the remaining lines with a list of the
    # packages required to install your preferred graphical desktop
    # or you can just comment everything except the packages of your
    # preferred desktop.

    and add instead replace it with

    # *** LXDE DESKTOP ***
    # lxde
    kali-defaults
    kali-root-login
    desktop-base


    then

    cd live-build-config

    lb config --architecture amd64 or --architecture i386
    sudo lb build

    thk you and good luck!!!

Similar Threads

  1. do I need to build a custom kernel?
    By CurioCT in forum Building NetHunter
    Replies: 4
    Last Post: 2023-07-21, 08:08
  2. Howto: Build a Kali MATE Image (The right way)
    By scorpius in forum Building Archive
    Replies: 7
    Last Post: 2016-03-21, 18:19
  3. Are MATE Custom Builds Still Possible...
    By wallison in forum Building Archive
    Replies: 3
    Last Post: 2014-10-07, 12:58

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •