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