Hi Chris,

What conflicts are you having problems with? mkarchiso install packages without any interaction for the most part.

MrG


On 19/05/12 06:35, [email protected] wrote:
Send arch-releng mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://mailman.archlinux.org/mailman/listinfo/arch-releng
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of arch-releng digest..."


Today's Topics:

    1. Re: Removing packages from archiso (Christian Hesse)
    2. test isos please! (Dieter Plaetinck)
    3. Use pandoc instead of make-doc.sh (Dario Giovannetti)
    4. Re: Use pandoc instead of make-doc.sh (Dieter Plaetinck)
    5. Re: Use pandoc instead of make-doc.sh (Dario Giovannetti)
    6. [PATCH] [archiso] use new mkinitcpio API in hooks
       (Gerardo Exequiel Pozzi)


----------------------------------------------------------------------

Message: 1
Date: Sun, 6 May 2012 13:10:55 +0200
From: Christian Hesse<[email protected]>
To: Arch Linux Release Engineering<[email protected]>
Cc: [email protected]
Subject: Re: [arch-releng] Removing packages from archiso
Message-ID:<20120506131055.182f1575@leda>
Content-Type: text/plain; charset=US-ASCII

Mr Green<[email protected]>  on Sun, 2012/05/06 11:48:
Hi,

I am trying to build an iso that includes LTS kernel at the moment I can
add linux-lts to package list. Need a clean way to remove linux
[kernel]. Thinking along the lines of adding a 'pacman -R' to mkarchiso,
possibly adding something like _pacman () maybe _pacman_remove().

Not sure it will be a possible patch as it may be of any other use to
anyone.

Ideas are easy creating them is a different story
I had a similar problem... Just created an iso with systemd. I added this to
my build script:

mkarchiso ${verbose} -w "${work_dir}" -D "${install_dir}" \
-r "pacman -R --noconfirm sysvinit initscripts" run

However I would like to have a clean solution...

Is there any way to make pacman install packages and remove conflicts in a
non interactive way in one run?

Reply via email to