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
210 B

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