5 lines
183 B
Bash
Executable file
5 lines
183 B
Bash
Executable file
# Replace "/mnt/floppy" with the whatever directory is appropriate.
|
|
sudo mount -o loop dev_kernel_grub.img /mnt/floppy
|
|
sudo cp kernel.bin /mnt/floppy
|
|
sleep 1s
|
|
sudo umount /mnt/floppy
|