sysvinit: Update SlugOS rcS
authorOyvind Repvik <nail@nslu2-linux.org>
Mon, 6 Feb 2006 00:26:40 +0000 (00:26 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 6 Feb 2006 00:26:40 +0000 (00:26 +0000)
Add DOSWAP and ROOTFSCK, remove TICKADJ variable.

packages/sysvinit/sysvinit/slugos/rcS-default
packages/sysvinit/sysvinit_2.86.bb

index 33917bd..4cb0e0c 100644 (file)
@@ -18,5 +18,7 @@ VERBOSE=no
 EDITMOTD=no
 # Set FSCKFIX to "yes" if you want to add "-y" to the fsck at startup.
 FSCKFIX=yes
-# Set TICKADJ to the correct tick value for this specific machine
-#TICKADJ=10000
+# Set DOSWAP to "no" if you do not want all swap to automatically be mounted
+DOSWAP=yes
+# Set ROOTFSCK to "yes" to check the root fs automatically on boot
+ROOTFSCK=yes
index af39d5e..5a88eba 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "base"
 LICENSE = "GPL"
 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
 HOMEPAGE = "http://freshmeat.net/projects/sysvinit/"
-PR = "r20"
+PR = "r21"
 
 # USE_VT and SERIAL_CONSOLE are generally defined by the MACHINE .conf.
 # Set PACKAGE_ARCH appropriately.