diff --git a/scripts/2006.1/livecd.sh b/scripts/2006.1/livecd.sh new file mode 100644 index 00000000..d6dd7b33 --- /dev/null +++ b/scripts/2006.1/livecd.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +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