From a092b87bd0b435bb5e3794944820a2b6ae2a9b25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Guilherme=20Bergamini=20Mendes?= Date: Thu, 17 Sep 2020 22:09:07 -0300 Subject: [PATCH] Update lfs-final.sh --- lfs-final.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lfs-final.sh b/lfs-final.sh index 23f0d80..a17f261 100644 --- a/lfs-final.sh +++ b/lfs-final.sh @@ -195,8 +195,10 @@ devtmpfs /dev devtmpfs mode=0755,nosuid 0 0 # End /etc/fstab EOF +cd /sources + # 10.3. Linux-5.8.3 -begin linux 5.8.3.tar.xz +begin linux-5.8.3 tar.xz make mrproper make defconfig make @@ -232,4 +234,4 @@ set root=(hd0,1) menuentry "GNU/Linux, Linux 5.8.3-lfs-10.0" { linux /boot/vmlinuz-5.8.3-lfs-10.0 root=/dev/sda1 ro } -EOF \ No newline at end of file +EOF