Skip to content

Commit

Permalink
Update default_config.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Entersjkhdfkjdhfksjf authored Feb 21, 2024
1 parent bc0a872 commit 44ff82e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions scripts/default_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,18 @@ export TARGET_PACKAGE_REMOVE="
# present on the installed system.
function customize_image() {
# install graphics and desktop
rm /etc/os-release
touch /etc/os-release
echo "NAME=Doors Linux" > /etc/os-release
echo "VERSION_ID=5.0" > /etc/os-release
rm /usr/lib/os-release
touch /etc/os-release
echo "NAME=Doors Linux" > /usr/lib/os-release
echo "VERSION_ID=5.0" > /usr/lib/os-release
cat /usr/lib/os-release
cat /etc/os-release


apt update
apt-get install -y \
gnome-session \
Expand Down

0 comments on commit 44ff82e

Please sign in to comment.