]> git.donarmstrong.com Git - neurodebian.git/commitdiff
trying to switch from gnome to more lightweight XFCE. TODOs are in the initial_setup...
authorYaroslav Halchenko <debian@onerussian.com>
Tue, 21 Aug 2012 16:38:52 +0000 (12:38 -0400)
committerYaroslav Halchenko <debian@onerussian.com>
Tue, 21 Aug 2012 16:38:52 +0000 (12:38 -0400)
vm/d-i/wheezy/initial_setup
vm/tools/nd_createappliance

index bdddf3e9b4f2e3fdeab3b6f51ae8416800c514dc..8757eec96adb25bc593c72b6789f9cdb3e63f974 100755 (executable)
@@ -87,7 +87,8 @@ apt-get install -y linux-headers-2.6-$cdarch
 ##     >| /var/log/initial_setup-dkms.log 2>&1
 
 # to get all the rest stuff in recommends
-apt-get install -y dkms neurodebian-guest-additions
+apt-get install -y dkms
+# TODO: neurodebian-guest-additions
 
 if [ "$darch" != "$cdarch" ] ; then
     # Because DKMS builds for currently running kernel, which during
@@ -112,10 +113,24 @@ adduser brain vboxsf
 # assure at the end that we got right modules build in the right location
 find /lib/modules/*$darch -iname vboxsf.ko | grep -q .
 
+# That was for GNOME
+# apt-get install --no-install-recommends -y \
+#  gnome-core mc evince bash-completion ntpdate file-roller gnome-utils \
+#  gnome-themes gnome-disk-utility network-manager-gnome eog vim reportbug \
+#  software-center gdebi gedit-plugins gnome-media synaptic menu less libxp6
+
 apt-get install --no-install-recommends -y \
- gnome-core mc evince bash-completion ntpdate file-roller \
- gnome-themes eog vim reportbug \
- software-center gdebi gedit-plugins gnome-media synaptic menu less libxp6
+ mc evince bash-completion ntpdate file-roller \
+ eog vim reportbug \
+ software-center synaptic menu less libxp6 \
+ task-xfce-desktop lightdm \
+ chromium-browser \
+ sudo neurodebian-desktop update-notifier
+
+# XXX last ones are actually pulled it by neurodebian-guest-additions whenever we
+# resolve their destiny ;-)   a;though it might be pooling too much, eg exim4
+
+# TODO: autologin for lightdm (autologin-user=brain in /etc/lightdm/lightdm.conf), default panel (with chromium) for xfce
 
 # Clean-up installed development files which got pulled in for
 # VM guest additions (to build kernel modules via DKMS)
index b5bdb0853880f2f3aa21603c7caa64610f78614e..d4fb316c4ab55c82d57e0008ccd50733f0bc8dcf 100755 (executable)
@@ -14,7 +14,7 @@ di_host=head1.hydra.dartmouth.edu               # where to look for di preseed
 build_dir=$PWD/build
 dist_dir=$PWD/dist
 vendor="NeuroDebian"
-vm_version="6.999.20120716"
+vm_version="6.999.20120720"
 vm_ostype=Debian
 vendor_url="http://neuro.debian.net"
 product_url="${vendor_url}/vm.html"