mirror of
https://github.com/aaru-dps/archaaru.git
synced 2025-12-16 19:24:37 +00:00
Rename
This commit is contained in:
@@ -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
|
linux /EFI/archiso/vmlinuz.efi
|
||||||
initrd /EFI/archiso/intel_ucode.img
|
initrd /EFI/archiso/intel_ucode.img
|
||||||
initrd /EFI/archiso/amd_ucode.img
|
initrd /EFI/archiso/amd_ucode.img
|
||||||
|
|||||||
@@ -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
|
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz
|
||||||
initrd /%INSTALL_DIR%/boot/intel_ucode.img
|
initrd /%INSTALL_DIR%/boot/intel_ucode.img
|
||||||
initrd /%INSTALL_DIR%/boot/amd_ucode.img
|
initrd /%INSTALL_DIR%/boot/amd_ucode.img
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ darkhttpd
|
|||||||
ddrescue
|
ddrescue
|
||||||
dhclient
|
dhclient
|
||||||
dialog
|
dialog
|
||||||
discimagechef
|
aaru
|
||||||
dmidecode
|
dmidecode
|
||||||
dmraid
|
dmraid
|
||||||
dnsmasq
|
dnsmasq
|
||||||
|
|||||||
@@ -100,6 +100,6 @@ Server = https://mirror.math.princeton.edu/pub/archlinux32/$arch/$repo/
|
|||||||
#SigLevel = Optional TrustAll
|
#SigLevel = Optional TrustAll
|
||||||
#Server = file:///home/custompkgs
|
#Server = file:///home/custompkgs
|
||||||
|
|
||||||
[discimagechef]
|
[aaru]
|
||||||
Server = file:///home/claunia/Development/DiscImageChef/archdic/repo
|
Server = file:///home/claunia/Development/Aaru/archdic/repo
|
||||||
SigLevel = Optional TrustAll
|
SigLevel = Optional TrustAll
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ INCLUDE boot/syslinux/archiso_head.cfg
|
|||||||
|
|
||||||
LABEL arch32_nbd
|
LABEL arch32_nbd
|
||||||
TEXT HELP
|
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.
|
It allows you to install Arch Linux or perform system maintenance.
|
||||||
ENDTEXT
|
ENDTEXT
|
||||||
MENU LABEL Boot Arch Linux (i686) (NBD)
|
MENU LABEL Boot Arch Linux (i686) (NBD)
|
||||||
@@ -13,7 +13,7 @@ SYSAPPEND 3
|
|||||||
|
|
||||||
LABEL arch32_nfs
|
LABEL arch32_nfs
|
||||||
TEXT HELP
|
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.
|
It allows you to install Arch Linux or perform system maintenance.
|
||||||
ENDTEXT
|
ENDTEXT
|
||||||
MENU LABEL Boot Arch Linux (i686) (NFS)
|
MENU LABEL Boot Arch Linux (i686) (NFS)
|
||||||
@@ -24,7 +24,7 @@ SYSAPPEND 3
|
|||||||
|
|
||||||
LABEL arch32_http
|
LABEL arch32_http
|
||||||
TEXT HELP
|
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.
|
It allows you to install Arch Linux or perform system maintenance.
|
||||||
ENDTEXT
|
ENDTEXT
|
||||||
MENU LABEL Boot Arch Linux (i686) (HTTP)
|
MENU LABEL Boot Arch Linux (i686) (HTTP)
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ INCLUDE boot/syslinux/archiso_head.cfg
|
|||||||
|
|
||||||
LABEL arch32
|
LABEL arch32
|
||||||
TEXT HELP
|
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.
|
It allows you to install Arch Linux or perform system maintenance.
|
||||||
ENDTEXT
|
ENDTEXT
|
||||||
MENU LABEL Boot Arch Linux (i686)
|
MENU LABEL Boot Arch Linux (i686)
|
||||||
|
|||||||
@@ -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
|
linux /EFI/archiso/vmlinuz.efi
|
||||||
initrd /EFI/archiso/intel_ucode.img
|
initrd /EFI/archiso/intel_ucode.img
|
||||||
initrd /EFI/archiso/amd_ucode.img
|
initrd /EFI/archiso/amd_ucode.img
|
||||||
|
|||||||
@@ -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
|
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz
|
||||||
initrd /%INSTALL_DIR%/boot/intel_ucode.img
|
initrd /%INSTALL_DIR%/boot/intel_ucode.img
|
||||||
initrd /%INSTALL_DIR%/boot/amd_ucode.img
|
initrd /%INSTALL_DIR%/boot/amd_ucode.img
|
||||||
|
|||||||
0
archaaru-x86_64/packages.both
Normal file
0
archaaru-x86_64/packages.both
Normal file
@@ -36,7 +36,7 @@ cvs
|
|||||||
ddrescue
|
ddrescue
|
||||||
dhclient
|
dhclient
|
||||||
dialog
|
dialog
|
||||||
discimagechef-git
|
aaru-git
|
||||||
dmidecode
|
dmidecode
|
||||||
dmraid
|
dmraid
|
||||||
dnsmasq
|
dnsmasq
|
||||||
|
|||||||
@@ -100,6 +100,6 @@ Include = /etc/pacman.d/mirrorlist
|
|||||||
#SigLevel = Optional TrustAll
|
#SigLevel = Optional TrustAll
|
||||||
#Server = file:///home/custompkgs
|
#Server = file:///home/custompkgs
|
||||||
|
|
||||||
[discimagechef]
|
[aaru]
|
||||||
Server = file:///home/claunia/Development/DiscImageChef/archdic/repo
|
Server = file:///home/claunia/Development/Aaru/archdic/repo
|
||||||
SigLevel = Optional TrustAll
|
SigLevel = Optional TrustAll
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
SERIAL 0 38400
|
SERIAL 0 38400
|
||||||
UI boot/syslinux/vesamenu.c32
|
UI boot/syslinux/vesamenu.c32
|
||||||
MENU TITLE DiscImageChef's Arch Linux
|
MENU TITLE Aaru's Arch Linux
|
||||||
MENU BACKGROUND boot/syslinux/splash.png
|
MENU BACKGROUND boot/syslinux/splash.png
|
||||||
|
|
||||||
MENU WIDTH 78
|
MENU WIDTH 78
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ INCLUDE boot/syslinux/archiso_head.cfg
|
|||||||
|
|
||||||
LABEL arch64_nbd
|
LABEL arch64_nbd
|
||||||
TEXT HELP
|
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.
|
It allows you to install Arch Linux or perform system maintenance.
|
||||||
ENDTEXT
|
ENDTEXT
|
||||||
MENU LABEL Boot Arch Linux (x86_64) (NBD)
|
MENU LABEL Boot Arch Linux (x86_64) (NBD)
|
||||||
@@ -13,7 +13,7 @@ SYSAPPEND 3
|
|||||||
|
|
||||||
LABEL arch64_nfs
|
LABEL arch64_nfs
|
||||||
TEXT HELP
|
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.
|
It allows you to install Arch Linux or perform system maintenance.
|
||||||
ENDTEXT
|
ENDTEXT
|
||||||
MENU LABEL Boot Arch Linux (x86_64) (NFS)
|
MENU LABEL Boot Arch Linux (x86_64) (NFS)
|
||||||
@@ -24,7 +24,7 @@ SYSAPPEND 3
|
|||||||
|
|
||||||
LABEL arch64_http
|
LABEL arch64_http
|
||||||
TEXT HELP
|
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.
|
It allows you to install Arch Linux or perform system maintenance.
|
||||||
ENDTEXT
|
ENDTEXT
|
||||||
MENU LABEL Boot Arch Linux (x86_64) (HTTP)
|
MENU LABEL Boot Arch Linux (x86_64) (HTTP)
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ INCLUDE boot/syslinux/archiso_head.cfg
|
|||||||
|
|
||||||
LABEL arch64
|
LABEL arch64
|
||||||
TEXT HELP
|
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.
|
It allows you to install Arch Linux or perform system maintenance.
|
||||||
ENDTEXT
|
ENDTEXT
|
||||||
MENU LABEL Boot Arch Linux (x86_64)
|
MENU LABEL Boot Arch Linux (x86_64)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd archdic-x86
|
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
|
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 ..
|
cd ..
|
||||||
|
|||||||
Reference in New Issue
Block a user