Przeglądaj źródła

Added requirements information to build-time xattrs warning

Maxim Kammerer 12 lat temu
rodzic
commit
fb1f29cbe5
1 zmienionych plików z 1 dodań i 0 usunięć
  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