metadata

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 18, 2025 License: Apache-2.0, BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Overview

Package metadata defines a metadata struct for kernel vmlinuz files.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Metadata

type Metadata struct {
	Name              string
	Version           string
	Architecture      string
	ExtendedVersion   string
	Format            string
	SwapDevice        int32
	RootDevice        int32
	VideoMode         string
	OSID              string
	OSVersionCodename string
	OSVersionID       string
	RWRootFS          bool
}

Metadata holds parsing information for a kernel vmlinuz file.

func (*Metadata) ToDistro

func (m *Metadata) ToDistro() string

ToDistro extracts the OS distro from the metadata.

func (*Metadata) ToNamespace

func (m *Metadata) ToNamespace() string

ToNamespace extracts the PURL namespace from the metadata.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL