From 8ebfac6025af2f01d67061597d518dac7047ad36 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Tue, 25 Jan 2022 23:00:02 +0100 Subject: [PATCH] firmware-linux is currently not in testing --- bootstrap.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 9d2c39f..e1f9991 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -70,7 +70,7 @@ build_rootfs() sudo cp ../../files/eth0 etc/network/interfaces.d/ sudo bash -c 'chroot . apt update' - sudo bash -c 'chroot . apt install -y firmware-linux' + sudo bash -c 'chroot . apt install -y firmware-linux-free' sudo -- perl -p -i -e 's/root:x:/root::/' etc/passwd @@ -116,9 +116,9 @@ build_fs() mkdir -p build cd build -# build_m1n1 -# build_uboot -# build_linux -# build_rootfs +build_m1n1 +build_uboot +build_linux +build_rootfs build_stick build_fs -- 2.39.2