okay, sysresc refined a little bit...
This commit is contained in:
2
_base.py
2
_base.py
@@ -142,7 +142,7 @@ class BaseUpdater(object):
|
||||
fh.write(tpl.render(iso_path = os.path.abspath(
|
||||
os.path.expanduser(
|
||||
os.path.join(self.grub_iso_dir,
|
||||
self.dest_file))),
|
||||
self.dest_file))).lstrip('/'),
|
||||
disk_uuid = self.boot_uuid))
|
||||
os.chmod(self.grub_cfg, 0o0755)
|
||||
cmd = subprocess.run(['grub-mkconfig',
|
||||
|
||||
Reference in New Issue
Block a user