From 63d08716644ea29b1d2bad3c5f408a313ed06c89 Mon Sep 17 00:00:00 2001 From: sergio Date: Mon, 22 Jun 2026 22:09:40 -0400 Subject: [PATCH] Etapa metal: banner de marca para el motd del live (icono martillo+# + wordmark) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit scripts/hammer-banner.txt: icono ASCII cabeza-de-martillo rellena de '#' (el hash content-addressed) + handle, wordmark 'hammer' (toilet pagga, estilo pixel-block que rima con la cabeza de hashes) + acrónimo HAMMER + uso WiFi. metal-iso.sh lo copia a /etc/motd ⇒ es lo primero que ves al loguear en consola. Reutilizable como base de logo/wallpaper. Co-Authored-By: Claude Opus 4.8 --- scripts/hammer-banner.txt | 20 ++++++++++++++++++++ scripts/metal-iso.sh | 6 +++--- 2 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 scripts/hammer-banner.txt diff --git a/scripts/hammer-banner.txt b/scripts/hammer-banner.txt new file mode 100644 index 00000000..5af6c651 --- /dev/null +++ b/scripts/hammer-banner.txt @@ -0,0 +1,20 @@ + + ╔═══════════════════════════╗ + ║ # # # # # # # # # # # # ║ + ║ # # # # # # # # # # # # ║ + ║ # # # # # # # # # # # # ║ + ╚══════════╗ ╔══════════╝ + ║ ║ + ║ ║ + ║ ║ + ╚═════╝ + + ░█░█░█▀█░█▄█░█▄█░█▀▀░█▀▄ + ░█▀█░█▀█░█░█░█░█░█▀▀░█▀▄ + ░▀░▀░▀░▀░▀░▀░▀░▀░▀▀▀░▀░▀ live · metal + + Hash-addressed · AI-native · Mutable · Manifest · Environment · Reproducible + + WiFi: wifi-connect "TU_SSID" "TU_CLAVE" + Eres root en un Linux mutable. Probá: rg · bat · helix · tokei · zoxide + diff --git a/scripts/metal-iso.sh b/scripts/metal-iso.sh index 6855d9b5..7d245947 100755 --- a/scripts/metal-iso.sh +++ b/scripts/metal-iso.sh @@ -77,9 +77,9 @@ echo "==> listo. IP:"; ip addr show "$IF" 2>/dev/null | grep -w inet || ifconfig WC chmod +x "$AUG/usr/bin/wifi-connect" -# 5) banner para el login de consola (recordar el comando) -printf '\nhammer live (metal). WiFi: wifi-connect "TU_SSID" "TU_CLAVE"\n\n' >> "$AUG/etc/motd" 2>/dev/null || \ -printf '\nhammer live (metal). WiFi: wifi-connect "TU_SSID" "TU_CLAVE"\n\n' > "$AUG/etc/motd" +# 5) banner de marca para el login de consola (icono martillo+# + acrónimo + uso WiFi) +mkdir -p "$AUG/etc" +cp scripts/hammer-banner.txt "$AUG/etc/motd" # 6) armar el ISO híbrido con iso-image.sh: # - rama UEFI por EFI-STUB DIRECTO (EFI_STUB=1): bzImage=BOOTX64.EFI, esquiva el GRUB 2.14 roto.