Skip to content
Snippets Groups Projects
Commit 4db38f74 authored by Lucas Manika Koeb's avatar Lucas Manika Koeb
Browse files

40-configure_minicom: Add dist information to /etc/le/data_iso.txt

parent 858ab422
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,12 @@ esac
echo "export \"FLAVOUR=le5\"" >> "$CHROOTDIR"/etc/casper.conf
date +"%d-%m-%Y" > "$CHROOTDIR"/etc/le/data_iso.txt
INFO_ISO=$(echo "$1" | cut -d "/" -f 2)
INFO_ISO="$INFO_ISO:"$(date +"%d-%m-%y")
echo "$INFO_ISO" > "$CHROOTDIR"/etc/le/data_iso.txt
# Reconfigure le-greeter now that /etc/le/data_iso.txt is in place
chroot $CHROOTDIR dpkg-reconfigure le-greeter
# Sets deb-conf install command
sed -i 's@Ubuntu@LE@g' "$CDDIR"/preseed/ubuntu.seed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment