Remove more Arch references; Added a user; Changed MOTD

This commit is contained in:
Andrew Lee 2021-11-06 00:50:50 -04:00
parent 40233662d7
commit 3f8ebebf8a
Signed by: andrew
GPG key ID: 4DCE67C47836D125
12 changed files with 27 additions and 23 deletions

2
.gitignore vendored
View file

@ -1,2 +1,2 @@
work/
iso/
out/

View file

@ -1 +1 @@
archiso
aleebootutility

View file

@ -1,3 +1,5 @@
Welcome to Alee Boot Utility!
To install Arch Linux follow the installation guide:
https://wiki.archlinux.org/title/Installation_guide
@ -8,3 +10,4 @@ Ethernet, WLAN and WWAN interfaces using DHCP should work automatically.
After connecting to the internet, the installation guide can be accessed
via the convenience script Installation_guide.
If you want to start the X session, type "startx"

View file

@ -1 +1,2 @@
root:x:0:0:root:/root:/usr/bin/zsh
alee:x:1000:1000::/home/alee:/usr/bin/bash

View file

@ -1 +1,2 @@
root::14871::::::
alee:$6$s3iw4qTisKvp/SHH$6dDiAYN.lMF6PvQXQJcNdstgwHGOZjttzRxEVAXTt5deNXh66qeZgaPdUDlG/SDPdcQG1i4l7tmaA01a4sKi0.::::::

View file

@ -1,4 +1,4 @@
title Arch Linux install medium (x86_64, UEFI)
title Alee Boot Utility install medium (x86_64, UEFI)
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
initrd /%INSTALL_DIR%/boot/intel-ucode.img
initrd /%INSTALL_DIR%/boot/amd-ucode.img

View file

@ -1,4 +1,4 @@
title Arch Linux install medium (x86_64, UEFI) with speech
title Alee Boot Utility install medium (x86_64, UEFI) with speech
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
initrd /%INSTALL_DIR%/boot/intel-ucode.img
initrd /%INSTALL_DIR%/boot/amd-ucode.img

View file

@ -1,4 +1,4 @@
title Arch Linux install medium (x86_64, UEFI, Copy to RAM)
title Alee Boot Utility install medium (x86_64, UEFI, Copy to RAM)
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
initrd /%INSTALL_DIR%/boot/intel-ucode.img
initrd /%INSTALL_DIR%/boot/amd-ucode.img

View file

@ -108,7 +108,7 @@ usb_modeswitch
usbmuxd
usbutils
vim
virtualbox-guest-utils-nox
#virtualbox-guest-utils-nox
vpnc
wireless-regdb
wireless_tools
@ -123,7 +123,6 @@ xfce4
xfce4-goodies
xdg-user-dirs
virtualbox-guest-utils
virtualbox-guest-dkms
xorg-server
xorg-drivers
xorg-xinit

View file

@ -1,6 +1,6 @@
SERIAL 0 115200
UI vesamenu.c32
MENU TITLE Arch Linux
MENU TITLE Alee Boot Utility
MENU BACKGROUND splash.png
MENU WIDTH 78

View file

@ -1,9 +1,9 @@
LABEL arch64_nbd
TEXT HELP
Boot the Arch Linux install medium using NBD.
Boot the Alee Boot Utility install medium using NBD.
It allows you to install Arch Linux or perform system maintenance.
ENDTEXT
MENU LABEL Arch Linux install medium (x86_64, NBD)
MENU LABEL Alee Boot Utility install medium (x86_64, NBD)
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} checksum verify
@ -11,10 +11,10 @@ SYSAPPEND 3
LABEL arch64_nfs
TEXT HELP
Boot the Arch Linux live medium using NFS.
Boot the Alee Boot Utility live medium using NFS.
It allows you to install Arch Linux or perform system maintenance.
ENDTEXT
MENU LABEL Arch Linux install medium (x86_64, NFS)
MENU LABEL Alee Boot Utility install medium (x86_64, NFS)
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt checksum verify
@ -22,8 +22,8 @@ SYSAPPEND 3
LABEL arch64_http
TEXT HELP
Boot the Arch Linux live medium using HTTP.
It allows you to install Arch Linux or perform system maintenance.
Boot the Alee Boot Utility live medium using HTTP.
It allows you to install Alee Boot Utility or perform system maintenance.
ENDTEXT
MENU LABEL Arch Linux install medium (x86_64, HTTP)
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux

View file

@ -1,9 +1,9 @@
LABEL arch64
TEXT HELP
Boot the Arch Linux install medium on BIOS.
It allows you to install Arch Linux or perform system maintenance.
Boot the Alee Boot Utility install medium on BIOS.
It allows you to install Alee Boot Utility or perform system maintenance.
ENDTEXT
MENU LABEL Arch Linux install medium (x86_64, BIOS)
MENU LABEL Alee Boot Utility install medium (x86_64, BIOS)
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
@ -11,10 +11,10 @@ APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
# Accessibility boot option
LABEL arch64speech
TEXT HELP
Boot the Arch Linux install medium on BIOS with speakup screen reader.
It allows you to install Arch Linux or perform system maintenance with speech feedback.
Boot the Alee Boot Utility install medium on BIOS with speakup screen reader.
It allows you to install Alee Boot Utility or perform system maintenance with speech feedback.
ENDTEXT
MENU LABEL Arch Linux install medium (x86_64, BIOS) with ^speech
MENU LABEL Alee Boot Utility install medium (x86_64, BIOS) with ^speech
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% accessibility=on
@ -22,10 +22,10 @@ APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% accessibility=o
# Copy to RAM boot option
LABEL arch64ram
TEXT HELP
Boot the Arch Linux install medium on BIOS with Copy-to-RAM option
It allows you to install Arch Linux or perform system maintenance.
Boot the Alee Boot Utility install medium on BIOS with Copy-to-RAM option
It allows you to install Alee Boot Utility or perform system maintenance.
ENDTEXT
MENU LABEL Arch Linux install medium (x86_64, BIOS, Copy to RAM)
MENU LABEL Alee Boot Utility install medium (x86_64, BIOS, Copy to RAM)
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram