s/livecd-creator/pungi/. Stole that code a little /too/ well.
This commit is contained in:
parent
b8457e64d5
commit
736951231e
2
pungi
2
pungi
@ -25,7 +25,7 @@ def main():
|
|||||||
|
|
||||||
# You must be this high to ride.
|
# You must be this high to ride.
|
||||||
if os.geteuid () != 0:
|
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
|
return 1
|
||||||
|
|
||||||
# Set some default variables, can be overrided in config file
|
# Set some default variables, can be overrided in config file
|
||||||
|
Loading…
Reference in New Issue
Block a user