Browse Source

Little changes.

master
freesource 22 years ago
parent
commit
42a02543bb
  1. 5
      yard/replacements/etc/init.d/rcS.helper

5
yard/replacements/etc/init.d/rcS.helper

@ -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…
Cancel
Save