Explorar el Código

Added requirements information to build-time xattrs warning

Maxim Kammerer hace 12 años
padre
commit
fb1f29cbe5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      mkroot

+ 1 - 0
mkroot

@@ -46,6 +46,7 @@ if ! setcap cap_net_raw+i  ${LIVECD}/mirror/fs-test || \
    ! setfattr -n user.test ${LIVECD}/mirror/fs-test; then
     echo "Filesystem does not support extended attributes."
     echo "Try ext4 with EXT4_FS_SECURITY and -o user_xattr"
+    echo "(make sure attr / libpcap are installed)"
     exit 1
 fi
 rm ${LIVECD}/mirror/fs-test