mirror of
https://github.com/luisgbm/lfs-scripts.git
synced 2025-08-01 15:48:15 +00:00
Update lfs-final.sh
This commit is contained in:

committed by
GitHub

parent
14be5e4603
commit
a092b87bd0
@ -195,8 +195,10 @@ devtmpfs /dev devtmpfs mode=0755,nosuid 0 0
|
|||||||
# End /etc/fstab
|
# End /etc/fstab
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
cd /sources
|
||||||
|
|
||||||
# 10.3. Linux-5.8.3
|
# 10.3. Linux-5.8.3
|
||||||
begin linux 5.8.3.tar.xz
|
begin linux-5.8.3 tar.xz
|
||||||
make mrproper
|
make mrproper
|
||||||
make defconfig
|
make defconfig
|
||||||
make
|
make
|
||||||
@ -232,4 +234,4 @@ set root=(hd0,1)
|
|||||||
menuentry "GNU/Linux, Linux 5.8.3-lfs-10.0" {
|
menuentry "GNU/Linux, Linux 5.8.3-lfs-10.0" {
|
||||||
linux /boot/vmlinuz-5.8.3-lfs-10.0 root=/dev/sda1 ro
|
linux /boot/vmlinuz-5.8.3-lfs-10.0 root=/dev/sda1 ro
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
Reference in New Issue
Block a user