Package in group base containing systemd?

Hi,
I'm building an install CD to install an ArchLinux system with openrc.
As a first attempt I just wrote a script removing all the systemd-stuff and installing openrc. However I'm not happy with it, because why install all the stuff just to remove it again?
So I looked at just changing the
pacstrap
script.
One way to do it would be to just pass the list of required packages to the
pacman -Sy
command. However I'd like to work as closely as possible with the original
pacstrap
script. Just leave out the package containing systemd and then installing the packages required for openrc.
But which of these packages from the Base Group is the one to omit?
These are the packages to be selected:
]http://puu.sh/hU8Ym/915d62f09d.jpeg
This what will be installed when selecting all (default).
http://puu.sh/hU91S/adc0b8af27.jpeg
Mod note: Converted imgs to urls. -- WorMzy
Last edited by WorMzy (2015-05-20 14:44:11)

WorMzy wrote:
Arhat, please don't embed large images into your posts.
https://wiki.archlinux.org/index.php/Fo … s_and_code
Apologies.
tomk wrote:Are you aware of the existing openrc/Arch work: https://bbs.archlinux.org/viewtopic.php?id=152606
Yes I am, and I'm grateful for the great work done there. I have converted converted some of my systems to using openrc. However now I want to remaster the install ISO to install an ArchLinux system with openrc. I have searched but have not found something like that.
Awebb wrote:1. Top right, Packages, search field, systemd, dependency list. Compare with base packages.
2. On system with systemd, pactree systemd.
3 -Qi systemd
ewaller wrote:Check the documentation for pacman and the -Qs switch.
Either I'm just to stupid to see it:
pactree systemd
systemd
├─acl
│ └─attr
│ └─glibc
│ ├─linux-api-headers
│ ├─tzdata
│ └─filesystem
│ └─iana-etc
├─bash
│ ├─readline
│ │ ├─glibc
│ │ └─ncurses
│ │ ├─glibc
│ │ ├─gcc-libs
│ │ │ └─glibc
│ │ └─bash provides sh
│ └─glibc
├─dbus
│ ├─libdbus
│ │ └─glibc
│ └─expat
│ └─glibc
├─glib2
│ ├─pcre
│ │ ├─gcc-libs
│ │ ├─readline
│ │ ├─zlib
│ │ │ └─glibc
│ │ ├─bzip2
│ │ │ └─glibc
│ │ └─bash
│ └─libffi
│ └─glibc
├─iptables
│ ├─glibc
│ └─bash
├─kbd
│ ├─glibc
│ └─pam
│ ├─glibc
│ ├─cracklib
│ │ ├─glibc
│ │ └─zlib
│ ├─libtirpc
│ │ └─krb5
│ │ ├─e2fsprogs
│ │ │ ├─bash provides sh
│ │ │ └─libutil-linux
│ │ ├─libldap
│ │ │ ├─libsasl
│ │ │ │ └─openssl
│ │ │ │ ├─zlib
│ │ │ │ └─perl
│ │ │ │ ├─gdbm
│ │ │ │ │ ├─glibc
│ │ │ │ │ └─bash provides sh
│ │ │ │ ├─db
│ │ │ │ │ ├─gcc-libs
│ │ │ │ │ └─bash provides sh
│ │ │ │ └─glibc
│ │ │ └─e2fsprogs
│ │ └─keyutils
│ │ ├─glibc
│ │ └─bash provides sh
│ └─pambase
├─kmod
│ ├─glibc
│ ├─zlib
│ └─xz
│ └─bash provides sh
├─hwids
├─libcap
│ ├─glibc
│ └─attr
├─libgcrypt
│ └─libgpg-error
│ ├─glibc
│ └─bash provides sh
├─libsystemd
│ ├─glib2
│ ├─glibc
│ ├─libgcrypt
│ ├─lz4
│ │ └─glibc
│ └─xz
├─libidn
│ ├─glibc
│ └─texinfo
│ ├─ncurses
│ ├─findutils
│ │ ├─glibc
│ │ └─bash provides sh
│ ├─gzip
│ │ ├─glibc
│ │ ├─bash
│ │ └─less
│ │ ├─glibc
│ │ ├─ncurses
│ │ └─pcre
│ ├─perl
│ └─bash provides sh
├─lz4
├─pam
├─libseccomp
│ └─glibc
├─util-linux
│ ├─pam
│ ├─shadow
│ │ ├─bash
│ │ ├─pam
│ │ └─acl
│ ├─coreutils
│ │ ├─glibc
│ │ ├─pam
│ │ ├─acl
│ │ ├─gmp
│ │ │ ├─gcc-libs
│ │ │ └─bash provides sh
│ │ ├─libcap
│ │ └─openssl
│ ├─libsystemd
│ └─libutil-linux
└─xz
sudo pacman -Qi systemd
[sudo] password for dlingel:
Name : systemd
Version : 219-6
Description : system and service manager
Architecture : x86_64
URL : http://www.freedesktop.org/wiki/Software/systemd
Licences : GPL2 LGPL2.1 MIT
Groups : None
Provides : nss-myhostname systemd-tools=219 udev=219
Depends On : acl bash dbus glib2 iptables kbd kmod hwids libcap libgcrypt libsystemd libidn lz4
pam libseccomp util-linux xz
Optional Deps : python: systemd library bindings [installed]
cryptsetup: required for encrypted block devices [installed]
libmicrohttpd: remote journald capabilities
quota-tools: kernel-level quota management
systemd-sysvcompat: symlink package to provide sysvinit binaries [installed]
polkit: allow administration as unprivileged user [installed]
Required By : chromium colord cups device-mapper lib32-systemd libgusb libpulse libusb lvm2
media-player-info mesa mkinitcpio mysql pcmciautils pcsclite polkit qt5-base qtwebkit
subversion syslog-ng systemd-sysvcompat udisks udisks2 upower xf86-input-evdev
xf86-video-ati
Optional For : None
Conflicts With : nss-myhostname systemd-tools udev
Replaces : nss-myhostname systemd-tools udev
Installed Size : 25.37 MiB
Packager : Dave Reisner <[email protected]>
Build Date : Wed 22 Apr 2015 03:02:01 CEST
Install Date : Wed 29 Apr 2015 11:11:21 CEST
Install Reason : Explicitly installed
Install Script : Yes
Validated By : Signature
sudo pacman -Qs systemd
local/lib32-systemd 219-1
system and service manager (32-bit)
local/libsystemd 219-6
systemd client libraries
local/systemd 219-6
system and service manager
local/systemd-sysvcompat 219-6 (base)
sysvinit compat for systemd
or have not been able to express properly what I want to do?
Which of the 50 members of the base group contains the systemd-stuff?

Similar Messages

  • Packaging Layout grouping issue

    Hi All,
    we have to implement the packages types grouping in Packaging Layout Template (Delivery -> Right Click -> Packaging).
    we did all the steps to have the grouping (SortValue(), repetitive area Sort and so on), but there is no grouping by the same Package Type as expected.
    Could anyone comment on this or give the steps to have the grouping implemented.
    Thanx and kind regards,
    Alexey

    Natalia, thanx for your input.
    I just get the system layout and tried to adjust it.
    Could you test the following scenario on the layout you did:
    1. add 3 packages - 2 of them should has the same type - example: Pallet, Container, Pallet
    2. check if these 2 packages (Pallet) are grouped, so you have to see 2 groups - one for Pallet (2 packages content should be included into that group) and one for Container.
    Thank you,
    Alexey

  • I recently start using Firefox panorama. If I create a tab group that contains, for example, my favorite stack exchange websites, can I save ("bookmark") this tab group for easy access if I start a new session?

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [/questions/813855]</blockquote><br>
    I recently start using Firefox panorama. If I create a tab group that contains, for example, my favorite stack exchange websites, can I save ("bookmark") this tab group for easy access if I start a new session?

    You can bookmark all those tabs and place them in a folder.
    * "Bookmark This Page" and "Bookmark All Tabs" no longer show in the Bookmarks menu unless you open the Bookmarks menu via the keyboard (Alt + B).
    * "Bookmark All Tabs" can be accessed via the right-click context menu of a tab on the tab bar.

  • PR Release Strategies on purchasing group basis

    Dear All,
    I want to define PR Release Strategies on purchasing group basis. please suggest process.
    Regards,
    Mukesh Chejara
    SAP

    you can use Table name CEBAN and Field name EKGRP define in the characteristics and then maintain the master data in CL20N.
    Regards,
    qsm sap

  • TimesTen Error :5126: A system managed cache group cannot contain non-stand

    I have created few cache groups in TimesTen.
    And when i fired script to create fillowing cache group its gives me error.
    please see the details mentioned below.
    CREATE USERMANAGED CACHE GROUP C_TBLSSTPACCOUNTINGSUMMARY
    AUTOREFRESH MODE INCREMENTAL INTERVAL 5 SECONDS STATE ON
    FROM
    schema.tablename
    ACCOUNTINGSUMMARYID DOUBLE,
    INPUTFILENAME VARCHAR(255) NOT NULL,
    ACCOUNTINGSTATUS VARCHAR(255) NOT NULL,
    RECORDCOUNT DOUBLE,
    LASTUPDATEDDATE DATE NOT NULL,
    CREATEDATE TIMESTAMP DEFAULT SYSDATE,
    PRIMARY KEY (ACCOUNTINGSUMMARYID),
    PROPAGATE);
    then error occurs like==>
    5121: Non-standard type mapping for column JISPRATCORBILLINGDEV501.TBLSSTPACCOUNTINGSUMMARY.ACCOUNTINGSUMMARYID, cache operations are restricted
    5126: A system managed cache group cannot contain non-standard column type mapping
    The command failed.

    If you have access to Oracle Metalink, Please take a look at the Note:367431.1
    Regards,
    Sabdar Syed.

  • Group messaging not working with groups that contain non iphone users

    I have an Iphone 5 and for some reason I can't send/receive group messages with groups that contain non Iphone users.  Basically I recieve single text messages/imessage from each person who responds to the group message.  This is incredibly annoying.

    Hello, megbu36. 
    Thank you for visiting Apple Support Communities.
    Check to make sure that group messaging is enabled.  Go to Settings > Messages and turn on Group messaging.
    iOS: Understanding group messaging
    http://support.apple.com/kb/HT5760
    Cheers,
    Jason H.

  • What is the purpose of Additional Group Base in the settings of AD plugin

    Hi everybody,
    We have some trouble when searching for NTFS files. (10.1.8.1. Windows 2003)
    The involved user is authorized by a group in Active Directory to view the files but OSES can'nt find any. The user, who crawled the source, works fine when searching.
    What is the purpose of Additional Group Base in the settings of the AD identity plugin ?
    regards
    Rainer

    By default users/groups available in the Users folder are alone searched, so inorder for the user/group to be searched in a different Org Unit, the additional group/user base parameter can be used

  • Is there a way to deploy Adobe Air package via Group Policy or SCCM?

    Is there a way to deploy Adobe Air package via Group Policy or SCCM?

    hi,
    I guess you can try the following options
    Remove the all the entry from the TOC of your project or create a new blank TOC and select that while AIR file generation
    Remove the all the entry from the index of your project or create a new blank index and select that while AIR file generation
    Remove the all the entry from the glossary of your project or create a new blank glossary file and select that while AIR file generation
    THis will ensure that TOC/Index/Glossary page is not shown,
    There is no way to hide Favorite or RSS from the AIR Help. Again, you can try looking at the Unipane Template provided in the AIR SSL Dialog.
    Hope this helps
    -Praful Jain

  • ECCS - G06020 First consolidation data for unit x in group G2 contains err

    Dear Experts,
      When I try to consolidate the investment, I got error message as below:
    First consolidation data for unit E in group G2 contains error(s)
    Message no. G06020
    Diagnosis
    Investment or equity data was collected for consolidation unit x for a date that is after the period of first consolidation in consolidation group G2. This makes all activities for this unit ineffective after the first consolidation of those activities. This can also affect indirect activities and organizational changes of other consolidation units.
    Procedure
    Correct the investment or equity data for consolidation unit x.
    Then,  I have no idea how to fix the problem. If i changed the investment or investee's equity, the data validation can not be successful. And from the message is said, the date could be critical, but I don't know, which date is incorrect.
    The background information is described as below:
      This is the first consolidation, I have run all tasks of data collection and elimination of AR/AP and Dividends.
      The consolidation is based on purchase method.
    Any suggestion will be appreciated.
    Flex Yang

    How can you solve this problem?, please guide me to solve this problem, i have similar problem, thanks.

  • Unable to choose single packages from group ?

    Hey ! Previously when I used "pacman -S kde", I was able to answer "no" to question like "Do you want to install all packages from group <kde>", then I could choose "yes/no" for every single package. Now it has changed. After typing "pacman -S kde" there's only question "Continue installation?" and if i press "no" pacman terminates installation ! So if I dont want to install everthing what should I do ?

    This seems relevant...
    http://bbs.archlinux.org/viewtopic.php?id=99934
    Last edited by falconindy (2010-06-28 11:23:23)

  • I need step by step guide to install MSI package through group policy

    I need step by step guide to install MSI package through group policy its about.
    I tried a lot using software deployment with GPO but its not happening may be I am doing mistake I am not getting.
    help.
    Thanks,
    Mohan

    Hi,
    Maybe we could refer to the following Microsoft KB article for 
    detailed information about how to use Group Policy to remotely install software.
    How to use Group Policy to remotely install software in Windows Server 2008 and in Windows Server 2003
    http://support.microsoft.com/kb/816102
    Hope this helps.
    Best Regards,
    Andy Qi
    Andy Qi
    TechNet Community Support

  • ORA-30931: Element 'document-groups' cannot contain mixed text

    I get this error when I try to create a schema based XML resource as soon as the XML contains utf8 characters.
    declare
    xmlref XMLType;
    result BOOLEAN;
    BEGIN
    SELECT     XMLElement ( "document-groups",
         XMLAttributes ( 'http://www.w3.org/2001/XMLSchema-instance' AS "xmlns:xsi",
    'CCRDocGroupsAndTypes.xsd' AS "xsi:noNamespaceSchemaLocation" ),
         XMLAgg (
         XMLElement ("document-group",
         XMLAttributes (DECODE(aa.aa_id,5,'FAQ',7,'SOFTWARE',2,'WARRANTY') AS "id" ),
         XMLElement ("last-modified-date", '2004-06-23T17:10:20' ),
         XMLElement ( "document-types",
         XMLAgg (
         XMLElement ("document-type",
         XMLAttributes (dtt.dt_cd AS "id" ),
         XMLElement ("description", dtt_desc) ,
         XMLElement ("language",
         XMLAttributes ( lang_cd AS "id" ) ) ) ) ) ) ) )
    INTO      xmlref
    FROM     m_doctype_translation      dtt
    ,     m_document_type          dt
    ,     m_application_area     aa
    WHERE     dt.dt_cd     = dtt.dt_cd
    AND     aa.aa_id     = dt.aa_id
    --AND     dtt.lang_cd      = 'ENG'
    AND     aa.aa_id     IN (2,5,7)
    GROUP     BY aa.aa_id
    result := DBMS_XDB.createResource(
    '/atg/xxx.xml'
    ,xmlref );
    COMMIT;
    END;
    Any ideas?

    Can you post the instance document generated by your Select Statement..

  • Close/shutdown the Sun Cluster Package/resource Group

    Hi,
    I have a SUN cluster system.
    I want to know what script do when the SUN cluster shutdown the package "app-gcota-rg" as I may need to modify it ?? Where can I find out this information in the system??
    In which directory and log file ???
    Any suggestion ???
    Resource Groups --
    Group Name Node Name State
    Group: ora_gcota_rg ytgcota-1 Online
    Group: ora_gcota_rg ytgcota-2 Offline
    Group: app-gcota-rg ytgcota-1 Online
    Group: app-gcota-rg ytgcota-2 Offline

    Hi,
    you would first find out which resources belong to app-gcota-rg.
    Do a "clrs list -g app-gcota-rg". Then find out which of the resource is the one dealing with your application. Then try to find out its resource type:
    "clrs show -v <resource name>| fgrep Type". If it is a standard type like HA Oracle, it is an extremely bad idea to hack the scripts, as you'll lose support. If type is SUNWgds, the scripts to start, stop and monitor the application are user supplied. You can find their pathnames using:
    "clrs show -v <resource-name>| fgrep _command". This should display full pathnames.
    Regards
    Hartmut

  • Installed packages by group

    How can I get a list of installed packages grouped by core, test community etc.
    I want to create a text file of all the packages which are there in my system and use it as a reference for re-installation.
    Also is there is a way to find the minimal list of packages to be installed over the core packages, that would be awesome.
    So in shot the requirement is core install+ minimal list of packages which will pull all the dependency to install all the packages which are in my system.
    thank you

    This might help:
    $ #To list all packages on your system:
    $ pacman -Q
    $ #To list all packages you've explicitly installed that are not required by another package
    $ pacman -Qet
    $ #To list all packages that are not required by another package
    $ pacman -Qt
    To get a list of installed packages grouped by repo would be a bit more work... something like this should work, though it's not too efficient
    #!/bin/bash
    rm /tmp/repo-pkgs.txt /tmp/local-pkgs.txt /tmp/local-pkgs-sorted.txt
    pacman -Ss | grep -v "^ " | cut -f1 -d' ' | sort > /tmp/repo-pkgs.txt
    pacman -Q | cut -f1 -d' ' | sort > /tmp/local-pkgs.txt
    for pkg in $(cat /tmp/local-pkgs.txt); do
    grep ".*/$pkg\$" /tmp/repo-pkgs.txt >> /tmp/local-pkgs-sorted.txt
    done
    cat /tmp/local-pkgs-sorted.txt | sort
    Last edited by Cerebral (2008-02-25 16:42:47)

  • CM Group list contains 5 records

    Hi,
    Have a curious question.
    Call Manager/Communications Manager Group can be populated with up to 3 (three) Call Managers.
    While I'm using IP Phone menu 'Settings | Device Configuration | CallManager Configuration',
    I can see that the resulting list contains 5 (five) records.
    What for there is 5 records, if the maximum CM Group quantity cannot run over 3 records ?

    Please check this useful document
    http://www.cisco.com/en/US/docs/voice_ip_comm/cuipph/7970g_7971g-ge/english/3_3_3/english/administration/guide/HEADset.html
    Check following paragraph in the same document:Device Configuration Menu
    The Device Configuration menu provides options for viewing and making a variety of settings that are not network related. Table 4-2 describes these options and, where applicable, explains how to change them.
    For information about how to access the Device Configuration menu, see the "Displaying a Configuration Menu" section.

Maybe you are looking for