Skip to content

Instantly share code, notes, and snippets.

View ChangHoon-Sung's full-sized avatar
👩‍💻
RUN!

Changhoon Sung ChangHoon-Sung

👩‍💻
RUN!
View GitHub Profile
@ChangHoon-Sung
ChangHoon-Sung / qemu-create-rootfs.sh
Last active February 24, 2024 17:16
Create jammy rootfs image for QEMU in command-line
#!/bin/sh
# check file exists
if [ -f "rootfs.qcow2" ]; then
#!/bin/sh
# check file exists
if [ -f "rootfs.qcow2" ]; then
echo -n "Overwrite existing rootfs.qcow2? [y/N] > "
read ans