Update build
parent
2e9d9b9d1f
commit
282c098d0f
6
build
6
build
|
|
@ -77,7 +77,7 @@ echo " Live Kit information:"
|
||||||
echo " > Kernel version: $KERNEL"
|
echo " > Kernel version: $KERNEL"
|
||||||
echo " > Architecture: $ARCH"
|
echo " > Architecture: $ARCH"
|
||||||
echo " > Live Kit name: $LIVEKITNAME"
|
echo " > Live Kit name: $LIVEKITNAME"
|
||||||
echo " > Bundule extension: '.$BEXT'"
|
echo " > Bundle extension: '.$BEXT'"
|
||||||
|
|
||||||
read -p "Press Enter to continue or press Ctrl-C to cancel... " junk
|
read -p "Press Enter to continue or press Ctrl-C to cancel... " junk
|
||||||
|
|
||||||
|
|
@ -97,7 +97,7 @@ echo_livekit_msg "build: Preparing boot files..."
|
||||||
BOOT="$LIVEKITDATA"/"$LIVEKITNAME"/boot
|
BOOT="$LIVEKITDATA"/"$LIVEKITNAME"/boot
|
||||||
mkdir -p "$BOOT"
|
mkdir -p "$BOOT"
|
||||||
mkdir -p "$BOOT"/../changes
|
mkdir -p "$BOOT"/../changes
|
||||||
mkdir -p "$BOOT"/../bundules
|
mkdir -p "$BOOT"/../bundles
|
||||||
mv "$INITRAMFS" $BOOT/initramfs.img
|
mv "$INITRAMFS" $BOOT/initramfs.img
|
||||||
cp bootfiles/* $BOOT
|
cp bootfiles/* $BOOT
|
||||||
|
|
||||||
|
|
@ -121,7 +121,7 @@ if [ -n "$(ls -A include_bund/ | grep ".$BEXT")" ]; then
|
||||||
echo_livekit_msg "build: Copying bundles from include_bund/ ..."
|
echo_livekit_msg "build: Copying bundles from include_bund/ ..."
|
||||||
ls -A include_bund/ | grep ".$BEXT" | \
|
ls -A include_bund/ | grep ".$BEXT" | \
|
||||||
while read BUND; do
|
while read BUND; do
|
||||||
cp $BUND "$LIVEKITDATA"/"$LIVEKITNAME"/bundules/
|
cp $BUND "$LIVEKITDATA"/"$LIVEKITNAME"/bundles/
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue