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:
1
mylfs.sh
1
mylfs.sh
@ -660,6 +660,7 @@ function install_image {
|
||||
exit
|
||||
fi
|
||||
partprobe $INSTALL_TGT
|
||||
sleep 1
|
||||
|
||||
trap "echo 'install failed.' && unmount_image && exit 1" ERR
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user