mirror of
https://github.com/ps5-linux/ps5-linux-image.git
synced 2026-07-16 01:50:40 +00:00
zram for ubuntu; kexec.sh for single distro
This commit is contained in:
5
boot/kexec.sh
Normal file
5
boot/kexec.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
BOOT=/boot/efi
|
||||
kexec -l "$BOOT/bzImage" --initrd="$BOOT/initrd.img" --command-line="$(cat $BOOT/cmdline.txt)"
|
||||
kexec -e
|
||||
Reference in New Issue
Block a user