gentoo-asahi-releng/scripts/2006.1/livecd.sh

10 lines
226 B
Bash
Raw Normal View History

#!/bin/bash
if [ -e /etc/X11/gdm/custom.conf ]
then
sed -e '/^[^#]\+=.\+$/d' /etc/X11/gdm/custom.conf > \
/etc/X11/gdm/custom.conf.old
sed -i -e 's/gentoo-emergence/gentoo-livecd-2006.1/' \
/etc/X11/gdm/custom.conf
fi