D7net Mini Sh3LL v1

 
OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0755) :  /libx32/../share/snapd/../locale/ia/../../doc/info/../libroken18-heimdal/../usbmuxd/../liberror-perl/../grub2-common/../libjpeg8/../php7.4-mysql/../gnupg/../python3-apt/../netplan.io/../wget/../libcurl3-gnutls/../libthai-data/../python3-six/../screen/../maria/../libxaw7/../libmnl0/../netplan/../gdisk/../systemd-sysv/../grep/../udisks2/../libacl1/../libxmlb1/../libperl5.30/../automake/../libdrm2/../xauth/../libcurl4/../util-linux/../fakeroot/../libimobiledevice6/../libc-bin/../maria/../libtiff5/../sed/../debconf/../debhelper/../info/../libjansson4/../libdevmapper1.02.1/../libann0/../libcrypt1/../php5.6/../libice6/../dwz/../coreutils/../dconf-service/../groff-base/../gpg/../libarchive13/../fonts-dejavu-core/../php7.4-gd/../initramfs-tools-core/examples/

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

Current File : //libx32/../share/snapd/../locale/ia/../../doc/info/../libroken18-heimdal/../usbmuxd/../liberror-perl/../grub2-common/../libjpeg8/../php7.4-mysql/../gnupg/../python3-apt/../netplan.io/../wget/../libcurl3-gnutls/../libthai-data/../python3-six/../screen/../maria/../libxaw7/../libmnl0/../netplan/../gdisk/../systemd-sysv/../grep/../udisks2/../libacl1/../libxmlb1/../libperl5.30/../automake/../libdrm2/../xauth/../libcurl4/../util-linux/../fakeroot/../libimobiledevice6/../libc-bin/../maria/../libtiff5/../sed/../debconf/../debhelper/../info/../libjansson4/../libdevmapper1.02.1/../libann0/../libcrypt1/../php5.6/../libice6/../dwz/../coreutils/../dconf-service/../groff-base/../gpg/../libarchive13/../fonts-dejavu-core/../php7.4-gd/../initramfs-tools-core/examples/example_script
#!/bin/sh

#
# This script is run inside of the initramfs environment during the
# system boot process.  It is installed there by 'update-initramfs'.
# The # package that owns it may opt to install it in an appropriate
# location under "/usr/share/initramfs-tools/scripts/".
#
# see initramfs-tools(7) for more details.

#
# 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
	;;
mountfail) # Called if the script has previously registered a mountroot
           # failure.
	# Check status, and display any relevant information about the
	# failure if there is a problem, then exit with a status of 1.
	;;
esac

# Do the work here.

# If this script is to be placed in either init-premount, or local-top,
# register a mountroot failure hook, so that further information can be given
# to the user, in the event that the root device cannot be found.

. /scripts/functions

add_mountroot_fail_hook 20-example-script

echo "Got here!"

exit 0

AnonSec - 2021 | Recode By D7net