From a9f37883b949a33c223fc7553c2c66791c44bde9 Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Mon, 22 Feb 2016 13:12:13 +0100 Subject: [PATCH] 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 --- deployment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.sh b/deployment.sh index c9741c5..a609d4d 100755 --- a/deployment.sh +++ b/deployment.sh @@ -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