$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

GNU/Linux Debian Stretch Boot Single User Mode Easy Guide

February 9, 2019 | By the+gnu+linux+evangelist.

Editing Boot Command

  1. 2. Editing GRUB Config

    Then Edit Boot Command

    Appending:

    init=/bin/bash

    At the End of the Line that Ends with:

    quiet splash

    Like:

    linux ... quiet ... init=/bin/bash

    Debian Stretch Boot Single User Mode Easy Guide - Debian Single User Setup