summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw@src.gnome.org>2014-11-09 13:46:44 +0800
committerTing-Wei Lan <lantw@src.gnome.org>2014-11-09 13:46:44 +0800
commita575ec227fb12f747cf82a2da5fae09a2cb38aa6 (patch)
treeecf6a8a631340f592d62cb8af939c173b62d6cf3
parent27ff34788c8d11fb4b88fc042c6c7392d95c3ce0 (diff)
downloadfreebsd-gnome-livecd-a575ec227fb12f747cf82a2da5fae09a2cb38aa6.tar.gz
freebsd-gnome-livecd-a575ec227fb12f747cf82a2da5fae09a2cb38aa6.tar.zst
freebsd-gnome-livecd-a575ec227fb12f747cf82a2da5fae09a2cb38aa6.zip
Upgrade to GNOME 3.14 and FreeBSD 10.1 RC buildrelease-20141108
The base system is upgraded to a non-RELEASE build because GNOME 3.14 requires Mesa 10.3, which is only available on FreeBSD 10.1 or later version. vt(4) is also enabled by default, so it should work better with KMS drivers now.
-rwxr-xr-xbuild-debug.sh2
-rwxr-xr-xbuild.sh2
-rw-r--r--loader.conf2
3 files changed, 4 insertions, 2 deletions
diff --git a/build-debug.sh b/build-debug.sh
index 7a10b08..4eed477 100755
--- a/build-debug.sh
+++ b/build-debug.sh
@@ -4,7 +4,7 @@
root="/home/lantw44/livecd/root-debug"
cdroot="/home/lantw44/livecd/cdroot-debug"
-image="/home/lantw44/livecd/out/FreeBSD-10.0-GNOME-3.12-`date '+%Y%m%d'`-debug.iso"
+image="/home/lantw44/livecd/out/FreeBSD-10.1-GNOME-3.14-`date '+%Y%m%d'`-debug.iso"
repo="/usr/local/poudriere/data/packages/freebsd10-marcuscom-gnome3-debug"
pkgs="`cat /home/lantw44/livecd/gnome3-debug-pkgs`"
diff --git a/build.sh b/build.sh
index fb12720..e0a8a8a 100755
--- a/build.sh
+++ b/build.sh
@@ -5,7 +5,7 @@
: ${src:="/home/lantw44/livecd/src"}
: ${root:="/home/lantw44/livecd/root"}
: ${cdroot:="/home/lantw44/livecd/cdroot"}
-: ${image:="/home/lantw44/livecd/out/FreeBSD-10.0-GNOME-3.12-`date '+%Y%m%d'`.iso"}
+: ${image:="/home/lantw44/livecd/out/FreeBSD-10.1-GNOME-3.14-`date '+%Y%m%d'`.iso"}
: ${repo="/usr/local/poudriere/data/packages/freebsd10-marcuscom-gnome3"}
: ${pkgs="`cat /home/lantw44/livecd/gnome3-pkgs`"}
diff --git a/loader.conf b/loader.conf
index 07217df..3e14e70 100644
--- a/loader.conf
+++ b/loader.conf
@@ -11,3 +11,5 @@ init_path="/rescue/init"
init_shell="/rescue/sh"
init_script="/init.sh"
init_chroot="/sysroot"
+
+kern.vty=vt