Die Blaue Ozeanschnecke (Fadenschnecke; Ordnung, Nacktkiemer) isst Nesseltiere (Quallen/Korallen/Anemonen -artige) größerer Ordnung, die enthaltenen Inhaltsstoffe wie Gifte nutzt sie zur Verteidigung gegen Fressfeinde.
Glaucus Atlanticus; or: blue dragon mollusk/blue sea slug/blue angel/sea swallow.
command #blablabla exit #introduction
musl-bluedragon
mount udev -t devtmpfs dev mount devpts -t devpts dev/pts mount proc -t proc proc mount sysfs -t sysfs sys mount tmpfs -t tmpfs tmp mount tmpfs -t tmpfs run mount -o bind tmp var/tmp chroot .
it's grubzeug time
#x64 efi grub-install --target=x86_64-efi --efi-directory=/esp #--bootloader-id=catcity # OR #--removable # /EFI/BOOT/BOOTX64.EFI #i32 efi #--removable # /EFI/BOOT/BOOTIA32.EFI #i32 bios grub-install /dev/sda #make sure to create grub.cfg grub-mkconfig -o /boot/grub/grub.cfg
consider cleaning sometime...
eclean distfiles #/var/cache/distfiles - sources eclean packages #/var/cache/binpkgs - binary distributions rm -rf /var/tmp/portage #build directory
miscellaneous instructions
fallocate -l 1G file #creating space for some mkswap file; swapon file; swapon mount -t tmpfs -o remount,noatime,size=1G /tmp