From 3f8ebebf8a497249f20f95a5759b2eadd3ef946f Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 6 Nov 2021 00:50:50 -0400 Subject: Remove more Arch references; Added a user; Changed MOTD --- .gitignore | 2 +- airootfs/etc/hostname | 2 +- airootfs/etc/motd | 3 +++ airootfs/etc/passwd | 1 + airootfs/etc/shadow | 1 + efiboot/loader/entries/01-archiso-x86_64-linux.conf | 2 +- .../loader/entries/02-archiso-x86_64-speech-linux.conf | 2 +- .../loader/entries/03-archiso-x86_64-ram-linux.conf | 2 +- packages.x86_64 | 3 +-- syslinux/archiso_head.cfg | 2 +- syslinux/archiso_pxe-linux.cfg | 12 ++++++------ syslinux/archiso_sys-linux.cfg | 18 +++++++++--------- 12 files changed, 27 insertions(+), 23 deletions(-) diff --git a/.gitignore b/.gitignore index 1a7ff05..d04ef8f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ work/ -iso/ +out/ diff --git a/airootfs/etc/hostname b/airootfs/etc/hostname index 2dbe21e..791c59a 100644 --- a/airootfs/etc/hostname +++ b/airootfs/etc/hostname @@ -1 +1 @@ -archiso +aleebootutility diff --git a/airootfs/etc/motd b/airootfs/etc/motd index 1ddc9c3..1cb73a6 100644 --- a/airootfs/etc/motd +++ b/airootfs/etc/motd @@ -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" diff --git a/airootfs/etc/passwd b/airootfs/etc/passwd index 2807d5d..ebdfb20 100644 --- a/airootfs/etc/passwd +++ b/airootfs/etc/passwd @@ -1 +1,2 @@ root:x:0:0:root:/root:/usr/bin/zsh +alee:x:1000:1000::/home/alee:/usr/bin/bash diff --git a/airootfs/etc/shadow b/airootfs/etc/shadow index 7edfd69..4e125c8 100644 --- a/airootfs/etc/shadow +++ b/airootfs/etc/shadow @@ -1 +1,2 @@ root::14871:::::: +alee:$6$s3iw4qTisKvp/SHH$6dDiAYN.lMF6PvQXQJcNdstgwHGOZjttzRxEVAXTt5deNXh66qeZgaPdUDlG/SDPdcQG1i4l7tmaA01a4sKi0.:::::: diff --git a/efiboot/loader/entries/01-archiso-x86_64-linux.conf b/efiboot/loader/entries/01-archiso-x86_64-linux.conf index d59262f..ca6e83e 100644 --- a/efiboot/loader/entries/01-archiso-x86_64-linux.conf +++ b/efiboot/loader/entries/01-archiso-x86_64-linux.conf @@ -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 diff --git a/efiboot/loader/entries/02-archiso-x86_64-speech-linux.conf b/efiboot/loader/entries/02-archiso-x86_64-speech-linux.conf index 06f5466..030c687 100644 --- a/efiboot/loader/entries/02-archiso-x86_64-speech-linux.conf +++ b/efiboot/loader/entries/02-archiso-x86_64-speech-linux.conf @@ -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 diff --git a/efiboot/loader/entries/03-archiso-x86_64-ram-linux.conf b/efiboot/loader/entries/03-archiso-x86_64-ram-linux.conf index 9c7a51a..d9b0416 100644 --- a/efiboot/loader/entries/03-archiso-x86_64-ram-linux.conf +++ b/efiboot/loader/entries/03-archiso-x86_64-ram-linux.conf @@ -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 diff --git a/packages.x86_64 b/packages.x86_64 index 020b5b7..3ba92de 100644 --- a/packages.x86_64 +++ b/packages.x86_64 @@ -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 diff --git a/syslinux/archiso_head.cfg b/syslinux/archiso_head.cfg index 1154f78..82c727c 100644 --- a/syslinux/archiso_head.cfg +++ b/syslinux/archiso_head.cfg @@ -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 diff --git a/syslinux/archiso_pxe-linux.cfg b/syslinux/archiso_pxe-linux.cfg index e8c9a7b..e88492d 100644 --- a/syslinux/archiso_pxe-linux.cfg +++ b/syslinux/archiso_pxe-linux.cfg @@ -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 diff --git a/syslinux/archiso_sys-linux.cfg b/syslinux/archiso_sys-linux.cfg index 0d85fcc..52a8f08 100644 --- a/syslinux/archiso_sys-linux.cfg +++ b/syslinux/archiso_sys-linux.cfg @@ -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 -- cgit v1.2.3