From cdfc69fe6621f7b2b4b31ea38365b7c652e51a29 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 30 Mar 2022 23:58:13 +0100 Subject: bumped versions on xi tools --- repo/system/grub.xibuild | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'repo/system/grub.xibuild') diff --git a/repo/system/grub.xibuild b/repo/system/grub.xibuild index cf224bb..343c07e 100644 --- a/repo/system/grub.xibuild +++ b/repo/system/grub.xibuild @@ -28,4 +28,16 @@ package () { make DESTDIR=$PKG_DEST install mkdir -p $PKG_DEST/usr/share/bash-completion/completions mv $PKG_DEST/etc/bash_completion.d/grub $PKG_DEST/usr/share/bash-completion/completions + mkdir -p $PKG_DEST/etc/default + cat > $PKG_DEST/etc/default/grub << "EOF" +# GRUB boot loader configuration + +GRUB_DEFAULT=0 +GRUB_TIMEOUT=5 +GRUB_DISTRIBUTOR="XiLinux" + +GRUB_CMDLINE_LINUX_DEFAULT="" +GRUB_CMDLINE_LINUX="" + +EOF } -- cgit v1.2.1