Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected the plymouth hide-splash call some more. #68

Merged
merged 1 commit into from
Dec 15, 2012
Merged

Corrected the plymouth hide-splash call some more. #68

merged 1 commit into from
Dec 15, 2012

Conversation

wrouesnel
Copy link
Contributor

This corrects the plymouth hide-splash call to act more like the failure hook handler in the normal initramfs-tools functions script (calls to plymouth --ping, then plymouth --hide-splash) and breaks the code out to a separate function call.

Also fixes testing for the wrong-file previously (/bin/plymouth is the talker, /sbin/plymouthd the actual daemon - no idea how that actually worked when I tested it previously).

Apologies for the somewhat redundant pull requests!

This corrects the plymouth hide-splash call to act more like the failure
hook handler in the normal initramfs-tools.

Also fixes testing for the wrong-file previously (whoops!).
@dajhorn dajhorn merged this pull request into zfsonlinux:master Dec 15, 2012
dajhorn pushed a commit that referenced this pull request Mar 24, 2016
Added the necessary build infrastructure for building packages
compatible with the Arch Linux distribution. As such, one can now run:

    $ ./configure
    $ make pkg     # Alternatively, one can run 'make arch' as well

on an Arch Linux machine to create two binary packages compatible with
the pacman package manager, one for the spl userland utilties and
another for the spl kernel modules. The new packages can then be
installed by running:

    # pacman -U $package.pkg.tar.xz

In addition, source-only packages suitable for an Arch Linux chroot
environment or remote builder can also be built using the 'sarch' make
rule.

NOTE: Since the source dist tarball is created on the fly from the head
of the build tree, it's MD5 hash signature will be continually influx.
As a result, the md5sum variable was intentionally omitted from the
PKGBUILD files, and the '--skipinteg' makepkg option is used. This may
or may not have any serious security implications, as the source tarball
is not being downloaded from an outside source.

Signed-off-by: Prakash Surya <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes: #68
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants