| ▲ | slipknotfan an hour ago | |
you can solve the google problem: cd C: && find -type f | grep google | sudo xargs rm and also the win11 problem: format C: | ||
| ▲ | nosioptar 25 minutes ago | parent [-] | |
Why run two commands when the following will remove both google and windows in one command? cfdisk /dev/hda && mkfs.xfs /dev/hda1 && mount /dev/hda1 /mnt/gentoo/ && chroot /mnt/gentoo/ && env-update && . /etc/profile && emerge sync && cd /usr/portage && scripts/bootsrap.sh && emerge system && emerge vim && vi /etc/fstab && emerge gentoo-dev-sources && cd /usr/src/linux && make menuconfig && make install modules_install && emerge gnome mozilla-firefox openoffice && emerge grub && cp /boot/grub/grub.conf.samp le /boot/grub/grub.conf && vi /boot/grub/grub.conf && grub && init 6 | ||