s/livecd-creator/pungi/. Stole that code a little /too/ well.

This commit is contained in:
Jesse Keating 2007-08-27 14:21:14 -04:00 committed by Jesse Keating
parent b8457e64d5
commit 736951231e
1 changed files with 1 additions and 1 deletions

2
pungi
View File

@ -25,7 +25,7 @@ def main():
# You must be this high to ride.
if os.geteuid () != 0:
print >> sys.stderr, "You must run livecd-creator as root"
print >> sys.stderr, "You must run pungi as root"
return 1
# Set some default variables, can be overrided in config file