removed broken indents
This commit is contained in:
parent
b5586878f0
commit
498e893c16
|
@ -31,7 +31,6 @@ cat << EOF
|
|||
label live
|
||||
menu label ${LIVE_NAME}
|
||||
menu default
|
||||
menu indent 1
|
||||
kernel ../live/vmlinuz
|
||||
append initrd=../live/initrd.img boot=live
|
||||
|
||||
|
@ -48,7 +47,6 @@ if [ $num -gt 1 ];then
|
|||
cat << EOF
|
||||
menu begin live-menu
|
||||
menu label ${LIVE_NAME}
|
||||
menu indent 1
|
||||
menu title ${LIVE_NAME} BOOT
|
||||
EOF
|
||||
fi
|
||||
|
@ -58,8 +56,6 @@ cat << EOF
|
|||
|
||||
label live
|
||||
menu label ${LIVE_NAME} (fetch via ftp)
|
||||
menu default
|
||||
menu indent 1
|
||||
kernel ../live/vmlinuz
|
||||
append initrd=../live/initrd.img boot=live fetch=${PXE_FETCH_FTP}/live/filesystem.squashfs
|
||||
|
||||
|
@ -71,8 +67,6 @@ cat << EOF
|
|||
|
||||
label live
|
||||
menu label ${LIVE_NAME} (fetch via http)
|
||||
menu default
|
||||
menu indent 1
|
||||
kernel ../live/vmlinuz
|
||||
append initrd=../live/initrd.img boot=live fetch=${PXE_FETCH_HTTP}/live/filesystem.squashfs
|
||||
|
||||
|
@ -84,8 +78,6 @@ cat << EOF
|
|||
|
||||
label live
|
||||
menu label ${LIVE_NAME} (fetch via tftp)
|
||||
menu default
|
||||
menu indent 1
|
||||
kernel ../live/vmlinuz
|
||||
append initrd=../live/initrd.img boot=live fetch=${PXE_FETCH_TFTP}/live/filesystem.squashfs
|
||||
|
||||
|
@ -125,7 +117,6 @@ cat << EOF
|
|||
|
||||
label hdt
|
||||
menu label ^Hardware Detection Tool (HDT)
|
||||
menu indent 1
|
||||
kernel hdt.c32
|
||||
text help
|
||||
HDT displays low-level information about the systems hardware.
|
||||
|
@ -137,7 +128,6 @@ EOF
|
|||
function menuhwmemtest {
|
||||
cat << EOF
|
||||
label memtest86+
|
||||
menu indent 1
|
||||
menu label ^Memory Failure Detection (memtest86+)
|
||||
kernel ../memtest
|
||||
EOF
|
||||
|
@ -158,9 +148,8 @@ dist=$1
|
|||
cat << EOF
|
||||
menu begin $dist-installer-menu
|
||||
menu label ${dist^} Installer
|
||||
menu indent 1
|
||||
menu title ${dist^^} INSTALLER
|
||||
|
||||
menu title ${dist^^} INSTALLER
|
||||
EOF
|
||||
|
||||
sed -r -e "s/(default .*)//g" \
|
||||
|
@ -186,4 +175,3 @@ menu end
|
|||
|
||||
EOF
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue