Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc71154d

Browse files
committed
Mon Apr 17 19:54:55 ADT 2023
1 parent5eb80d7 commitc71154d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/installer_core.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def grub_ash(v):
161161
boot_num=subprocess.check_output(f'efibootmgr -v | grep -i{distro} | awk "{{print $1}}" | sed "s|[^0-9]*||g"',encoding='UTF-8',shell=True)
162162
withopen("/mnt/boot/efi/EFI/map.txt","a")asm:
163163
ifnotex:m.write("DISTRO,BootOrder\n")
164-
ifboot_num:m.write(distro+','+boot_num)
164+
ifboot_num:m.write(distro+','+boot_num)
165165

166166
defcheck_efi():
167167
returnos.path.exists("/sys/firmware/efi")

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp