6 lines
92 B
Bash
Executable File
6 lines
92 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
mount /dev/vg/root /mnt
|
|
mkdir /mnt/boot
|
|
mount /dev/nvme0n1p1 /mnt/boot
|