summaryrefslogtreecommitdiff
path: root/repo/system
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-17 21:57:57 +0000
committerdavidovski <david@davidovski.xyz>2022-01-17 21:57:57 +0000
commit93efc21a715ecbc4f2a0c1325488369697c2ff8d (patch)
tree8d88d816ffc527e3551e5e4d24c2ad3ceedd9d47 /repo/system
parentd838c9b643c21b1efc55aa8fb5e6b9ae8dc2c849 (diff)
added bootscripts
Diffstat (limited to 'repo/system')
-rw-r--r--repo/system/bootscripts.xibuild11
1 files changed, 11 insertions, 0 deletions
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
+}