I hereby claim:
- I am fishd72 on github.
- I am fishd (https://keybase.io/fishd) on keybase.
- I have a public key ASCbh3g-HZVXygsuW9cJvBUmEjvMbwDlNB8GQz12eOqntAo
To claim this, I am signing this object:
#!/bin/sh | |
orig_iso="$HOME/Downloads/debian-12.1.0-amd64-netinst.iso" | |
new_files="$HOME/Desktop/ISOFILES" | |
new_iso="$HOME/Desktop/debian-12.1.0-amd64-modified.iso" | |
iso_name="Debian 12.1.0 amd64 n" | |
mbr_template=isohdpfx.bin | |
mkdir -p $new_files |
#! /bin/bash | |
apt update | |
apt install --reinstall proxmox-secure-boot-support -y | |
apt remove --purge linux-image-amd64 'linux-image-6.1*' | |
apt full-upgrade -y | |
umount /boot/efi | |
mkdir -p /boot/efi/EFI/proxmox | |
proxmox-boot-tool init /dev/nvme0n1p1 grub |
#!/bin/bash | |
mkdir /rescue | |
mount /dev/mapper/debian--vg-root /rescue | |
mount /dev/nvme0n1p1 /rescue/boot | |
mount -t proc proc /rescue/proc | |
mount -t sysfs sys /rescue/sys | |
mount -o bind /dev /rescue/dev | |
mount -t devpts pts /rescue/dev/pts |
I hereby claim:
To claim this, I am signing this object: