@@ -87,10 +87,13 if [ "$ENABLE_INITRAMFS" = true ] ; then | |||||
87 | # Dummy mapping required by mkinitramfs |
|
87 | # Dummy mapping required by mkinitramfs | |
88 | echo "0 1 crypt $(echo "${CRYPTFS_CIPHER}" | cut -d ':' -f 1) ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 0 7:0 4096" | chroot_exec dmsetup create "${CRYPTFS_MAPPING}" |
|
88 | echo "0 1 crypt $(echo "${CRYPTFS_CIPHER}" | cut -d ':' -f 1) ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 0 7:0 4096" | chroot_exec dmsetup create "${CRYPTFS_MAPPING}" | |
89 |
|
89 | |||
|
90 | # Generate initramfs with encrypted root partition support | |||
|
91 | chroot_exec mkinitramfs -o "/boot/firmware/initramfs-${KERNEL_VERSION}" "${KERNEL_VERSION}" | |||
|
92 | ||||
90 | # Remove dummy mapping |
|
93 | # Remove dummy mapping | |
91 | chroot_exec cryptsetup close "${CRYPTFS_MAPPING}" |
|
94 | chroot_exec cryptsetup close "${CRYPTFS_MAPPING}" | |
|
95 | else | |||
|
96 | # Generate initramfs without encrypted root partition support | |||
|
97 | chroot_exec mkinitramfs -o "/boot/firmware/initramfs-${KERNEL_VERSION}" "${KERNEL_VERSION}" | |||
92 | fi |
|
98 | fi | |
93 |
|
||||
94 | # Generate initramfs |
|
|||
95 | chroot_exec mkinitramfs -o "/boot/firmware/initramfs-${KERNEL_VERSION}" "${KERNEL_VERSION}" |
|
|||
96 | fi |
|
99 | fi |
@@ -192,7 +192,7 if [ "$ENABLE_SYSTEMDSWAP" = true ] ; then | |||||
192 | chown -R root:root "${R}/tmp/systemd-swap" |
|
192 | chown -R root:root "${R}/tmp/systemd-swap" | |
193 |
|
193 | |||
194 | # Install package |
|
194 | # Install package | |
195 |
chroot_exec dpkg -i /tmp/systemd-swap/systemd-swap |
|
195 | chroot_exec dpkg -i /tmp/systemd-swap/systemd-swap*.deb | |
196 |
|
196 | |||
197 | # Enable service |
|
197 | # Enable service | |
198 | chroot_exec systemctl enable systemd-swap |
|
198 | chroot_exec systemctl enable systemd-swap |
@@ -60,6 +60,7 BLUETOOTH_URL=${BLUETOOTH_URL:=https://github.com/RPi-Distro/pi-bluetooth.git} | |||||
60 | NEXMON_URL=${NEXMON_URL:=https://github.com/seemoo-lab/nexmon.git} |
|
60 | NEXMON_URL=${NEXMON_URL:=https://github.com/seemoo-lab/nexmon.git} | |
61 | SYSTEMDSWAP_URL=${SYSTEMDSWAP_URL:=https://github.com/Nefelim4ag/systemd-swap.git} |
|
61 | SYSTEMDSWAP_URL=${SYSTEMDSWAP_URL:=https://github.com/Nefelim4ag/systemd-swap.git} | |
62 |
|
62 | |||
|
63 | ||||
63 | # Kernel deb packages for 32bit kernel |
|
64 | # Kernel deb packages for 32bit kernel | |
64 | RPI_32_KERNEL_URL=${RPI_32_KERNEL_URL:=https://github.com/hypriot/rpi-kernel/releases/download/v4.14.34/raspberrypi-kernel_20180422-141901_armhf.deb} |
|
65 | RPI_32_KERNEL_URL=${RPI_32_KERNEL_URL:=https://github.com/hypriot/rpi-kernel/releases/download/v4.14.34/raspberrypi-kernel_20180422-141901_armhf.deb} | |
65 | RPI_32_KERNELHEADER_URL=${RPI_32_KERNELHEADER_URL:=https://github.com/hypriot/rpi-kernel/releases/download/v4.14.34/raspberrypi-kernel-headers_20180422-141901_armhf.deb} |
|
66 | RPI_32_KERNELHEADER_URL=${RPI_32_KERNELHEADER_URL:=https://github.com/hypriot/rpi-kernel/releases/download/v4.14.34/raspberrypi-kernel-headers_20180422-141901_armhf.deb} | |
@@ -347,7 +348,7 if [ "$RPI_MODEL" = 0 ] || [ "$RPI_MODEL" = 3 ] || [ "$RPI_MODEL" = 3P ] ; then | |||||
347 | APT_INCLUDES="${APT_INCLUDES},bluetooth,bluez" |
|
348 | APT_INCLUDES="${APT_INCLUDES},bluetooth,bluez" | |
348 | fi |
|
349 | fi | |
349 | if [ "$ENABLE_WIRELESS" = true ] ; then |
|
350 | if [ "$ENABLE_WIRELESS" = true ] ; then | |
350 | APT_INCLUDES="${APT_INCLUDES},wireless-tools,crda,wireless-regdb" |
|
351 | APT_INCLUDES="${APT_INCLUDES},wireless-tools,crda,wireless-regdb,firmware-brcm80211" | |
351 | fi |
|
352 | fi | |
352 | else # Raspberry PI 1,1P,2 without Wifi and bluetooth onboard |
|
353 | else # Raspberry PI 1,1P,2 without Wifi and bluetooth onboard | |
353 | # Check if the internal wireless interface is not supported by the RPi model |
|
354 | # Check if the internal wireless interface is not supported by the RPi model |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant