# linux-5.4.8 ^ Taille du paquet | 208M | ^ Somme de contrĂ´le SHA256 | 5b69d33dd8b28fad66f5c5022b0f848d3090c905f2523ea2683f4450971e52bd | ^ Estimation du temps de construction |13411.521 secondes | File systems ---> <*/M> FUSE (Filesystem in Userspace) support [CONFIG_FUSE_FS] File systems ---> <*/M> Btrfs filesystem support [CONFIG_BTRFS_FS] File systems ---> <*/M> XFS filesystem support [CONFIG_XFS_FS] File systems ---> [*] Network File Systems ---> [CONFIG_NETWORK_FILESYSTEMS] <*/M> NFS client support [CONFIG_NFS_FS] <*/M> NFS server support [CONFIG_NFSD] [*] Networking support ---> [CONFIG_NET] Networking Options ---> [*] Network packet filtering framework (Netfilter) ---> [CONFIG_NETFILTER] [*] Advanced netfilter configuration [CONFIG_NETFILTER_ADVANCED] Core Netfilter Configuration ---> <*/M> Netfilter connection tracking support [CONFIG_NF_CONNTRACK] <*/M> Netfilter Xtables support (required for ip_tables) [CONFIG_NETFILTER_XTABLES] <*/M> LOG target support [CONFIG_NETFILTER_XT_TARGET_LOG] IP: Netfilter Configuration ---> <*/M> IP tables support (required for filtering/masq/NAT) [CONFIG_IP_NF_IPTABLES] Device Drivers ---> [*] Multiple devices driver support (RAID and LVM) ---> [CONFIG_MD] <*/M> Device mapper support [CONFIG_BLK_DEV_DM] <*/M/ > Crypt target support [CONFIG_DM_CRYPT] <*/M/ > Snapshot target [CONFIG_DM_SNAPSHOT] <*/M/ > Thin provisioning target [CONFIG_DM_THIN_PROVISIONING] <*/M/ > Mirror target [CONFIG_DM_MIRROR] Kernel hacking ---> [*] Magic SysRq key [*] Networking support ---> [CONFIG_NET] Networking options ---> <*/M> 802.1d Ethernet Bridging [CONFIG_BRIDGE] General setup ---> [*] Control Group support [CONFIG_CGROUPS] File systems ---> [*] Inotify support for userspace [CONFIG_INOTIFY_USER] Pseudo filesystems ---> [*] Tmpfs POSIX Access Control Lists [CONFIG_TMPFS_POSIX_ACL] ``` TIMEFORMAT='(BUSYBOX) Compilation de linux-5.4.8 en %R seconds ...' time { cd ${LFS}/src/linux-5.4.8 && ./scripts/config -d CONFIG_SYSFS_DEPRECATED && ./scripts/config -d CONFIG_SYSFS_DEPRECATED_V2 && ./scripts/config -e CONFIG_FHANDLE && ./scripts/config -d CONFIG_AUDIT && ./scripts/config -e CONFIG_CGROUPS && ./scripts/config -e CONFIG_NAMESPACES && ./scripts/config -e CONFIG_UTS_NS && ./scripts/config -e CONFIG_IPC_NS && ./scripts/config -e CONFIG_PID_NS && ./scripts/config -e CONFIG_NET_NS && ./scripts/config -e CONFIG_OVERLAY_FS && ./scripts/config -e CONFIG_SECCOMP && ./scripts/config -e CONFIG_IPV6 && ./scripts/config -d CONFIG_UEVENT_HELPER && ./scripts/config -e CONFIG_DEVTMPFS && ./scripts/config -d CONFIG_FW_LOADER_USER_HELPER && ./scripts/config -e CONFIG_DMIID && ./scripts/config -e CONFIG_INOTIFY_USER && ./scripts/config -e CONFIG_AUTOFS4_FS && ./scripts/config -e CONFIG_TMPFS_POSIX_ACL && ./scripts/config -e CONFIG_TMPFS_XATTR && ./scripts/config -d CONFIG_UNWINDER_FRAME_POINTER && ./scripts/config -e CONFIG_EFI_STUB && ./scripts/config -e CONFIG_FUSE_FS && ./scripts/config -e CONFIG_BTRFS_FS && ./scripts/config -e CONFIG_XFS_FS && ./scripts/config -e CONFIG_NETWORK_FILESYSTEMS && ./scripts/config -e CONFIG_NFS_FS && ./scripts/config -e CONFIG_NFSD && ./scripts/config -e CONFIG_NET && ./scripts/config -e CONFIG_NETFILTER && ./scripts/config -e CONFIG_NETFILTER_ADVANCED && ./scripts/config -e CONFIG_NF_CONNTRACK && ./scripts/config -e CONFIG_NETFILTER_XTABLES && ./scripts/config -e CONFIG_NETFILTER_XT_TARGET_LOG && ./scripts/config -e CONFIG_IP_NF_IPTABLES && ./scripts/config -e CONFIG_MD && ./scripts/config -e CONFIG_BLK_DEV_DM && ./scripts/config -e CONFIG_DM_CRYPT && ./scripts/config -e CONFIG_DM_SNAPSHOT && ./scripts/config -e CONFIG_DM_THIN_PROVISIONING && ./scripts/config -e CONFIG_DM_MIRROR && ./scripts/config -e CONFIG_MAGIC_SYSRQ && ./scripts/config -e ONFIG_NET && ./scripts/config -e CONFIG_BRIDGE && ./scripts/config -e CONFIG_MSDOS_FS && ./scripts/config -e CONFIG_VFAT_FS && yes '' | LANG=fr_FR.UTF-8 make && yes '' | LANG=fr_FR.UTF-8 make modules_install && install -d _pkg/usr/share/doc/linux-5.4.8 && install -d _pkg/boot/ && cp -rvf Documentation/* _pkg/usr/share/doc/linux-5.4.8 && cp -avf arch/x86_64/boot/bzImage "/boot/vmlinuz-`sha256sum "arch/x86_64/boot/bzImage" | cut -d" " -f1`" cp -avf arch/x86_64/boot/bzImage "_pkg/boot/vmlinuz-`sha256sum "arch/x86_64/boot/bzImage" | cut -d" " -f1`" cp -avf System.map /boot/System.map-5.4.8 && cp -avf System.map _pkg/boot/System.map-5.4.8 && cp -avf .config /boot/config-5.4.8 && cp -avf .config _pkg/boot/config-5.4.8 && lsmod | sed 's/ .*$//g' | sed 's/^.*$/find \/lib\/modules\/5\.4\.8\/ -type f -name &\*/g' >modules-actifs && bash modules-actifs | sed 's/^.*$/\/rootfs\/bin\/rsync -Rav & \/src\/linux-5\.4\.8\/_pkg\/ /g' >modules-list && bash modules-list && tar -C _pkg/ -cvf ${LFS}/pkg/linux-5.4.8.tar.gz ./ && cd "${LFS}/" } ```