mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 16:37:14 +08:00
larch: typo
This commit is contained in:
parent
a05dfc073d
commit
a330c79ba2
@ -111,7 +111,7 @@ class Builder:
|
|||||||
if os.path.isfile("%s/boot/%s" % (self.installation0, 'vmlinuz26-lts')):
|
if os.path.isfile("%s/boot/%s" % (self.installation0, 'vmlinuz26-lts')):
|
||||||
writefile('vmlinuz26-lts', self.medium_dir + '/boot/kernelname-lts')
|
writefile('vmlinuz26-lts', self.medium_dir + '/boot/kernelname-lts')
|
||||||
|
|
||||||
# if burg folder found we backup it up and restore with tribe later
|
# if burg folder found we back it up and restore with tribe later
|
||||||
if os.path.isfile("%s/boot/burg" % (self.installation0)):
|
if os.path.isfile("%s/boot/burg" % (self.installation0)):
|
||||||
comment("Backup any found burg folder for tribe to restore")
|
comment("Backup any found burg folder for tribe to restore")
|
||||||
runcmd("mkdir -p %s/opt/chakra/restore" % (self.installation0))
|
runcmd("mkdir -p %s/opt/chakra/restore" % (self.installation0))
|
||||||
|
Loading…
Reference in New Issue
Block a user