Skip to content

Commit

Permalink
scripts/GRMLBASE/15-initsetup: assume safe GRML_NAME default
Browse files Browse the repository at this point in the history
  • Loading branch information
mika committed Sep 28, 2009
1 parent e6010a1 commit 1d4e632
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ grml-live (0.9.23) unstable; urgency=low
* Update documentation regarding recent lzma development.
* Some minor cosmetic corrections in grml-live's output.
* Add missing test call in $FORCE_ISO_REBUILD code.
* scripts/GRMLBASE/15-initsetup: assume safe GRML_NAME default.

-- Michael Prokop <mika@grml.org> Mon, 28 Sep 2009 14:13:02 +0200
-- Michael Prokop <mika@grml.org> Mon, 28 Sep 2009 14:14:38 +0200

grml-live (0.9.22) unstable; urgency=low

Expand Down
2 changes: 2 additions & 0 deletions etc/grml/fai/config/scripts/GRMLBASE/15-initsetup
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
set -u
set -e

[ -z "$GRML_NAME" ] && GRML_NAME=grml

if ! [ -r $target/etc/runlevel.conf ] ; then
echo 'Warning: /etc/runlevel.conf does not exist...'
echo '... assuming we do not have file-rc, skipping 15-initsetup'
Expand Down

0 comments on commit 1d4e632

Please sign in to comment.