OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
2023-08-17 23:43:40 +00:00
parent 44af6fc87f
commit decc214216
21 changed files with 102 additions and 34 deletions

View File

@ -0,0 +1,10 @@
#!/bin/sh
# => /etc/kernel/postinst.d/zzz-UpdateEfiBoot
set -ex
cd /boot/efi
cp ./vmlinuz.mint ./vmlinuz.mint.old
cp ./initrd.mint ./initrd.mint.old
cp ../vmlinuz ./vmlinuz.mint
cp ../initrd.img ./initrd.mint

View File

@ -0,0 +1,7 @@
created: 20230817225535427
creator: Octt
modified: 20230817225708513
modifier: Octt
tags:
title: $:/Linux/Scripts/UpdateEfiBoot
type: text/plain