mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15:36 -04:00
Consistency: calamares_main ==> run; global_storage => globalStorage
This commit is contained in:
parent
fb6d80ccb6
commit
beafcd9cc4
7 changed files with 31 additions and 29 deletions
|
@ -68,9 +68,9 @@ def installGrub( rootMountPoint, bootLoader ):
|
|||
chroot_call( rootMountPoint, [ "grub-mkconfig", "-o", "/boot/grub/grub.cfg" ] )
|
||||
|
||||
|
||||
def calamares_main():
|
||||
rootMountPoint = libcalamares.global_storage.value( "rootMountPoint" )
|
||||
bootLoader = libcalamares.global_storage.value( "bootLoader" )
|
||||
def run():
|
||||
rootMountPoint = libcalamares.globalStorage.value( "rootMountPoint" )
|
||||
bootLoader = libcalamares.globalStorage.value( "bootLoader" )
|
||||
extraMounts = libcalamares.job.configuration[ "extraMounts" ]
|
||||
mountPartitions( rootMountPoint, extraMounts )
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue