Linux Kernel cleanup question August 21, 2022 05:03PM |
Registered: 6 years ago Posts: 13 |
Re: Linux Kernel cleanup question August 21, 2022 06:13PM |
Admin Registered: 12 years ago Posts: 17,883 |
dpkg --purge linux-image-5.18.6-kirkwood-tld-1
dpkg -l | grep linux-image
cd /boot cp -a uImage uImage.5.17.4-kirkwood-tld-1 cp -a uInitrd uInitrd.5.17.4-kirkwood-tld-1
cd /boot cp -a uImage.5.17.4-kirkwood-tld-1 uImage cp -a uInitrd uInitrd.5.17.4-kirkwood-tld-1 uInitrdAnd reboot.
Re: Linux Kernel cleanup question August 24, 2022 05:37PM |
Registered: 6 years ago Posts: 13 |
Re: Linux Kernel cleanup question August 24, 2022 06:31PM |
Admin Registered: 12 years ago Posts: 17,883 |
Re: Linux Kernel cleanup question August 25, 2022 05:24PM |
Registered: 6 years ago Posts: 13 |
root@debian:~# hostnamectl Static hostname: debian Icon name: computer Machine ID: Boot ID: Operating System: Debian GNU/Linux 11 (bullseye) Kernel: Linux 5.13.6-kirkwood-tld-1 Architecture: arm
root@debian:~# uname -r 5.13.6-kirkwood-tld-1
Re: Linux Kernel cleanup question August 25, 2022 06:02PM |
Admin Registered: 12 years ago Posts: 17,883 |
Re: Linux Kernel cleanup question August 25, 2022 06:13PM |
Admin Registered: 12 years ago Posts: 17,883 |
Quote
=======================================================================
Updated 25 Aug 2019:
Basic Debian buster Kirkwood rootfs for most Kirwood plugs:
- tarball size: 209M
- install size: 536M
- The init system used in this rootfs is sysvinit . To boot with systemd, see note 2 below.
- Installed packages: nano, avahi, ntp, busybox-syslogd (log to RAM), htop, isc-dhcp-client, dialog, bzip2, nfs server/client, iperf, ethtool, sysvinit-core, sysvinit, sysvinit-utils, u-boot-tools, and mtd-utils.
- see LED controls in /etc/rc.local, and /etc/init.d/halt
- see some useful aliases in /root/.profile
- root password: root
Download at Dropbox:
Debian-5.2.9-kirkwood-tld-1-rootfs-bodhi.tar.bz2
md5:
cd8ad170aa1a9fdc2a0a1c43ab1c0721
sha256:
8ccbbced367b4c2bf3728262e882f8232aff0fecd1c0c767219a0cab49a0b9bf
Re: Linux Kernel cleanup question August 25, 2022 10:12PM |
Registered: 6 years ago Posts: 13 |
Quote
And as I said, the kernel version has no relation to rootfs version, you can run any kernel that released after the 25 Aug 2019 date. Best to run the latest kernel now in this buster rootfs after you have booted the rootfs.
root@debian:~# hostnamectl Static hostname: debian Icon name: computer Machine ID: Boot ID: Operating System: Debian GNU/Linux 10 (buster) Kernel: Linux 5.18.6-kirkwood-tld-1 Architecture: arm
>Quote
>
> =======================================================================
>
> Updated 25 Aug 2019:
>
> Basic Debian buster Kirkwood rootfs for most
> Kirwood plugs:
>
> - tarball size: 209M
> - install size: 536M
> - The init system used in this rootfs is sysvinit
> . To boot with systemd, see note 2 below.
> - Installed packages: nano, avahi, ntp,
> busybox-syslogd (log to RAM), htop,
> isc-dhcp-client, dialog, bzip2, nfs server/client,
> iperf, ethtool, sysvinit-core, sysvinit,
> sysvinit-utils, u-boot-tools, and mtd-utils.
> - see LED controls in /etc/rc.local, and
> /etc/init.d/halt
> - see some useful aliases in /root/.profile
> - root password: root
>
> Download at Dropbox:
>
> Debian-5.2.9-kirkwood-tld-1-rootfs-bodhi.tar.bz2
>
> md5:
> cd8ad170aa1a9fdc2a0a1c43ab1c0721
> sha256:
> 8ccbbced367b4c2bf3728262e882f8232aff0fecd1c0c767219a0cab49a0b9bf
Re: Linux Kernel cleanup question August 26, 2022 12:00AM |
Admin Registered: 12 years ago Posts: 17,883 |
Re: Linux Kernel cleanup question October 31, 2022 03:56AM |
Registered: 7 years ago Posts: 17 |
Re: Linux Kernel cleanup question October 31, 2022 12:41PM |
Admin Registered: 12 years ago Posts: 17,883 |