mirror of
https://github.com/rosalinux/image-builder.git
synced 2025-02-23 10:22:50 +00:00
add generic device
This commit is contained in:
parent
ef0be1aeae
commit
730c4ce7b0
5 changed files with 10 additions and 7 deletions
|
@ -14,6 +14,8 @@ CompressOutput=
|
||||||
Packages=
|
Packages=
|
||||||
kernel-6.12-generic
|
kernel-6.12-generic
|
||||||
coreutils
|
coreutils
|
||||||
|
locales-en
|
||||||
|
procps-ng
|
||||||
systemd
|
systemd
|
||||||
systemd-boot
|
systemd-boot
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue