From 6682f37a47f83199ca67dd75e3f5f577da056ddf Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Wed, 2 Aug 2017 15:36:56 +0800 Subject: distro: add gloriousarch --- distro/gloriousarch/xfce/install.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 distro/gloriousarch/xfce/install.sh (limited to 'distro/gloriousarch/xfce/install.sh') diff --git a/distro/gloriousarch/xfce/install.sh b/distro/gloriousarch/xfce/install.sh new file mode 100644 index 0000000..c443194 --- /dev/null +++ b/distro/gloriousarch/xfce/install.sh @@ -0,0 +1,11 @@ +_name=garch/xfce +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 +} + -- cgit v1.2.3