From 5218c4b90a740e9ad7e1fd4d6b3c1681ef23ed81 2017-01-26 16:22:56 From: Stefan Völkel Date: 2017-01-26 16:22:56 Subject: [PATCH] Fixed: require dbus package as we use dbus-uuidgen --- diff --git a/README.md b/README.md index 5aefb49..48491c8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Build dependencies The following list of Debian packages must be installed on the build system because they are essentially required for the bootstrapping process. The script will check if all required packages are installed and missing packages will be installed automatically if confirmed by the user. - ```debootstrap debian-archive-keyring qemu-user-static binfmt-support dosfstools rsync bmap-tools whois git bc psmisc``` + ```debootstrap debian-archive-keyring qemu-user-static binfmt-support dosfstools rsync bmap-tools whois git bc psmisc dbus``` It is recommended to configure the `rpi23-gen-image.sh` script to build and install the latest Raspberry Pi Linux kernel. For the RPi3 this is mandetory. Kernel compilation and linking will be performed on the build system using an ARM (armhf) cross-compiler toolchain. diff --git a/rpi23-gen-image.sh b/rpi23-gen-image.sh index b31bc2b..6cec1cc 100755 --- a/rpi23-gen-image.sh +++ b/rpi23-gen-image.sh @@ -190,7 +190,7 @@ APT_INCLUDES=${APT_INCLUDES:=""} APT_INCLUDES="${APT_INCLUDES},apt-transport-https,apt-utils,ca-certificates,debian-archive-keyring,dialog,sudo,systemd,sysvinit-utils" # Packages required for bootstrapping -REQUIRED_PACKAGES="debootstrap debian-archive-keyring qemu-user-static binfmt-support dosfstools rsync bmap-tools whois git bc psmisc" +REQUIRED_PACKAGES="debootstrap debian-archive-keyring qemu-user-static binfmt-support dosfstools rsync bmap-tools whois git bc psmisc dbus" MISSING_PACKAGES="" set +x