From 1b9dc6e40918af40c763f3f6d2bcc1ff2e30b42c Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Wed, 12 Oct 2011 22:51:26 +0200 Subject: [PATCH] On GRML_FULL add Iceweasel "branding" --- .../config/files/etc/iceweasel/profile/prefs.js/GRML_FULL | 14 ++++++++++++++ etc/grml/fai/config/scripts/GRML_FULL/01-iceweasel | 15 +++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 etc/grml/fai/config/files/etc/iceweasel/profile/prefs.js/GRML_FULL create mode 100755 etc/grml/fai/config/scripts/GRML_FULL/01-iceweasel diff --git a/etc/grml/fai/config/files/etc/iceweasel/profile/prefs.js/GRML_FULL b/etc/grml/fai/config/files/etc/iceweasel/profile/prefs.js/GRML_FULL new file mode 100644 index 0000000..dd5fe1b --- /dev/null +++ b/etc/grml/fai/config/files/etc/iceweasel/profile/prefs.js/GRML_FULL @@ -0,0 +1,14 @@ +# Mozilla User Preferences + +/* Do not edit this file. + * + * If you make changes to this file while the browser is running, + * the changes will be overwritten when the browser exits. + * + * To make a manual change to preferences, you can visit the URL about:config + * For more information, see http://www.mozilla.org/unix/customizing.html#prefs + */ + +/* Added by grml-live */ +user_pref("browser.startup.homepage","/usr/share/doc/grml-docs/startpage.html"); + diff --git a/etc/grml/fai/config/scripts/GRML_FULL/01-iceweasel b/etc/grml/fai/config/scripts/GRML_FULL/01-iceweasel new file mode 100755 index 0000000..b32fffc --- /dev/null +++ b/etc/grml/fai/config/scripts/GRML_FULL/01-iceweasel @@ -0,0 +1,15 @@ +#!/bin/bash +# Filename: ${GRML_FAI_CONFIG}/config/scripts/GRML_FULL/01-iceweasel +# Purpose: add startpage to Iceweasel +# Authors: grml-team (grml.org), (c) Michael Prokop +# Bug-Reports: see http://grml.org/bugs/ +# License: This file is licensed under the GPL v2 or any later version. +################################################################################ + +set -u +set -e + +fcopy -v /etc/iceweasel/profile/prefs.js + +## END OF FILE ################################################################# +# vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=2 -- 2.1.4