add generic device

This commit is contained in:
alexander stefanov 2025-02-05 12:08:49 +03:00
parent ef0be1aeae
commit 730c4ce7b0
5 changed files with 10 additions and 7 deletions

View file

@ -14,12 +14,14 @@ CompressOutput=
Packages=
kernel-6.12-generic
coreutils
locales-en
procps-ng
systemd
systemd-boot
Bootable=yes
Bootloader=systemd-boot
#Bootloader=uki
# Bootloader=uki
Autologin=yes
RootPassword=root

View file

@ -13,15 +13,15 @@ SectorSize=512
[Content]
Packages=
kernel-6.12-generic
raspberrypi-bootloader
coreutils
dnf5
neovim
dracut
iproute2
kernel-6.12-generic
locales-en
neovim
openssh-server
raspberrypi-bootloader
rosa-repos
systemd

View file

@ -2,6 +2,7 @@
Type=esp
Label=bootfs
Format=vfat
CopyFiles=/boot/firmware:/firmware
CopyFiles=/boot/firmware:/
MountPoint=/boot/firmware
SizeMinBytes=256M
SizeMaxBytes=256M

View file

@ -20,12 +20,12 @@ CompressOutput=
# 4k sectors
SectorSize=512
#kernel-6.1-orangepi
[Content]
Packages=
coreutils
kernel-6.1-orangepi
dnf
neovim
dracut
iproute2
locales-en

View file

@ -2,7 +2,7 @@
set -x
# Run mkosi with --force option
#mkosi --force
mkosi --force
# Check if mkosi ran successfully
if [ $? -ne 0 ]; then