]> git.donarmstrong.com Git - neurodebian.git/commitdiff
apparently syslinux is used (splash), install debian-installer-launcher
authorYaroslav Halchenko <debian@onerussian.com>
Fri, 26 Nov 2010 18:33:48 +0000 (13:33 -0500)
committerYaroslav Halchenko <debian@onerussian.com>
Fri, 26 Nov 2010 18:33:48 +0000 (13:33 -0500)
live/auto/config
live/config/chroot_local-packageslists/nd-core.list

index accb4ecfbab34ed9beb2b9195c500f48174f34cf..4dad0fa8b1c61bbe8b2624ec11112d41179dea5d 100755 (executable)
@@ -9,11 +9,11 @@ nd_version="6.0.0"
 deb_mirror="http://debproxy:9999"
 
 # Prepare splash screen
-if [ ! -e neurodebian-splash.xpm.gz ]; then
+if [ ! -e neurodebian-splash.png ]; 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
+       xcf2png -o neurodebian-splash-big.png ../artwork/wallpaper_hotbrain.xcf
+       convert neurodebian-splash-big.png -geometry 640x480 neurodebian-splash.png
 fi
 
 # enable recommends for now since we care about 'typical' use patterns atm
@@ -27,18 +27,19 @@ lb config noauto \
   --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" \
+  --memtest memtest86+ \
   --mirror-bootstrap "${deb_mirror}/debian/" \
   --mirror-chroot "${deb_mirror}/debian/" \
   --mirror-chroot-security "${deb_mirror}/security/" \
   --packages-lists "nd-core nd-neuroimaging nd-electrphysiology" \
   --repositories neuro.debian.net \
   --security true \
+  --syslinux-splash neurodebian-splash.png \
   --syslinux-timeout 10 \
   --username brain \
   --win32-loader enabled \
index ed1656aa34900efc9de5f5bb85a2f20eb6a92990..923310273172f4aa395c8bc1503c4c65087e9c6c 100644 (file)
@@ -8,5 +8,8 @@ software-center gdebi gedit-plugins gnome-media synaptic menu less
 firmware-linux-nonfree
 #endif
 
+# Enable installer
+debian-installer-launcher
+
 # NeuroDebian specifics
 neurodebian-desktop