]> git.donarmstrong.com Git - neurodebian.git/blobdiff - live/auto/config
install gnome list, standard debootstrap -- lets target usability, add nonfree firmwa...
[neurodebian.git] / live / auto / config
index e610e36a86af9d4ef4b9a0d527be277b48f5b3c5..2e51f3250de0465b60dc8225e561f849e43c58d9 100755 (executable)
@@ -8,6 +8,14 @@ nd_version="6.0.0"
 
 deb_mirror="http://debproxy:9999"
 
+# Prepare splash screen
+if [ ! -e neurodebian-splash.xpm.gz ]; then
+    # For Grub2 it should be .tga;
+       # NOTE: RLE compression is not supported by imagemagick for write
+       xcf2png -o neurodebian-splash.png ../artwork/wallpaper_hotbrain.xcf
+       convert neurodebian-splash.png -geometry 640x480 neurodebian-splash.xpm.gz
+fi
+
 # enable recommends for now since we care about 'typical' use patterns atm
 lb config noauto \
   --apt apt \
@@ -16,19 +24,22 @@ lb config noauto \
   --archive-areas "main contrib non-free" \
   --binary-images iso-hybrid \
   --binary-indices none \
-  --bootstrap-flavour minimal \
+  --bootstrap-flavour standard \
   --debian-installer netinst \
   --distribution ${nd_basedist} \
+  --grub-splash neurodebian-splash.xpm.gz \
   --hostname neurodebian \
   --iso-application "NeuroDebian Live" \
   --iso-preparer "NeuroDebian v.{nd_version}; http://neuro.debian.net" \
   --iso-publisher "NeuroDebian project; http://neuro.debian.net" \
+  --keyring-packages "debian-archive-keyring neurodebian-keyring" \
   --mirror-bootstrap "${deb_mirror}/debian/" \
   --mirror-chroot "${deb_mirror}/debian/" \
   --mirror-chroot-security "${deb_mirror}/security/" \
-  --packages-lists "nd-basic nd-neuroimaging" \
+  --packages-lists "gnome nd-basic nd-neuroimaging" \
   --repositories neuro.debian.net \
   --security true \
+  --syslinux-timeout 10 \
   --username brain \
   --win32-loader enabled \
   ${@}
@@ -46,3 +57,6 @@ lb config noauto \
 
 # Do we need any of the additional tools from live.debian.net?
 #  --repositories live.debian.net \
+
+# Should we enable backports repo? then add
+#  debian-backports-keyring