mirror of
https://github.com/YellowJacketLinux/lfs-buildscripts.git
synced 2025-01-23 05:52:21 +08:00
minor fixes
This commit is contained in:
parent
dfb94c9fd5
commit
7cbbce6b75
@ -25,3 +25,5 @@ mkdir -p ${LFS}/tools
|
||||
chown lfs ${LFS}/{usr{,/*},lib,var,etc,bin,sbin,tools}
|
||||
chown lfs ${LFS}/lib64
|
||||
|
||||
mkdir -p ${LFS}/sources
|
||||
chown lfs ${LFS}/sources
|
||||
|
@ -47,6 +47,8 @@ install -D -m644 .config /boot/config-${KVSTRING}
|
||||
install -m644 System.map /boot/System.map-${KVSTRING}
|
||||
install -m644 arch/x86_64/boot/bzImage /boot/vmlinuz-${KVSTRING}
|
||||
|
||||
[ ! -d /usr/share/doc/linux ] && mkdir -p /usr/share/doc/linux
|
||||
|
||||
cp -r Documentation /usr/share/doc/linux/linux-${linux_lts_version}
|
||||
|
||||
popd
|
||||
|
Loading…
Reference in New Issue
Block a user