diff --git a/mint/make_swapvol.sh b/mint/make_swapvol.sh index ad72848..ce81659 100644 --- a/mint/make_swapvol.sh +++ b/mint/make_swapvol.sh @@ -24,9 +24,6 @@ rootdev=${rootdevsrc%\[/@]} echo "BTRFS-Device ist daher $rootdev" echo "OK - erzeuge jetzt (etwas umständlich) ein SubVol /@swap, in dem swapfile liegt" -# falls noch ein altes /swapfile da ist : kill -sudo rm /swapfile - # zunächst nochmal mounten, damit die root-subvols sichtbar werden sudo mount $rootdev /mnt # If you run ls /mnt, you'll see @, @home and other subvolumes that may be there.