This commit is contained in:
2020-03-01 15:05:56 +00:00
parent e89843c9f7
commit 9ce93d3752
15 changed files with 21 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
title DiscImageChef's Arch Linux archiso x86_64 UEFI CD
title Aaru's Arch Linux archiso x86_64 UEFI CD
linux /EFI/archiso/vmlinuz.efi
initrd /EFI/archiso/intel_ucode.img
initrd /EFI/archiso/amd_ucode.img

View File

@@ -1,4 +1,4 @@
title DiscImageChef's Arch Linux archiso x86_64 UEFI USB
title Aaru's Arch Linux archiso x86_64 UEFI USB
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz
initrd /%INSTALL_DIR%/boot/intel_ucode.img
initrd /%INSTALL_DIR%/boot/amd_ucode.img

View File

@@ -36,7 +36,7 @@ darkhttpd
ddrescue
dhclient
dialog
discimagechef
aaru
dmidecode
dmraid
dnsmasq

View File

@@ -100,6 +100,6 @@ Server = https://mirror.math.princeton.edu/pub/archlinux32/$arch/$repo/
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs
[discimagechef]
Server = file:///home/claunia/Development/DiscImageChef/archdic/repo
[aaru]
Server = file:///home/claunia/Development/Aaru/archdic/repo
SigLevel = Optional TrustAll

View File

@@ -2,7 +2,7 @@ INCLUDE boot/syslinux/archiso_head.cfg
LABEL arch32_nbd
TEXT HELP
Boot the DiscImageChef's Arch Linux (i686) live medium (Using NBD).
Boot the Aaru's Arch Linux (i686) live medium (Using NBD).
It allows you to install Arch Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot Arch Linux (i686) (NBD)
@@ -13,7 +13,7 @@ SYSAPPEND 3
LABEL arch32_nfs
TEXT HELP
Boot the DiscImageChef's Arch Linux (i686) live medium (Using NFS).
Boot the Aaru's Arch Linux (i686) live medium (Using NFS).
It allows you to install Arch Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot Arch Linux (i686) (NFS)
@@ -24,7 +24,7 @@ SYSAPPEND 3
LABEL arch32_http
TEXT HELP
Boot the DiscImageChef's Arch Linux (i686) live medium (Using HTTP).
Boot the Aaru's Arch Linux (i686) live medium (Using HTTP).
It allows you to install Arch Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot Arch Linux (i686) (HTTP)

View File

@@ -2,7 +2,7 @@ INCLUDE boot/syslinux/archiso_head.cfg
LABEL arch32
TEXT HELP
Boot the DiscImageChef's Arch Linux (i686) live medium.
Boot the Aaru's Arch Linux (i686) live medium.
It allows you to install Arch Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot Arch Linux (i686)

View File

@@ -1,4 +1,4 @@
title DiscImageChef's Arch Linux archiso x86_64 UEFI CD
title Aaru's Arch Linux archiso x86_64 UEFI CD
linux /EFI/archiso/vmlinuz.efi
initrd /EFI/archiso/intel_ucode.img
initrd /EFI/archiso/amd_ucode.img

View File

@@ -1,4 +1,4 @@
title DiscImageChef's Arch Linux archiso x86_64 UEFI USB
title Aaru's Arch Linux archiso x86_64 UEFI USB
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz
initrd /%INSTALL_DIR%/boot/intel_ucode.img
initrd /%INSTALL_DIR%/boot/amd_ucode.img

View File

View File

@@ -36,7 +36,7 @@ cvs
ddrescue
dhclient
dialog
discimagechef-git
aaru-git
dmidecode
dmraid
dnsmasq

View File

@@ -100,6 +100,6 @@ Include = /etc/pacman.d/mirrorlist
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs
[discimagechef]
Server = file:///home/claunia/Development/DiscImageChef/archdic/repo
[aaru]
Server = file:///home/claunia/Development/Aaru/archdic/repo
SigLevel = Optional TrustAll

View File

@@ -1,6 +1,6 @@
SERIAL 0 38400
UI boot/syslinux/vesamenu.c32
MENU TITLE DiscImageChef's Arch Linux
MENU TITLE Aaru's Arch Linux
MENU BACKGROUND boot/syslinux/splash.png
MENU WIDTH 78

View File

@@ -2,7 +2,7 @@ INCLUDE boot/syslinux/archiso_head.cfg
LABEL arch64_nbd
TEXT HELP
Boot the DiscImageChef's Arch Linux (x86_64) live medium (Using NBD).
Boot the Aaru's Arch Linux (x86_64) live medium (Using NBD).
It allows you to install Arch Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot Arch Linux (x86_64) (NBD)
@@ -13,7 +13,7 @@ SYSAPPEND 3
LABEL arch64_nfs
TEXT HELP
Boot the DiscImageChef's Arch Linux (x86_64) live medium (Using NFS).
Boot the Aaru's Arch Linux (x86_64) live medium (Using NFS).
It allows you to install Arch Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot Arch Linux (x86_64) (NFS)
@@ -24,7 +24,7 @@ SYSAPPEND 3
LABEL arch64_http
TEXT HELP
Boot the DiscImageChef's Arch Linux (x86_64) live medium (Using HTTP).
Boot the Aaru's Arch Linux (x86_64) live medium (Using HTTP).
It allows you to install Arch Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot Arch Linux (x86_64) (HTTP)

View File

@@ -2,7 +2,7 @@ INCLUDE boot/syslinux/archiso_head.cfg
LABEL arch64
TEXT HELP
Boot the DiscImageChef's Arch Linux (x86_64) live medium.
Boot the Aaru's Arch Linux (x86_64) live medium.
It allows you to install Arch Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot Arch Linux (x86_64)

View File

@@ -1,6 +1,6 @@
#!/bin/bash
cd archdic-x86
./build.sh -v -N dicarch -L DIC_`date +%Y%m` -P "Natalia Portillo <claunia@claunia.com>" -A "DiscImageChef Rescue CD"
./build.sh -v -N dicarch -L DIC_`date +%Y%m` -P "Natalia Portillo <claunia@claunia.com>" -A "Aaru Rescue CD"
cd ../archdic-x86_64
./build.sh -v -N dicarch -L DIC_`date +%Y%m` -P "Natalia Portillo <claunia@claunia.com>" -A "DiscImageChef Rescue CD"
./build.sh -v -N dicarch -L DIC_`date +%Y%m` -P "Natalia Portillo <claunia@claunia.com>" -A "Aaru Rescue CD"
cd ..