reset the machine i got into a weird state
This commit is contained in:
parent
ebf2bc1540
commit
a7487ee003
2 changed files with 4 additions and 4 deletions
|
|
@ -6,10 +6,10 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
BOOT = "/dev/disk/by-uuid/B053-15C4";
|
BOOT = "/dev/disk/by-uuid/438E-D948";
|
||||||
PRIMARY = "/dev/disk/by-uuid/983e060c-e939-4abb-8703-137930bceaed";
|
PRIMARY = "/dev/disk/by-uuid/91768dc5-ad41-42ce-bd46-0652580db180";
|
||||||
|
|
||||||
SWAP = "/dev/disk/by-uuid/e4b53a74-6fde-4e72-b925-be3a249e37be";
|
SWAP = "/dev/disk/by-uuid/b88c02e8-715d-4ad1-b82e-eb31caea256e";
|
||||||
|
|
||||||
USB_KEY = "/dev/disk/by-uuid/63a7bd87-d644-43ea-83ba-547c03012fb6";
|
USB_KEY = "/dev/disk/by-uuid/63a7bd87-d644-43ea-83ba-547c03012fb6";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ parted /dev/$DEVICE -- set 1 esp on
|
||||||
|
|
||||||
parted /dev/$DEVICE -- mkpart PRIMARY 2GB -8GB
|
parted /dev/$DEVICE -- mkpart PRIMARY 2GB -8GB
|
||||||
parted /dev/$DEVICE -- mkpart SWAP linux-swap -8GB 100%
|
parted /dev/$DEVICE -- mkpart SWAP linux-swap -8GB 100%
|
||||||
|
# OR
|
||||||
parted /dev/$DEVICE -- mkpart PRIMARY 2GB 100%
|
parted /dev/$DEVICE -- mkpart PRIMARY 2GB 100%
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue