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.

13 lines
311 B

  1. all NN-XXXXX scripts in this directory will be sourced
  2. by ../build-list.sh
  3. output must be gen_init_cpio compatible list of cpio-elements
  4. example:
  5. # A simple initramfs
  6. dir /dev 0755 0 0
  7. nod /dev/console 0600 0 0 c 5 1
  8. dir /root 0700 0 0
  9. dir /sbin 0755 0 0
  10. file /sbin/kinit /usr/src/klibc/kinit/kinit 0755 0 0