From 93efc21a715ecbc4f2a0c1325488369697c2ff8d Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 17 Jan 2022 21:57:57 +0000 Subject: added bootscripts --- repo/system/bootscripts.xibuild | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 repo/system/bootscripts.xibuild (limited to 'repo/system') diff --git a/repo/system/bootscripts.xibuild b/repo/system/bootscripts.xibuild new file mode 100644 index 0000000..a6a716a --- /dev/null +++ b/repo/system/bootscripts.xibuild @@ -0,0 +1,11 @@ +#!/bin/bash + +DEPS=(sh udev) + +PKG_VER=20210608 +SOURCE=https://www.linuxfromscratch.org/lfs/downloads/development/lfs-bootscripts-$PKG_VER.tar.xz +DESC="Bootscripts to initiate the system on boot (from lfs)" + +package () { + make DESTDIR=$PKG_DEST install +} -- cgit v1.2.1