summaryrefslogtreecommitdiff
path: root/distro/gloriousarch/mate
diff options
context:
space:
mode:
Diffstat (limited to 'distro/gloriousarch/mate')
-rw-r--r--distro/gloriousarch/mate/entry17
-rw-r--r--distro/gloriousarch/mate/install.sh11
-rw-r--r--distro/gloriousarch/mate/isoinfo9
3 files changed, 27 insertions, 0 deletions
diff --git a/distro/gloriousarch/mate/entry1 b/distro/gloriousarch/mate/entry1
new file mode 100644
index 0000000..188a3b7
--- /dev/null
+++ b/distro/gloriousarch/mate/entry1
@@ -0,0 +1,7 @@
+TITLE='Glorious Arch x86_64 (MATE)'
+_name=garch/mate
+KERNEL="/liveusb-kernel/$_name/x86_64/vmlinuz"
+INITRD=("/liveusb-kernel/$_name/intel_ucode.img"
+ "/liveusb-kernel/$_name/x86_64/archiso.img")
+OPTION="archisodevice=/dev/disk/by-uuid/$UUID archisobasedir=liveusb-data/$_name"
+X64=y
diff --git a/distro/gloriousarch/mate/install.sh b/distro/gloriousarch/mate/install.sh
new file mode 100644
index 0000000..0c0e642
--- /dev/null
+++ b/distro/gloriousarch/mate/install.sh
@@ -0,0 +1,11 @@
+_name=garch/mate
+install_live() {
+ mount_iso
+ install -d "$DATADIR/$_name"
+ install -d "$KERNELDIR/$_name"
+ cp -r "$ISOMNT/arch/x86_64" "$DATADIR/$_name/"
+ cp -r "$ISOMNT/arch/boot/x86_64" "$KERNELDIR/$_name/"
+ cp "$ISOMNT/arch/boot/intel_ucode.img" "$KERNELDIR/$_name/"
+ umount_iso
+}
+
diff --git a/distro/gloriousarch/mate/isoinfo b/distro/gloriousarch/mate/isoinfo
new file mode 100644
index 0000000..8ca25c4
--- /dev/null
+++ b/distro/gloriousarch/mate/isoinfo
@@ -0,0 +1,9 @@
+_isodate=2018-01-06
+_desktop=mate
+ISONAME="$DISTRONAME $_desktop $_isodate"
+ISOURL=garch-$_desktop-$_isodate.iso
+SHA256=2b830d2b3521c11a1802041f23cbf7cd926a4a89c7e541c541f8ff45a90a9bd7
+
+mirrorlist=(
+https://sourceforge.net/projects/garchiso/files
+)