Minor tabulation enhancements.
This commit is contained in:
parent
e9aa8355c2
commit
3a7df5595a
12
src/Makefile
12
src/Makefile
@ -55,9 +55,9 @@ qemu-bios:
|
|||||||
@{ \
|
@{ \
|
||||||
if [ ! -f ./minimal_linux_live.iso ] ; then \
|
if [ ! -f ./minimal_linux_live.iso ] ; then \
|
||||||
echo "" ; \
|
echo "" ; \
|
||||||
echo " ERROR: ISO image 'minimal_linux_live.iso' not found." ; \
|
echo " ERROR: ISO image 'minimal_linux_live.iso' not found." ; \
|
||||||
echo "" ; \
|
echo "" ; \
|
||||||
exit 1 ; \
|
exit 1 ; \
|
||||||
fi ; \
|
fi ; \
|
||||||
echo "Launching QEMU in BIOS mode." ; \
|
echo "Launching QEMU in BIOS mode." ; \
|
||||||
./qemu-bios.sh ; \
|
./qemu-bios.sh ; \
|
||||||
@ -67,9 +67,9 @@ qemu-uefi:
|
|||||||
@{ \
|
@{ \
|
||||||
if [ ! -f ./minimal_linux_live.iso ] ; then \
|
if [ ! -f ./minimal_linux_live.iso ] ; then \
|
||||||
echo "" ; \
|
echo "" ; \
|
||||||
echo " ERROR: ISO image 'minimal_linux_live.iso' not found." ; \
|
echo " ERROR: ISO image 'minimal_linux_live.iso' not found." ; \
|
||||||
echo "" ; \
|
echo "" ; \
|
||||||
exit 1 ; \
|
exit 1 ; \
|
||||||
fi ; \
|
fi ; \
|
||||||
echo "Launching QEMU in UEFI mode." ; \
|
echo "Launching QEMU in UEFI mode." ; \
|
||||||
./qemu-uefi.sh ; \
|
./qemu-uefi.sh ; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user