Browse Source

update

master
crims0n 5 years ago
parent
commit
9233369f14
  1. 2
      linux-live/config
  2. 4
      linux-live/minioslib
  3. 1
      linux-live/pkglists/ubuntu-other.list
  4. BIN
      linux-live/rootcopy-ubuntu/usr/share/plymouth/themes/minios-logo/logo.png
  5. BIN
      linux-live/rootcopy-ubuntu/usr/share/plymouth/themes/minios-logo/logo_16bit.png

2
linux-live/config

@ -33,7 +33,7 @@ DISTRIBUTION_VARIANT="minbase"
DISTRIBUTION_URL="http://ru.archive.ubuntu.com/ubuntu" DISTRIBUTION_URL="http://ru.archive.ubuntu.com/ubuntu"
# #
COMP_TYPE="lz4 " COMP_TYPE="lz4"
# Kernel file, will be copied to your Live Kit # Kernel file, will be copied to your Live Kit
# Your kernel must support aufs and squashfs. Debian Jessie's kernel is ready # Your kernel must support aufs and squashfs. Debian Jessie's kernel is ready

4
linux-live/minioslib

@ -677,7 +677,7 @@ EOF'
elif [ $LIVE_TYPE = "ubuntu" ]; then elif [ $LIVE_TYPE = "ubuntu" ]; then
rm -rf $BUILD_DIR/linux-live rm -rf $BUILD_DIR/linux-live
rm -rf $PARENT_DIR/image rm -rf $PARENT_DIR/image
mkdir -p $PARENT_DIR/image/{casper,isolinux,install} mkdir -p $PARENT_DIR/image/casper
# copy kernel files # copy kernel files
sudo cp $BUILD_DIR/boot/vmlinuz-**-**-generic $PARENT_DIR/image/casper/vmlinuz sudo cp $BUILD_DIR/boot/vmlinuz-**-**-generic $PARENT_DIR/image/casper/vmlinuz
@ -911,7 +911,7 @@ function build_iso() {
fi fi
fi fi
if [ $BUILD_TEST_ISO = "1" ]; then if [ $BUILD_TEST_ISO = "1" ]; then
if cp -f $ISO_DIR/$LIVEKITNAME-$DISTRIBUTION-$DISTRIBUTION_ARCH-$COMP_TYPE-$DATE.iso $ISO_DIR/$LIVEKITNAME.iso; then if pv $ISO_DIR/$LIVEKITNAME-$DISTRIBUTION-$DISTRIBUTION_ARCH-$COMP_TYPE-$DATE.iso > $ISO_DIR/$LIVEKITNAME.iso; then
echo ">>> $ISO_DIR/$LIVEKITNAME.iso created" echo ">>> $ISO_DIR/$LIVEKITNAME.iso created"
fi fi
fi fi

1
linux-live/pkglists/ubuntu-other.list

@ -5,6 +5,7 @@ ristretto
onboard onboard
gigolo gigolo
gparted gparted
gsmartcontrol
xfce4-taskmanager xfce4-taskmanager
xfce4-xkb-plugin xfce4-xkb-plugin
firefox firefox

BIN
linux-live/rootcopy-ubuntu/usr/share/plymouth/themes/minios-logo/logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

BIN
linux-live/rootcopy-ubuntu/usr/share/plymouth/themes/minios-logo/logo_16bit.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Loading…
Cancel
Save