D7net Mini Sh3LL v1

 
OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0755) :  /var/../bin/../include/../share/doc/manpages/../build-essential/../usbutils/../pciutils/../libxau6/../libidn2-0/../libc6-dev/../libreadline5/../python3-jwt/../lbt/../dmsetup/../librtmp1/../intel-microcode/../libmysqlclient21/../dirmngr/../libdrm-common/../mdadm/../zerofree/../libpipeline1/../../doc/libubsan1/../bind9-libs/../libselinux1/../libdevmapper1.02.1/../libblkid1/../sensible-utils/../libx11-data/../gcc/../libpython3.8/../cloud-init/../libgvpr2/../dmsetup/../gpg/../libpopt0/../libbsd0/../libplymouth5/../zerofree/../rsyslog/../libevdev2/../dpkg/../pollinate/../libstemmer0d/../libcdt5/../libunistring2/../libxmlb1/../liblmdb0/../libcanberra0/../libarchive-cpio-perl/../libann0/../systemd-timesyncd/../libgts-0.7-5/../linux-headers-5.4.0-196-generic/../glib-networking-services/../initramfs-tools-core/examples/

 Home   ☍ Command   ☍ Upload File   ☍Info Server   ☍ Buat File   ☍ Mass deface   ☍ Jumping   ☍ Config   ☍ Symlink   ☍ About 

Current File : /var/../bin/../include/../share/doc/manpages/../build-essential/../usbutils/../pciutils/../libxau6/../libidn2-0/../libc6-dev/../libreadline5/../python3-jwt/../lbt/../dmsetup/../librtmp1/../intel-microcode/../libmysqlclient21/../dirmngr/../libdrm-common/../mdadm/../zerofree/../libpipeline1/../../doc/libubsan1/../bind9-libs/../libselinux1/../libdevmapper1.02.1/../libblkid1/../sensible-utils/../libx11-data/../gcc/../libpython3.8/../cloud-init/../libgvpr2/../dmsetup/../gpg/../libpopt0/../libbsd0/../libplymouth5/../zerofree/../rsyslog/../libevdev2/../dpkg/../pollinate/../libstemmer0d/../libcdt5/../libunistring2/../libxmlb1/../liblmdb0/../libcanberra0/../libarchive-cpio-perl/../libann0/../systemd-timesyncd/../libgts-0.7-5/../linux-headers-5.4.0-196-generic/../glib-networking-services/../initramfs-tools-core/examples/example_hook
#!/bin/sh
#
#
# This is an example hook script.  It will be run by 'mkinitramfs'
# when it creates the image.  It's job is to decide which files to
# install, then install them into the staging area, where the
# initramfs is being created.  This happens when a new 'linux-image'
# package is installed, or when the administrator runs 'mkinitramfs'
# by hand to update an initramfs image.
#
#  CONFDIR -- usually /etc/initramfs-tools, can be set on mkinitramfs
#		 command line.
#
#  DESTDIR -- The staging directory where we are building the image.
#
# see initramfs-tools(7)

#
# List the soft prerequisites here.  This is a space separated list of
# names, of scripts that are in the same directory as this one, that
# must be run before this one can be.
#
PREREQ=""

prereqs()
{
	echo "$PREREQ"
}

case $1 in
# get pre-requisites
prereqs)
	prereqs
	exit 0
	;;
esac


# You can do anything you need to from here on.
#

# Source the optional 'hook-functions' scriptlet, if you need the
# functions defined within it.  Read it to see what is available to
# you.  It contains functions for copying dynamically linked program
# binaries, and kernel modules into the DESTDIR.
#
. /usr/share/initramfs-tools/hook-functions


# If this hook script is a conffile (and thus stored in
# /etc/mkinitramfs/hooks), it must take care to do the right thing
# when the package containing it is removed but not purged.  There of
# course may be other reasons to have custom logic deciding what to
# install.  The version variable may be useful for this.
#
if command -v myprog >/dev/null 2>&1; then
	copy_exec /usr/bin/myprog usr/bin
fi

# To accompany this, there should usually be a script for inside the
# initramfs named something like:
#
#   "/etc/mkinitramfs/local-premount/myprog"
#
# ... and it should do what is necessary to have 'myprog' get run
# inside the early runtime environment.

exit 0

AnonSec - 2021 | Recode By D7net