Added custom backgrounds, Setup auto wifi

This commit is contained in:
2021-11-04 14:58:59 +01:00
parent 8882eab440
commit e87f065256
20 changed files with 72 additions and 232 deletions

View File

@@ -1,4 +1,5 @@
set default=0
set timeout=5
loadfont $prefix/dejavu-bold-16.pf2
loadfont $prefix/dejavu-bold-14.pf2
@@ -29,11 +30,13 @@ play 960 440 1 0 4 440 1
menuentry "Live system " {
echo "Loading ${1}... Please wait...".
linux KERNEL_LIVE APPEND_LIVE locales=en_US.UTF-8
initrd INITRD_LIVE
}
menuentry "Live system (ToRam)" {
echo "Loading ${1}... Please wait...".
linux KERNEL_LIVE APPEND_LIVE toram locales=en_US.UTF-8
initrd INITRD_LIVE
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 62 KiB