mirror of
https://github.com/fspc/gbootroot.git
synced 2025-04-04 07:43:22 -04:00
10 lines
145 B
Bash
Executable File
10 lines
145 B
Bash
Executable File
#! /bin/sh
|
|
#
|
|
# $Id: halt.example,v 1.1 2001/12/03 19:00:21 freesource Exp $
|
|
#
|
|
# Used by Example.yard
|
|
|
|
mount -n -o remount,ro /
|
|
|
|
halt -d -f -i -p
|