You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/templates/3.1/6_ac_install_pxe/sys-boot/syslinux/pxelinux.cfg/default.new.patch

14 lines
476 B

# Calculate format=patch name=default cl_ver>=3.1.9.4
<reg> root=/dev/ram0</reg>
<text> real_root=/dev/nfs nfsroot=#-os_install_pxe_ip-#:#-os_install_pxe_path-#/calculate</text>
<reg>\n\nLABEL harddisk([^\n]*\n*)+SLX=0x80</reg>
<text></text>
<reg>([ =])(/boot)</reg>
<text>\1/calculate\2</text>
<reg>KERNEL memtest</reg>
<text>KERNEL calculate/syslinux/memtest</text>
<reg> (common.cfg|calcmenu.c32)</reg>
<text> pxelinux.cfg/\1</text>
<reg> scandelay=\d+</reg>
<text></text>