diff options
-rw-r--r-- | ks/common-minimal-4parts-armv7l.yaml | 11 | ||||
-rw-r--r-- | ks/common-wayland-4parts-armv7l.yaml | 11 | ||||
-rw-r--r-- | ks/common-x11-4parts-armv7l.yaml | 11 | ||||
-rw-r--r-- | partitions/common-mbr-4parts-arm | 4 |
4 files changed, 37 insertions, 0 deletions
diff --git a/ks/common-minimal-4parts-armv7l.yaml b/ks/common-minimal-4parts-armv7l.yaml new file mode 100644 index 0000000..284ca09 --- /dev/null +++ b/ks/common-minimal-4parts-armv7l.yaml @@ -0,0 +1,11 @@ +Name: common-minimal-4parts-armv7l +Architecture: armv7l +Schedule: "*" +Active: True +Platform: Minimal +Part: common-mbr-4parts-arm +Mic2Options: -f loop --pack-to=@NAME@.tar.gz --copy-kernel +FileName: common-minimal-4parts-armv7l +Kernel: arm-odroidu3-linux-kernel +Repos: + - common-wayland_armv7l diff --git a/ks/common-wayland-4parts-armv7l.yaml b/ks/common-wayland-4parts-armv7l.yaml new file mode 100644 index 0000000..dae464e --- /dev/null +++ b/ks/common-wayland-4parts-armv7l.yaml @@ -0,0 +1,11 @@ +Name: common-wayland-4parts-armv7l +Architecture: armv7l +Schedule: "*" +Active: True +Platform: Wayland +Part: common-mbr-4parts +Mic2Options: -f loop --pack-to=@NAME@.tar.gz --copy-kernel +FileName: common-wayland-4parts-armv7l +Kernel: arm-odroidu3-linux-kernel +Repos: + - common-wayland_armv7l diff --git a/ks/common-x11-4parts-armv7l.yaml b/ks/common-x11-4parts-armv7l.yaml new file mode 100644 index 0000000..0d54741 --- /dev/null +++ b/ks/common-x11-4parts-armv7l.yaml @@ -0,0 +1,11 @@ +Name: common-x11-4parts-armv7l +Architecture: armv7l +Schedule: "*" +Active: True +Platform: X11 +Part: common-mbr-4parts +Mic2Options: -f loop --pack-to=@NAME@.tar.gz --copy-kernel +FileName: common-x11-4parts-armv7l +Kernel: arm-odroidu3-linux-kernel +Repos: + - common-x11_armv7l diff --git a/partitions/common-mbr-4parts-arm b/partitions/common-mbr-4parts-arm new file mode 100644 index 0000000..b0f896c --- /dev/null +++ b/partitions/common-mbr-4parts-arm @@ -0,0 +1,4 @@ +part /boot --fstype="vfat" --size=64 --ondisk=mmcblk0 --active --label boot --fsoptions=defaults,noatime +part / --fstype="ext4" --size=3500 --ondisk=mmcblk0 --label rootfs --fsoptions=defaults,noatime +part /opt --fstype="ext4" --size=512 --ondisk=mmcblk0 --label system-data --fsoptions=defaults,noatime +part /opt/usr --fstype="ext4" --size=3500 --ondisk=mmcblk0 --label user --fsoptions=defaults,noatime |