mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 09:03:23 -05:00
Little changes.
This commit is contained in:
parent
64c0642558
commit
42a02543bb
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# $Id: rcS.example,v 1.4 2001/12/18 19:58:41 freesource Exp $
|
# $Id: rcS.helper,v 1.1 2002/12/11 23:41:50 freesource Exp $
|
||||||
# Used by the Example.yard template.
|
# Used by the Example.yard template.
|
||||||
# /etc/rcS: System initialization script.
|
# /etc/rcS: System initialization script.
|
||||||
#
|
#
|
||||||
@ -10,7 +10,8 @@
|
|||||||
echo "Checking root file system..."
|
echo "Checking root file system..."
|
||||||
|
|
||||||
mount -n /proc
|
mount -n /proc
|
||||||
cramfsck /dev/ubd/0
|
|
||||||
|
#cramfsck /dev/ubd/0
|
||||||
|
|
||||||
# fsck -C /dev/ubd/0
|
# fsck -C /dev/ubd/0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user