dracut-shutdown.service(8)


NAME

   dracut-shutdown.service - unpack the initramfs to /run/initramfs

SYNOPSIS

   dracut-shutdown.service

DESCRIPTION

   This service unpacks the initramfs image to /run/initramfs. systemd
   pivots into /run/initramfs at shutdown, so the root filesytem can be
   safely unmounted.

   The following steps are executed during a shutdown:

   *   systemd switches to the shutdown.target

   *   systemd starts
       /lib/systemd/system/shutdown.target.wants/dracut-shutdown.service

   *   dracut-shutdown.service executes
       /usr/lib/dracut/dracut-initramfs-restore which unpacks the
       initramfs to /run/initramfs

   *   systemd finishes shutdown.target

   *   systemd kills all processes

   *   systemd tries to unmount everything and mounts the remaining
       read-only

   *   systemd checks, if there is a /run/initramfs/shutdown executable

   *   if yes, it does a pivot_root to /run/initramfs and executes
       ./shutdown. The old root is then mounted on /oldroot.
       /usr/lib/dracut/modules.d/99shutdown/shutdown.sh is the shutdown
       executable.

   *   shutdown will try to umount every /oldroot mount and calls the
       various shutdown hooks from the dracut modules

   This ensures, that all devices are disassembled and unmounted cleanly.

   To debug the shutdown process, you can get a shell in the shutdown
   procedure by injecting "rd.break=pre-shutdown rd.shell" or
   "rd.break=shutdown rd.shell".

       # mkdir -p /run/initramfs/etc/cmdline.d
       # echo "rd.break=pre-shutdown rd.shell" > /run/initramfs/etc/cmdline.d/debug.conf
       # touch /run/initramfs/.need_shutdown

AUTHORS

   Harald Hoyer

SEE ALSO

   dracut(8)





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.