Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 19 years ago
parent
commit
8d5ed31a22
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/sysfiles/sysfiles.conf

+ 1
- 1
package/base/sysfiles/sysfiles.conf

@ -104,7 +104,7 @@ EOT
cp -v $confdir/sbin_postinstall.sh $root/usr/sbin/postinstall cp -v $confdir/sbin_postinstall.sh $root/usr/sbin/postinstall
chmod +x $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 do
echo "Installing '$x' init script ..." echo "Installing '$x' init script ..."
install_init $x $confdir/$x.init install_init $x $confdir/$x.init

Loading…
Cancel
Save