mirror of
https://github.com/lesderid/image-archlinux
synced 2025-04-11 14:45:39 +02:00
Typo
This commit is contained in:
parent
148e23660d
commit
093638dcd0
@ -10,7 +10,7 @@ prepare_nbd_volume() {
|
||||
sudo mkfs.ext4 "$device"
|
||||
sudo mkdir -p "$TARGET.device"
|
||||
sudo mount "$device" "$TARGET.device"
|
||||
rsync -aHAX "$TARGET" "$TARGET.device"
|
||||
rsync -aHAX "$TARGET/" "$TARGET.device"
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user