mirror of
https://bitbucket.org/gwenhael/pine64-slackware.git
synced 2024-12-26 09:58:23 +01:00
broken and dangerous
This commit is contained in:
parent
207b70c2af
commit
d3a577e924
1 changed files with 0 additions and 11 deletions
|
@ -47,17 +47,6 @@ wget -c https://www.stdin.xyz/downloads/people/longsleep/pine64-images/linux/lin
|
|||
tar --numeric-owner -C $SD_MOUNT_POINT/ -xpJf linux-pine64-${LINUX_VERSION}.tar.xz
|
||||
cp -R $SD_MOUNT_POINT/boot/* $SD_MOUNT_POINT/bootenv/
|
||||
|
||||
cat <<EOF > $SD_MOUNT_POINT/root/update_kernel.sh
|
||||
#!/bin/sh
|
||||
wget -c https://www.stdin.xyz/downloads/people/longsleep/pine64-images/linux/linux-pine64-${LINUX_VERSION}.tar.xz
|
||||
|
||||
tar --numeric-owner -C / -xpJf linux-pine64-${LINUX_VERSION}.tar.xz
|
||||
rm linux-pine64-${LINUX_VERSION}.tar.xz
|
||||
|
||||
cp -R /boot/* /bootenv/
|
||||
EOF
|
||||
chmod +x $SD_MOUNT_POINT/root/update_kernel.sh
|
||||
|
||||
cat <<EOF > $SD_MOUNT_POINT/etc/modprobe.d/blacklist
|
||||
8723bs_vq0
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue