1
0
mirror of https://github.com/krglaws/MyLFS.git synced 2025-07-26 08:33:50 +00:00

fix device labeling in install_image

This commit is contained in:
Kyle Glaws
2022-07-24 12:15:40 -04:00
parent cd6637fee8
commit cc875fdaf7
2 changed files with 2 additions and 2 deletions

View File

@ -660,6 +660,7 @@ function install_image {
exit
fi
partprobe $INSTALL_TGT
sleep 1
trap "echo 'install failed.' && unmount_image && exit 1" ERR

View File

@ -1,2 +1 @@
# need to figure out how to attach network
qemu-system-x86_64 -curses -nic -drive format=raw,file=./lfs.img
qemu-system-x86_64 -curses -drive format=raw,file=./lfs.img