CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
filesystem: add /etc/os-release
authorVictor Martinez <pitillo@ono.com>
Fri, 6 Aug 2021 11:02:21 +0000 (13:02 +0200)
committerVictor Martinez <pitillo@ono.com>
Fri, 6 Aug 2021 11:02:21 +0000 (13:02 +0200)
filesystem/.footprint
filesystem/.signature
filesystem/Pkgfile

index 88e8f8f5c243973a0d7ca272973de93b868be0d8..fde225c2e386bff44a36ecce1c4bf6e3a068ceb8 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 faaf54ad47f66e7233d9d34991962d49dda892ae..75ba0863033d3e91d14c3fc80877fb561d9ffc5d 100644 (file)
@@ -1,7 +1,7 @@
 untrusted comment: verify with /etc/ports/core-arm64.pub
-RWSKslkvIwb+2cjcqzaR9cg5Ewscad+zA2lAiCID6HYztdFunk5NUpblMwB3nBcRZxBi+MqRIH8gxZDg47C6ADn6BFfIgN8+rwI=
-SHA256 (Pkgfile) = a7bfdd8ce194bd5e2d5bf3561cc2097fd66b3b20ca3bb9400eb70f1077417223
-SHA256 (.footprint) = 71e16dd60d5918bb5d50a6adf37048ef35f0d3d2b1d1f3e5f4bbfb9ce22841cd
+RWSKslkvIwb+2eLdcnebwnjzSDBbCA1OR6FruU7h4A3A6H8I24F1EjO2aVgyV+3CDCHcc7otN+K363pQGDruTnlCdLFY/ltHaQc=
+SHA256 (Pkgfile) = 5c9fc4fe14c25f77cb6341677d913f80ec67e653b0230720db1d284edef2242b
+SHA256 (.footprint) = de7cd6b7dd582e485347b0f716489c82dd41cc00d34b46883d6a03d0c9857fd7
 SHA256 (issue) = 046b10d8ee26d0203ed301913653a31ada287a813e80c2e321bcdeae8137f301
 SHA256 (motd) = e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
 SHA256 (shells) = f5e8838cb33249bd0ab3a169097bcc411cfb1b37153f268e6655758942e46656
index 7951147fcbc55e54b0d4a9132d1298e67786847c..6127489ce4f526f72ffce6fe580b47fe3fffc5cf 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() {
@@ -78,4 +78,16 @@ echo "CRUX-ARM 64b 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
+
 }