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= Packages=
kernel-6.12-generic kernel-6.12-generic
coreutils coreutils
locales-en
procps-ng
systemd systemd
systemd-boot systemd-boot
Bootable=yes Bootable=yes
Bootloader=systemd-boot Bootloader=systemd-boot
#Bootloader=uki # Bootloader=uki
Autologin=yes Autologin=yes
RootPassword=root RootPassword=root

View file

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

View file

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

View file

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

View file

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