5
0
Fork 0
mirror of https://codeberg.org/Computertruhe/Setup-Skripte.git synced 2025-06-28 11:26:18 +02:00
This commit is contained in:
Robert 2024-11-12 10:53:01 +01:00
parent 4e588f521f
commit c036739c81

View file

@ -24,9 +24,6 @@ rootdev=${rootdevsrc%\[/@]}
echo "BTRFS-Device ist daher $rootdev" echo "BTRFS-Device ist daher $rootdev"
echo "OK - erzeuge jetzt (etwas umständlich) ein SubVol /@swap, in dem swapfile liegt" 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 # zunächst nochmal mounten, damit die root-subvols sichtbar werden
sudo mount $rootdev /mnt sudo mount $rootdev /mnt
# If you run ls /mnt, you'll see @, @home and other subvolumes that may be there. # If you run ls /mnt, you'll see @, @home and other subvolumes that may be there.