Compare commits
1 Commits
9a0eadd903
...
9927855e53
Author | SHA1 | Date |
---|---|---|
Adrian | 9927855e53 |
|
@ -22,6 +22,7 @@ Install the following packages:
|
|||
* The last partition is optional: it can be used to make changes of Ubuntu persistent
|
||||
* Set the `dev` variable accordingly
|
||||
|
||||
<!-- -->
|
||||
|
||||
dev=/path/to/dev
|
||||
|
||||
|
@ -39,6 +40,7 @@ Install the following packages:
|
|||
* The labels are set for easier configuration of GRUB
|
||||
* The first partition is not formatted as it will be used by GRUB to store its executable code
|
||||
|
||||
<!-- -->
|
||||
|
||||
mkdosfs -F 16 -n hybrid-boot /dev/disk/by-partuuid/49494645-4949-4949-b741-44495858580a
|
||||
mkntfs -Q -L hybrid-winre /dev/disk/by-partuuid/524e4957-4945-4949-b741-44495858580a
|
||||
|
@ -49,6 +51,7 @@ Install the following packages:
|
|||
|
||||
* Set the `mnt` variable accordingly
|
||||
|
||||
<!-- -->
|
||||
|
||||
mnt=/path/to/mount
|
||||
|
||||
|
@ -99,6 +102,7 @@ The `persistent` parameter is only useful, if the persistence partition was crea
|
|||
|
||||
* Set the `cdrom` and `winre` variables accordingly
|
||||
|
||||
<!-- -->
|
||||
|
||||
cdrom=/path/to/windows-iso
|
||||
winre=/path/to/winre-mnt
|
||||
|
|
Loading…
Reference in New Issue