lsgm
This commit is contained in:
parent
b6fbe206ce
commit
6b87732ded
1 changed files with 7 additions and 4 deletions
11
build.py
11
build.py
|
@ -753,13 +753,16 @@ To be continued…
|
|||
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||
'lsgm': f'''\
|
||||
<h1>Live Scan Grub Menu</h1>
|
||||
<ul>Setup a whole Efi System Partition:
|
||||
<li>generate GRUB EFI & BIOS images with dynamic menu</li>
|
||||
Setup a whole EFI System Partition:
|
||||
<ul>
|
||||
<li>generate GRUB EFI & BIOS images</li>
|
||||
<li>scan data partition(s) for SquashFS image files</li>
|
||||
<li>display generated boot menu</li>
|
||||
<li>live boot selected kernel, initial ramdisk and file system image</li>
|
||||
</ul>
|
||||
<ul>Work In Progress:
|
||||
<li><a href="https://youtu.be/mx2lhm7qClc">1st boot into generated VM and QCOW storage with encrypted data partition</a></li>
|
||||
BASH experimenting:
|
||||
<ul>
|
||||
<li><a href="https://youtu.be/mx2lhm7qClc">2023/05/04: 1st boot into QCOW storage with encrypted data partition</a></li>
|
||||
</ul>
|
||||
''',
|
||||
'ofsp': f'''\
|
||||
|
|
Loading…
Reference in a new issue