Skip to content

Commit

Permalink
v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brod-intel committed Jun 30, 2022
1 parent 78264ff commit 99982ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pre.sh
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,9 @@ rootfs_partuuid=$(lsblk -no UUID ${ROOT_PARTITION})
bootfs_partuuid=$(lsblk -no UUID ${BOOT_PARTITION})
swapfs_partuuid=$(lsblk -no UUID ${SWAP_PARTITION})

# Need for Ubuntu Jammy release and later
chmod 666 /dev/null

if [[ $param_parttype == 'efi' ]]; then
run "Installing Ubuntu ${param_ubuntuversion} (~10 min)" \
"docker run -i --rm --privileged --name ubuntu-installer ${DOCKER_PROXY_ENV} -v $ROOTFS:/target/root ubuntu:${param_ubuntuversion} sh -c \
Expand Down

0 comments on commit 99982ba

Please sign in to comment.