nobodd 0.4-0ubuntu1 source package in Ubuntu

Changelog

nobodd (0.4-0ubuntu1) noble; urgency=medium

  * Initial release. (LP: #2056234)

 -- Dave Jones <email address hidden>  Fri, 01 Mar 2024 19:02:29 +0000

Upload details

Uploaded by:
Dave Jones
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
nobodd_0.4.orig.tar.gz 255.0 KiB 2651e46098a6acfa2f7787bb25c7054c0584fa5468a72193036fd55e84f65fea
nobodd_0.4-0ubuntu1.debian.tar.xz 3.8 KiB e1dd2381eabd5fd1fbd151e338474a28a317f5ecbd15bcad2d52ef7a7a8f7558
nobodd_0.4-0ubuntu1.dsc 2.3 KiB d10fe37d24f8a1512b516b771ba229840de07a87eda6b964fa9cb29f3aaddc8c

View changes file

Binary packages built by this source

nobodd-doc: TFTP boot server for OS images, documentation

 nobodd is a TFTP service which serves files directly from OS image files. It
 is primarily intended for booting Raspberry Pis which then use some network
 block device service (e.g. nbd-server) to serve their root device.
 .
 The implementation is also designed from use as a library, and includes
 classes to handle MBR and GPT disk partition parsing, and a fairly full
 featured read/write FAT implementation, capable of handling FAT-12/16/32
 file-systems from within OS images directly.
 .
 This is the documentation package for nobodd.

nobodd-tftpd: TFTP boot server for OS images, geared towards the Raspberry Pi

 nobodd is a TFTP service which serves files directly from OS image files. It
 is primarily intended for booting Raspberry Pis which then use some network
 block device service (e.g. nbd-server) to serve their root device.
 .
 The implementation is also designed from use as a library, and includes
 classes to handle MBR and GPT disk partition parsing, and a fairly full
 featured read/write FAT implementation, capable of handling FAT-12/16/32
 file-systems from within OS images directly.
 .
 This package installs the man:nobodd-tftpd(1) service.

nobodd-tools: TFTP boot server for OS images, image manipulation tools

 nobodd is a TFTP service which serves files directly from OS image files. It
 is primarily intended for booting Raspberry Pis which then use some network
 block device service (e.g. nbd-server) to serve their root device.
 .
 The implementation is also designed from use as a library, and includes
 classes to handle MBR and GPT disk partition parsing, and a fairly full
 featured read/write FAT implementation, capable of handling FAT-12/16/32
 file-systems from within OS images directly.
 .
 This package installs the man:nobodd-prep(1) utility, intended to customize
 images for serving with man:nobodd-tftpd(1) and man:nbd-server(1).

python3-nobodd: TFTP boot server for OS images, Python 3 library

 nobodd is a TFTP service which serves files directly from OS image files. It
 is primarily intended for booting Raspberry Pis which then use some network
 block device service (e.g. nbd-server) to serve their root device.
 .
 The implementation is also designed from use as a library, and includes
 classes to handle MBR and GPT disk partition parsing, and a fairly full
 featured read/write FAT implementation, capable of handling FAT-12/16/32
 file-systems from within OS images directly.
 .
 This is the package containing the Python implementation. Unless you wish to
 use the library features of nobodd, you likely want to install either
 nobodd-tftpd or nobodd-tools.