mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
@@ -15,7 +15,7 @@ iso2sd() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# Format an entire drive for a single partition using ext4
|
# Format an entire drive for a single partition using exFAT
|
||||||
format-drive() {
|
format-drive() {
|
||||||
if [ $# -ne 2 ]; then
|
if [ $# -ne 2 ]; then
|
||||||
echo "Usage: format-drive <device> <name>"
|
echo "Usage: format-drive <device> <name>"
|
||||||
@@ -36,7 +36,6 @@ format-drive() {
|
|||||||
sudo partprobe "$1" || true
|
sudo partprobe "$1" || true
|
||||||
sudo udevadm settle || true
|
sudo udevadm settle || true
|
||||||
|
|
||||||
omarchy-pkg-add exfatprogs
|
|
||||||
sudo mkfs.exfat -n "$2" "$partition"
|
sudo mkfs.exfat -n "$2" "$partition"
|
||||||
|
|
||||||
echo "Drive $1 formatted as exFAT and labeled '$2'."
|
echo "Drive $1 formatted as exFAT and labeled '$2'."
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ docker-buildx
|
|||||||
docker-compose
|
docker-compose
|
||||||
dust
|
dust
|
||||||
evince
|
evince
|
||||||
|
exfatprogs
|
||||||
expac
|
expac
|
||||||
eza
|
eza
|
||||||
fastfetch
|
fastfetch
|
||||||
|
|||||||
3
migrations/1763409182.sh
Normal file
3
migrations/1763409182.sh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
echo "Install exfatprogs to support exfat in format-drive"
|
||||||
|
|
||||||
|
omarchy-pkg-add exfatprogs
|
||||||
Reference in New Issue
Block a user