From 85a275501b02b3dde16ee5a033bb6a6e41d3d3e8 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 31 May 2023 21:12:42 +0200 Subject: Fix a typo in the PXE server template Thanks again to Richard Hoyle for reporting. --- pxeserver.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pxeserver.tpl b/pxeserver.tpl index 1bde266..140a879 100755 --- a/pxeserver.tpl +++ b/pxeserver.tpl @@ -756,7 +756,7 @@ set gfxpayload=keep menuentry 'Boot @CDISTRO@ Linux Live (@LIVEDE@) from network' --class slackware --class gnu-linux --class gnu --class os { echo "Loading @CDISTRO@ kernel" - linux generic load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 nfs root=${LOCAL_IPADDR}:/mnt/livemedia luksvol= nop hostname=@DISTRO@ tz=$(cat /etc/timezone) locale=${SYSLANG:-"en_US.UTF-8"} kbd=${KBD:-"us"} + linux generic load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 nfsroot=${LOCAL_IPADDR}:/mnt/livemedia luksvol= nop hostname=@DISTRO@ tz=$(cat /etc/timezone) locale=${SYSLANG:-"en_US.UTF-8"} kbd=${KBD:-"us"} initrd initrd.img echo "Booting @CDISTRO@ kernel" } -- cgit v1.2.3