mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Little indentation fix (spaces to tabs)
This commit is contained in:
parent
8f03987593
commit
940a089933
1 changed files with 3 additions and 3 deletions
|
@ -64,9 +64,9 @@ class InstallGuestAdditions(Task):
|
|||
os.mkdir(mount_path)
|
||||
root = info.volume.partition_map.root
|
||||
root.add_mount(guest_additions_path, mount_path, ['-o', 'loop'])
|
||||
install_script = os.path.join('/', mount_dir, 'VBoxLinuxAdditions.run')
|
||||
install_wrapper_name = 'install_guest_additions.sh'
|
||||
install_wrapper = open(os.path.join(assets, install_wrapper_name)) \
|
||||
install_script = os.path.join('/', mount_dir, 'VBoxLinuxAdditions.run')
|
||||
install_wrapper_name = 'install_guest_additions.sh'
|
||||
install_wrapper = open(os.path.join(assets, install_wrapper_name)) \
|
||||
.read() \
|
||||
.replace("KERNEL_VERSION", kernel_version) \
|
||||
.replace("KERNEL_ARCH", info.kernel['arch']) \
|
||||
|
|
Loading…
Add table
Reference in a new issue