summaryrefslogtreecommitdiffstats
path: root/pxeserver.tpl
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-05-31 21:12:42 +0200
committer Eric Hameleers <alien@slackware.com>2023-05-31 21:12:42 +0200
commit85a275501b02b3dde16ee5a033bb6a6e41d3d3e8 (patch)
tree634ae759e6772a0051fae82d95f42ed60b03e8fb /pxeserver.tpl
parentf9fbf9143a99edf18364e68cde682e440c84f861 (diff)
downloadliveslak-85a275501b02b3dde16ee5a033bb6a6e41d3d3e8.tar.gz
liveslak-85a275501b02b3dde16ee5a033bb6a6e41d3d3e8.tar.xz
Fix a typo in the PXE server template
Thanks again to Richard Hoyle for reporting.
Diffstat (limited to 'pxeserver.tpl')
-rwxr-xr-xpxeserver.tpl2
1 files changed, 1 insertions, 1 deletions
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"
}