mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-10 14:48:55 -05:00
upate michishirube to grub bootloader
This commit is contained in:
parent
ce64af4dcc
commit
2dacfb1304
2 changed files with 15 additions and 11 deletions
|
|
@ -12,15 +12,16 @@
|
|||
type = "disk";
|
||||
device = disk;
|
||||
content = {
|
||||
type = "table";
|
||||
format = "gpt";
|
||||
type = "gpt";
|
||||
partitions = {
|
||||
ESP = {
|
||||
MBR = {
|
||||
type = "EF02";
|
||||
size = "1M";
|
||||
priority = 1;
|
||||
name = "ESP";
|
||||
start = "1M";
|
||||
end = "512M";
|
||||
bootable = true;
|
||||
};
|
||||
ESP = {
|
||||
type = "EF00";
|
||||
size = "500M";
|
||||
content = {
|
||||
type = "filesystem";
|
||||
format = "vfat";
|
||||
|
|
@ -30,8 +31,6 @@
|
|||
};
|
||||
root = {
|
||||
size = "100%";
|
||||
part-type = "primary";
|
||||
bootable = true;
|
||||
content = {
|
||||
type = "btrfs";
|
||||
extraArgs = ["-f"]; # Override existing partition
|
||||
Loading…
Add table
Add a link
Reference in a new issue