diff --git a/airootfs/usr/lib/os-release b/airootfs/usr/lib/os-release deleted file mode 100644 index 395bab3..0000000 --- a/airootfs/usr/lib/os-release +++ /dev/null @@ -1,10 +0,0 @@ -NAME="Antergos NeXT" -PRETTY_NAME="Antergos NeXT" -ID=antergos -ID_LIKE="arch" -BUILD_ID=rolling -VERSION_ID="rolling" -HOME_URL="https://github.com/Antergos-NeXT" -SUPPORT_URL="https://github.com/Antergos-NeXT" -BUG_REPORT_URL="https://github.com/Antergos-NeXT/issues" -LOGO=antergos-icon diff --git a/run_before_squashfs.sh b/run_before_squashfs.sh index 7f3e216..a072392 100755 --- a/run_before_squashfs.sh +++ b/run_before_squashfs.sh @@ -172,6 +172,20 @@ rm -rf "/var/cache/pacman/pkg/" echo "---> remove ranked mirrorlist, used for fetching offline packages replacing it with original from package --->" mv "/etc/pacman.d/mirrorlist-from-package" "/etc/pacman.d/mirrorlist" +echo "---> Set Antergos NeXT os-release --->" +cat > "/usr/lib/os-release" << 'OSEOF' +NAME="Antergos NeXT" +PRETTY_NAME="Antergos NeXT" +ID=antergos +ID_LIKE="arch" +BUILD_ID=rolling +VERSION_ID="rolling" +HOME_URL="https://github.com/Antergos-NeXT" +SUPPORT_URL="https://github.com/Antergos-NeXT" +BUG_REPORT_URL="https://github.com/Antergos-NeXT/issues" +LOGO=antergos-icon +OSEOF + echo "############################" echo "# end chrooted commandlist #" echo "############################"