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, 0 insertions, 27 deletions
diff --git a/distro/gloriousarch/mate/entry1 b/distro/gloriousarch/mate/entry1
deleted file mode 100644
index d9bfd03..0000000
--- a/distro/gloriousarch/mate/entry1
+++ /dev/null
@@ -1,7 +0,0 @@
-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 iomem=relaxed"
-X64=y
diff --git a/distro/gloriousarch/mate/install.sh b/distro/gloriousarch/mate/install.sh
deleted file mode 100644
index 0c0e642..0000000
--- a/distro/gloriousarch/mate/install.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-_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
deleted file mode 100644
index 605d6a4..0000000
--- a/distro/gloriousarch/mate/isoinfo
+++ /dev/null
@@ -1,9 +0,0 @@
-_isodate=2018-01-25
-_desktop=mate
-ISONAME="$DISTRONAME $_desktop $_isodate"
-ISOURL=garch-$_desktop-$_isodate.iso
-SHA256=c57fcddb431f6f6b490256603596f4ce57057d4932c4b3c194abe8969f1e3289
-
-mirrorlist=(
-https://sourceforge.net/projects/garchiso/files
-)