diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2021-02-24 15:03:56 +0100 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2021-02-24 15:03:56 +0100 |
commit | 4fcd3ddda73f2e531372d34b479e8e5c84acf68e (patch) | |
tree | 32d1f1146e06c158510188cd4416afb5ec37b41e /uboot-pinebook.install | |
parent | a074f492e4e5d5e509a6d56a54e998bf1910f480 (diff) | |
download | uboot-pinebook-4fcd3ddda73f2e531372d34b479e8e5c84acf68e.tar.gz uboot-pinebook-4fcd3ddda73f2e531372d34b479e8e5c84acf68e.tar.bz2 uboot-pinebook-4fcd3ddda73f2e531372d34b479e8e5c84acf68e.zip |
Upgraded to 2021.01 and incorporated crust.
Diffstat (limited to 'uboot-pinebook.install')
-rw-r--r-- | uboot-pinebook.install | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/uboot-pinebook.install b/uboot-pinebook.install index 9159889..cbc5fef 100644 --- a/uboot-pinebook.install +++ b/uboot-pinebook.install @@ -6,32 +6,8 @@ flash_uboot() { post_install() { flash_uboot - if [ -f /boot/extlinux/extlinux.conf.pacsave ]; then - mv /boot/extlinux/extlinux.conf.pacsave /boot/extlinux/extlinux.conf - fi - if [ -f /boot/extlinux/extlinux.conf ]; then - echo "Keeping old extlinux.conf file..." - else - mkdir -p /boot/extlinux/ - echo "LABEL Manjaro ARM -KERNEL /Image -FDT /dtbs/allwinner/sun50i-a64-pinebook.dtb -APPEND initrd=/initramfs-linux.img console=tty1 console=ttyS0,115200 root=LABEL=ROOT_MNJRO rw rootwait bootsplash.bootfile=bootsplash-themes/manjaro/bootsplash" > /boot/extlinux/extlinux.conf - fi } post_upgrade() { flash_uboot - if [ -f /boot/extlinux/extlinux.conf.pacsave ]; then - mv /boot/extlinux/extlinux.conf.pacsave /boot/extlinux/extlinux.conf - fi - if [ -f /boot/extlinux/extlinux.conf ]; then - echo "Keeping old extlinux.conf file..." - else - mkdir -p /boot/extlinux/ - echo "LABEL Manjaro ARM -KERNEL /Image -FDT /dtbs/allwinner/sun50i-a64-pinebook.dtb -APPEND initrd=/initramfs-linux.img console=tty1 console=ttyS0,115200 root=LABEL=ROOT_MNJRO rw rootwait bootsplash.bootfile=bootsplash-themes/manjaro/bootsplash" > /boot/extlinux/extlinux.conf - fi } |