qubes_image_appvm: a minor fix
This commit is contained in:
parent
2841ba4cc4
commit
4bb4975a23
@ -33,7 +33,7 @@ cp $CLEANIMG $IMG || exit 1
|
|||||||
echo "--> Mouting $IMG"
|
echo "--> Mouting $IMG"
|
||||||
|
|
||||||
mkdir -p mnt
|
mkdir -p mnt
|
||||||
mount -o loop,offset=$((63*512)) qubeized_images/$NAME-root.img mnt || exit 1
|
mount -o loop,offset=$((63*512)) $IMG mnt || exit 1
|
||||||
|
|
||||||
echo "--> Installing RPMs..."
|
echo "--> Installing RPMs..."
|
||||||
rpm --force --root=$(pwd)/mnt -ihv rpms_to_install_appvm/*
|
rpm --force --root=$(pwd)/mnt -ihv rpms_to_install_appvm/*
|
||||||
|
Loading…
Reference in New Issue
Block a user