Browse Source

Removed some commented stuff.

master
freesource 23 years ago
parent
commit
27095673e6
  1. 4
      yard/replacements/etc/init.d/rcS.example

4
yard/replacements/etc/init.d/rcS.example

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# $Id: rcS.example,v 1.1 2001/12/01 21:42:26 freesource Exp $ # $Id: rcS.example,v 1.2 2001/12/03 05:43:33 freesource Exp $
# Used by the Example.yard template. # Used by the Example.yard template.
# /etc/rcS: System initialization script. # /etc/rcS: System initialization script.
# #
@ -13,8 +13,6 @@
# Mount everything mentioned in fstab # Mount everything mentioned in fstab
# .. but proc needs to be mounted first, anyways. # .. but proc needs to be mounted first, anyways.
#/bin/mount -anv
#mount -v -n -o remount,rw /
mount -o remount / mount -o remount /
mount -a mount -a

Loading…
Cancel
Save