Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
Massive modifications, see CHANGELOG

Former-commit-id: 1449d37
  • Loading branch information
meefik committed Jan 10, 2015
1 parent 4479938 commit 78e7424
Show file tree
Hide file tree
Showing 87 changed files with 1,899 additions and 183 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="ru.meefik.linuxdeploy"
android:versionCode="117"
android:versionName="1.4.8" >
android:versionCode="119"
android:versionName="1.5.0" >

<uses-sdk
android:minSdkVersion="7"
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog (English)
===================

1.5.0
Added support for devices with an Intel architecture
Added support for cross-architecture installation x86 <-> ARM based on QEMU (binfmt_misc require support in the kernel)
Updated built-in BusyBox to version 1.23.0

1.4.9
Added support for third-party BusyBox (required /system/xbin/ash)
Added support Ubuntu 14.10 (Utopic Unicorn)
Added support arm64/aarch64 for some distributions

1.4.8
Added support Android 5 (PIE support)
Added support Fedora 21 (armhfp only)
Expand Down Expand Up @@ -263,6 +273,16 @@ Updated list packages of base system installation
История изменений (Русский)
===========================

1.5.0
Добавлена поддержка устройств с Intel архитектурой
Добавлена поддержка кросс-архитектурной инсталляции x86 <-> ARM на основе QEMU (требуется поддержка binfmt_misc на уровне ядра)
Обновлен встроенный BusyBox до версии 1.23.0

1.4.9
Добавленна поддержка сторонних сборок BusyBox (требуется /system/xbin/ash)
Добавлена поддержка Ubuntu 14.10 (Utopic Unicorn)
Добавлена поддержка arm64/aarch64 для некоторых дистрибутивов

1.4.8
Добавлена поддержка Android 5 (поддержка PIE)
Добавлена поддержка Fedora 21 (только armhfp)
Expand Down
Binary file added assets/arm/bin/ar
Binary file not shown.
Binary file added assets/arm/bin/busybox
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added assets/arm/bin/qemu-i386-static
Binary file not shown.
File renamed without changes.
Binary file removed assets/home/bin/busybox
Binary file not shown.
Binary file added assets/intel/bin/ar
Binary file not shown.
Binary file added assets/intel/bin/busybox
Binary file not shown.
Binary file added assets/intel/bin/bzip2
Binary file not shown.
Binary file added assets/intel/bin/dd
Binary file not shown.
Binary file added assets/intel/bin/mke2fs
Binary file not shown.
Binary file added assets/intel/bin/qemu-arm-static
Binary file not shown.
Binary file added assets/intel/deploy/debootstrap/pkgdetails
Binary file not shown.
3 changes: 1 addition & 2 deletions assets/home/bin/debootstrap → assets/root/bin/debootstrap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!./bin/sh -e
#!/bin/sh -e

VERSION='1.0.48'

Expand Down Expand Up @@ -619,7 +619,6 @@ if am_doing_phase first_stage; then
if ! am_doing_phase second_stage; then
cp "$0" "$TARGET/debootstrap/debootstrap"
cp $DEBOOTSTRAP_DIR/functions "$TARGET/debootstrap/functions"
cp $DEBOOTSTRAP_DIR/pkgdetails "$TARGET/debootstrap/pkgdetails"
cp $DEBOOTSTRAP_DIR/devices.tgz "$TARGET/debootstrap/devices.tgz"
cp $SCRIPT "$TARGET/debootstrap/suite-script"
echo "$ARCH" >"$TARGET/debootstrap/arch"
Expand Down
Loading

0 comments on commit 78e7424

Please sign in to comment.