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 \
|
||||
echo "" ; \
|
||||
echo " ERROR: ISO image 'minimal_linux_live.iso' not found." ; \
|
||||
echo "" ; \
|
||||
exit 1 ; \
|
||||
echo " ERROR: ISO image 'minimal_linux_live.iso' not found." ; \
|
||||
echo "" ; \
|
||||
exit 1 ; \
|
||||
fi ; \
|
||||
echo "Launching QEMU in BIOS mode." ; \
|
||||
./qemu-bios.sh ; \
|
||||
@ -67,9 +67,9 @@ qemu-uefi:
|
||||
@{ \
|
||||
if [ ! -f ./minimal_linux_live.iso ] ; then \
|
||||
echo "" ; \
|
||||
echo " ERROR: ISO image 'minimal_linux_live.iso' not found." ; \
|
||||
echo "" ; \
|
||||
exit 1 ; \
|
||||
echo " ERROR: ISO image 'minimal_linux_live.iso' not found." ; \
|
||||
echo "" ; \
|
||||
exit 1 ; \
|
||||
fi ; \
|
||||
echo "Launching QEMU in UEFI mode." ; \
|
||||
./qemu-uefi.sh ; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user