Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-boxes
Commits
0da9276f
Verified
Commit
0da9276f
authored
Aug 15, 2020
by
Sven-Hendrik Haase
Browse files
Run partprobe after sgdisk
parent
888b8030
Changes
1
Hide whitespace changes
Inline
Side-by-side
http/install.sh
View file @
0da9276f
...
...
@@ -19,7 +19,7 @@ swap_size_in_mebibytes=$((memory_size_in_mebibytes * 2))
sgdisk
-g
--clear
-n
1:0:+10M
$device
-c
1:boot
-t
1:ef02
sgdisk
-n
2:0:+
${
swap_size_in_mebibytes
}
M
$device
-c
2:swap
-t
2:8200
sgdisk
-n
3:0:0
$device
-c
3:root
sync
partprobe
mkswap /dev/disk/by-partlabel/swap
mkfs.btrfs /dev/disk/by-partlabel/root
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment