Comments where items are used (live images)

merge-requests/16/head
Ben Wilson 4 years ago
parent 3630d2bea5
commit cd665ff03d

@ -1,3 +1,4 @@
# Live Image (UEFI boot)
set default=0
loadfont $prefix/dejavu-bold-16.pf2

@ -1,3 +1,4 @@
# Live Image (UEFI boot)
source /boot/grub/config.cfg
# Live boot

@ -1,3 +1,4 @@
# Live Image (UEFI boot)
desktop-image: "../splash.png"
title-color: "#ffffff"
title-font: "DejaVu Sans Bold 16"

@ -1,4 +1,5 @@
#!/bin/sh
# Live Image (BIOS boot)
if [ ! -d isolinux ]; then
cd binary

@ -1,4 +1,5 @@
#!/bin/sh
# Live Image (BIOS boot)
if [ ! -d isolinux ]; then
cd binary

Loading…
Cancel
Save