Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Is there a possibility to reinstall the OS without formatting all the partitions ? #109

Open
doc75 opened this issue Jan 5, 2025 · 0 comments

Comments

@doc75
Copy link

doc75 commented Jan 5, 2025

I have an Hetzner server initially installed with this script with a configuration like this:

DRIVE1 /dev/sda
DRIVE2 /dev/sdb
    
SWRAID 1
SWRADLEVEL 1
    
BOOTLOADER grub
HOSTNAME machine.domain.com
    
PART /boot ext3  512M
PART lvm   vg0   all
    
LV vg0 root / ext4 25G
LV vg0 swap swap 8G
LV vg0 tmp /tmp ext4 8G
LV vg0 home /home ext4 10G
LV vg0 docker /var/lib/docker ext4  25G
LV vg0 server /srv ext4 1024G
LV vg0 backup  /srv/backup ext4 1024G

I would like to change the OS only and therefore I am willing to format only / (and possibly /home).
Is it possible to achieve this with this script ?
Thanks in advance for your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant