# fss-0002

main:
  make
  make btrfs-image
  cp -v btrfs-show btrfs-vol btrfsck btrfsctl mkfs.btrfs btrfs-image /sbin/
  ln -vsf btrfsck /sbin/fsck.btrfs
  chgrp e_checkfs /sbin/{btrfsck,btrfs-show,btrfs-vol,btrfsctl}
  chgrp e_partition /sbin/{mkfs.btrfs,btrfs-image}
  chmod o-rx /sbin/{btrfsck,btrfs-show,btrfs-vol,btrfsctl}
  chmod o-rx /sbin/{mkfs.btrfs,btrfs-image}
