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=
|
||||
kernel-6.12-generic
|
||||
coreutils
|
||||
locales-en
|
||||
procps-ng
|
||||
systemd
|
||||
systemd-boot
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
Type=esp
|
||||
Label=bootfs
|
||||
Format=vfat
|
||||
CopyFiles=/boot/firmware:/firmware
|
||||
CopyFiles=/boot/firmware:/
|
||||
MountPoint=/boot/firmware
|
||||
SizeMinBytes=256M
|
||||
SizeMaxBytes=256M
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
set -x
|
||||
|
||||
# Run mkosi with --force option
|
||||
#mkosi --force
|
||||
mkosi --force
|
||||
|
||||
# Check if mkosi ran successfully
|
||||
if [ $? -ne 0 ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue