mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
Correct typo in imgutil
This commit is contained in:
parent
84634afc9c
commit
f0693f6ee5
@ -340,7 +340,7 @@ def build_root(opts, args):
|
||||
def pack_image(opts, args):
|
||||
outdir = args[1]
|
||||
if '/' not in outdir:
|
||||
outdir = os.path.join('/var/lib/conflent/public/os/', outdir)
|
||||
outdir = os.path.join('/var/lib/confluent/public/os/', outdir)
|
||||
kerns = glob.glob(os.path.join(args[0], 'boot/vmlinuz-*'))
|
||||
kvermap = {}
|
||||
for kern in kerns:
|
||||
|
Loading…
Reference in New Issue
Block a user