[Git-commits] [grml/grml2usb] 86c00b: grml2iso: make sure we have the sbin directories i...
Michael Prokop
mika at grml.org
Wed Jun 26 17:27:30 CEST 2013
Branch: refs/heads/master
Home: https://github.com/grml/grml2usb
Commit: 86c00b84234fa377402156819780a7701eaa3678
https://github.com/grml/grml2usb/commit/86c00b84234fa377402156819780a7701eaa3678
Author: Michael Prokop <mika at grml.org>
Date: 2013-06-26 (Wed, 26 Jun 2013)
Changed paths:
M grml2iso
Log Message:
-----------
grml2iso: make sure we have the sbin directories in our PATH
Under Debian/wheezy it fails out-of-the-box under sudo:
| sudo /usr/sbin/grml2iso -c ./source/templates -o grml64-sipwise-release_20130626.iso grml64-full_2013.02.iso
| Error: Could not find grml2usb executable. Is /usr/sbin missing in PATH?
because of:
| ENV_SUPATH PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
| ENV_PATH PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
in /etc/login.defs.
More information about the Git-commits
mailing list