mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
215 B

echo "file /etc/fstab $filesdir/empty 644 0 0"
echo "file /etc/mtab $filesdir/empty 644 0 0"
echo "dir /init.d 0755 0 0"
for x in $filesdir/init.d/[0-9][0-9]*
do
echo "file /init.d/`basename $x` $x 755 0 0"
done