mirror of
https://linux.maple.camp/git/ahill/maplelinux-bootstrap.git
synced 2026-02-11 10:13:35 +00:00
Finished Limine configuration for now
This commit is contained in:
@@ -9,4 +9,4 @@ NOTE: liquid-lua doesn't support the `where` filter, so I had to improvise and
|
||||
protocol: Linux
|
||||
kernel_path: boot():/vmlinuz
|
||||
kernel_cmdline: root=UUID={%for p in partition%}{%if p.location == "/"%}{{p.uuid}}{%endif%}{%endfor%} rw
|
||||
module_path: boot():/
|
||||
module_path: boot():/initramfs
|
||||
|
||||
@@ -4,6 +4,10 @@ SRC_NAME="limine"
|
||||
SRC_URL="https://github.com/limine-bootloader/limine/releases/download/v10.6.4/limine-10.6.4.tar.xz"
|
||||
SRC_VERSION="10.6.4"
|
||||
|
||||
SRC_PATCHES="
|
||||
8ab49ead489fc493ecda52a492ba0fd9aff15889977ae997346268fc90c4f621 limine.conf
|
||||
"
|
||||
|
||||
build() {
|
||||
mkdir -p $TT_INSTALLDIR$TT_DATADIR/mapleconf/boot
|
||||
cp limine.conf $TT_INSTALLDIR$TT_DATADIR/mapleconf/boot/
|
||||
|
||||
Reference in New Issue
Block a user