]> git.zerfleddert.de Git - m1-debian/commitdiff
firmware-linux is currently not in testing
authorThomas Glanzmann <thomas@glanzmann.de>
Tue, 25 Jan 2022 22:00:02 +0000 (23:00 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Tue, 25 Jan 2022 22:00:02 +0000 (23:00 +0100)
bootstrap.sh

index 9d2c39fb4bc68e6105b76927d31ac8c7c5f6e078..e1f99919f96296a5d456e86d487d4bf4e6a1941f 100644 (file)
@@ -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
Impressum, Datenschutz