diff options
Diffstat (limited to 'core/ubase')
-rwxr-xr-x | core/ubase/build | 14 | ||||
-rw-r--r-- | core/ubase/checksums | 1 | ||||
-rw-r--r-- | core/ubase/message | 5 | ||||
-rw-r--r-- | core/ubase/sources | 1 | ||||
-rw-r--r-- | core/ubase/version | 1 |
5 files changed, 0 insertions, 22 deletions
diff --git a/core/ubase/build b/core/ubase/build deleted file mode 100755 index dc26aff0..00000000 --- a/core/ubase/build +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -e - -make CFLAGS="$CFLAGS -static" ubase-box -make DESTDIR="$1" PREFIX=/usr ubase-box-install - -# stat in ubase is not a good option at the time -# being. It has almost none of the options stat -# is used for. -unlink "$1/usr/bin/stat" - -# You cannot execute commands with the ubase -# implementation of su, which might break kiss -# if the user doesn't have sudo or doas installed. -unlink "$1/usr/bin/su" diff --git a/core/ubase/checksums b/core/ubase/checksums deleted file mode 100644 index 55f96ce1..00000000 --- a/core/ubase/checksums +++ /dev/null @@ -1 +0,0 @@ -git git+https://github.com/michaelforney/ubase diff --git a/core/ubase/message b/core/ubase/message deleted file mode 100644 index 9a9d57af..00000000 --- a/core/ubase/message +++ /dev/null @@ -1,5 +0,0 @@ -[1mNOTE:[m - - Carbs Linux init by default uses busybox getty, rather than - ubase getty (which has a different argument scheme). You can - change the getty command from '[1m/etc/init/getty.boot[m'. diff --git a/core/ubase/sources b/core/ubase/sources deleted file mode 100644 index df146ec5..00000000 --- a/core/ubase/sources +++ /dev/null @@ -1 +0,0 @@ -git+https://github.com/michaelforney/ubase diff --git a/core/ubase/version b/core/ubase/version deleted file mode 100644 index a383ea1a..00000000 --- a/core/ubase/version +++ /dev/null @@ -1 +0,0 @@ -git 1 |