Skip to content
Snippets Groups Projects
Commit 1905a301 authored by Diego Pasqualin's avatar Diego Pasqualin
Browse files

Fix #1018: Wrong link to release notes website

parent e6c5f76c
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ echo "LE 5.0 \"$1\" - Release i386 ($(date +"%Y%m%d"))" > "$CDDIR/.disk/info"
# $CDDIR/README.diskdefines
# Set release notes uri
echo "http://www.linuxeducacional.ufpr.br/" > $CDDIR/.disk/release_notes_url
echo "http://linuxeducacional.c3sl.ufpr.br/" > $CDDIR/.disk/release_notes_url
# Remove useless sessions from xsessions
if [ -f "$CHROOTDIR"/usr/share/xsessions/ubuntu.desktop ];
......
......@@ -50,7 +50,7 @@ DISTRONAME="LE"
DISTRORELEASE="5"
echo "$DISTRONAME $DISTRORELEASE "Lucid Lynx" - Release i386 (20100816.2)" \
> $CDDIR/.disk/info
echo "http://www.linuxeducacional.ufpr.br/" > $CDDIR/.disk/release_notes_url
echo "http://linuxeducacional.c3sl.ufpr.br/" > $CDDIR/.disk/release_notes_url
if [ "$1" != "home" ] && [ "$1" != "desktop" ]; then
chpasswd <<< "root:qwe123"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment