CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
filesystem: add /etc/os-release, FS#1841
authorVictor Martinez <pitillo@ono.com>
Tue, 21 Sep 2021 18:29:56 +0000 (20:29 +0200)
committerVictor Martinez <pitillo@ono.com>
Tue, 21 Sep 2021 18:29:56 +0000 (20:29 +0200)
filesystem/.footprint
filesystem/.signature
filesystem/Pkgfile

index 179bc471852395b227756ece23dcd707448ea476..92bec9f670786435cd568343a1c5a0b7025240cd 100644 (file)
@@ -11,6 +11,7 @@ drwxr-xr-x    root/root       etc/
 -rw-r--r--     root/root       etc/mime.types
 -rw-r--r--     root/root       etc/motd (EMPTY)
 lrwxrwxrwx     root/root       etc/mtab -> /proc/self/mounts
+-rw-r--r--     root/root       etc/os-release
 -rw-r--r--     root/root       etc/passwd
 -rw-r--r--     root/root       etc/securetty
 -rw-r-----     root/root       etc/shadow
index f34276b6892d2f7be8eb211a5a4b700be9ede5be..5278522e80824b53ad47f20c1bc73ac08e2a5aad 100644 (file)
@@ -1,7 +1,7 @@
 untrusted comment: verify with /etc/ports/core-arm.pub
-RWTMGLGEHsm4dU0evKoTu0c9s4bHx5gRyu9YC93CK/k08ZRdu2r1HEGtRn3V0VJIC6D0tXSu9FbICOR1IfIo0+y78hYfmOu4IwI=
-SHA256 (Pkgfile) = 06ee5b520de797475cbc04a98cd6f1d1879e772425418ceb1ac19e256e484d29
-SHA256 (.footprint) = c9c9a2d821af81d68dec0b73e81b27d8cb664f32440f577fb7fbbba567dcbf2b
+RWTMGLGEHsm4dXlEaderGJe6tWOvT4HPij8+lFf92hcToGL1xiIm1aSyvKX92aPTLihsok+E9ksZExIIHsURsd3/qPzAkAVXXQo=
+SHA256 (Pkgfile) = de905394629072505911807cccf6c73a65aa994a44f62f43b0b672117643bc96
+SHA256 (.footprint) = 29fcc4938a939ce7d8bff68662a08685a82026864160ca38b683b67d0079562b
 SHA256 (issue) = c1a778304130a697513169fce5193fe32fe146dcef09ea88b84185842821274a
 SHA256 (motd) = e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
 SHA256 (shells) = f5e8838cb33249bd0ab3a169097bcc411cfb1b37153f268e6655758942e46656
index e014574f4e86eb970f9fb9233c3545b6db3434c1..b1e8d510fe0f6b2fe861beb1d0f5ba2a834f2557 100644 (file)
@@ -5,7 +5,7 @@
 
 name=filesystem
 version=3.6
-release=1
+release=2
 source=(issue motd shells group passwd shadow securetty fstab mime.types)
 
 build() {
@@ -76,4 +76,14 @@ echo "CRUX-ARM version $version"
 # End of file
 EOF
   chmod 755 $PKG/usr/bin/crux
+
+  # /etc/os-release
+cat > $PKG/etc/os-release << EOF
+NAME=CRUX-ARM
+VERSION="$version"
+ID=crux-arm
+PRETTY_NAME="CRUX-ARM"
+HOME_URL="https://crux-arm.nu/"
+BUG_REPORT_URL="https://crux-arm.nu/bugs/"
+EOF
 }