mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-09 18:31:11 +00:00
Drop the second parameter passed to configure_oci
This has become moot now that the code block has been moved out from live-build/functions to live-build/auto/build so passing the argument is not needed anymore.
This commit is contained in:
parent
45692d4300
commit
3bc9857bc7
@ -438,7 +438,7 @@ build_name: $PROJECT:${SUBPROJECT:}
|
||||
serial: $BUILDSTAMP
|
||||
EOF
|
||||
if [ "${PROJECT}" = "ubuntu-oci" ]; then
|
||||
configure_oci chroot "$BUILDSTAMP"
|
||||
configure_oci chroot
|
||||
fi
|
||||
else
|
||||
echo "The \$BUILDSTAMP variable is empty"
|
||||
|
@ -955,7 +955,6 @@ configure_oci() {
|
||||
# at https://github.com/tianon/docker-brew-ubuntu-core/blob/master/update.sh
|
||||
|
||||
local chroot=$1
|
||||
local serial=$2
|
||||
|
||||
if [ ! -d "${chroot}" ]; then
|
||||
echo "The chroot does not exist"
|
||||
|
Loading…
x
Reference in New Issue
Block a user