5 lines
149 B
Bash
Executable file
5 lines
149 B
Bash
Executable file
#!/usr/bin/sh
|
|
|
|
udisksctl mount -b /dev/disk/by-label/BOOT
|
|
cp kernel8.img /run/media/me/BOOT/kernel8.img
|
|
udisksctl unmount -b /dev/disk/by-label/BOOT
|