1
0
mirror of https://github.com/lesderid/image-archlinux synced 2025-04-11 14:45:39 +02:00
This commit is contained in:
Manfred Touron 2014-10-21 14:22:41 +00:00
parent 148e23660d
commit 093638dcd0

View File

@ -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
}