MT#17213 Rename default Sipwise Hiera rescue drive to 'SIPWRESCUE*'

Label is limited to 11 symbols for FAT (type 'vfat'),
default for USB drives nowadays to mount it easily.

So we need to change the defaults here to support both
CDROM and USB flash cards.

Also it is not recommended using spaces here.

So, SIPWRESCUE0 - test drive with fake rescue data
SIPWRESCUE[1-x] - real rescue drives, where x is a version.

Change-Id: I21abd08b01023f9ac6c63258027d515dd093def5
changes/33/4733/2
Alexander Lutay 9 years ago
parent 44cda64460
commit a9f37883b9

@ -51,7 +51,7 @@ PUPPET_LOCAL_GIT="${TARGET}/tmp/puppet.git"
PUPPET_INIT_HIERA=false
PUPPET_RESCUE_DRIVE="none"
PUPPET_RESCUE_PATH="/mnt/rescue_drive"
PUPPET_RESCUE_LABEL="Sipwise Hiera Rescue *"
PUPPET_RESCUE_LABEL="SIPWRESCUE*"
RESTART_NETWORK=true
INTERACTIVE=false
DHCP=false

Loading…
Cancel
Save