diff options
author | Ting-Wei Lan <lantw@src.gnome.org> | 2014-11-09 13:46:44 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw@src.gnome.org> | 2014-11-09 13:46:44 +0800 |
commit | a575ec227fb12f747cf82a2da5fae09a2cb38aa6 (patch) | |
tree | ecf6a8a631340f592d62cb8af939c173b62d6cf3 /build.sh | |
parent | 27ff34788c8d11fb4b88fc042c6c7392d95c3ce0 (diff) | |
download | freebsd-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.
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`"} |