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'''\
|
'lsgm': f'''\
|
||||||
<h1>Live Scan Grub Menu</h1>
|
<h1>Live Scan Grub Menu</h1>
|
||||||
<ul>Setup a whole Efi System Partition:
|
Setup a whole EFI System Partition:
|
||||||
<li>generate GRUB EFI & BIOS images with dynamic menu</li>
|
<ul>
|
||||||
|
<li>generate GRUB EFI & BIOS images</li>
|
||||||
<li>scan data partition(s) for SquashFS image files</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>
|
<li>live boot selected kernel, initial ramdisk and file system image</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul>Work In Progress:
|
BASH experimenting:
|
||||||
<li><a href="https://youtu.be/mx2lhm7qClc">1st boot into generated VM and QCOW storage with encrypted data partition</a></li>
|
<ul>
|
||||||
|
<li><a href="https://youtu.be/mx2lhm7qClc">2023/05/04: 1st boot into QCOW storage with encrypted data partition</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
''',
|
''',
|
||||||
'ofsp': f'''\
|
'ofsp': f'''\
|
||||||
|
|
Loading…
Reference in a new issue