From 8d5ed31a22deff92f1cda30a9e6bf6d0385164db Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Mon, 5 Mar 2007 00:31:36 +0000 Subject: [PATCH] Stefan Fiedler: sysfiles: install swap.init [2007012616310910609] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@8228 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/sysfiles/sysfiles.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/base/sysfiles/sysfiles.conf b/package/base/sysfiles/sysfiles.conf index 375b826bc..f71283a0c 100644 --- a/package/base/sysfiles/sysfiles.conf +++ b/package/base/sysfiles/sysfiles.conf @@ -104,7 +104,7 @@ EOT cp -v $confdir/sbin_postinstall.sh $root/usr/sbin/postinstall chmod +x $root/usr/sbin/postinstall - for x in console devfs localfs system system-state + for x in console devfs localfs swap system system-state do echo "Installing '$x' init script ..." install_init $x $confdir/$x.init