Andrew Pogrebennyk
4a1c215ffd
MT#10421 Add missed dot after mr3.6.1 release
11 years ago
Andrew Pogrebennyk
74dfefc7b9
MT#10421 Add mr3.6.2 release and mark it as latest
11 years ago
Alexander Lutay
9ba39a698c
MT#10093 Update boot menus to support PXE Carrier 3.x setup
...
Change-Id: I873b5e57c70f927c2d054658ace25d466a523752
11 years ago
Alexander Lutay
c68519124f
MT#7505 Add .gitreview file for deployment-iso
11 years ago
Alexander Lutay
f351561ac5
MT#9919 Add mr3.6.1 release and mark it as latest
11 years ago
Alexander Lutay
539088de41
MT#8473 Add mr3.5 and mr3.5.1 to releases file
11 years ago
Alexander Lutay
ffbaf36891
MT#9191 Restore ngcptrunk option for isolinux Carrier 3.X
11 years ago
Alexander Lutay
fae5ba9e41
MT#9191 Add all the Carrier 3.x node types
11 years ago
Alexander Lutay
160c3b1ec6
MT#9191 Add initial Carrier 3.x menu for daily and release ISOs
11 years ago
Alexander Lutay
a9aba19bc6
MT#8347 Remove auto-boot timeout for grub
11 years ago
Victor Seva
f1e0581c60
MT#8773 add DHCP option for PRO
11 years ago
Michael Prokop
cc98fb40ac
MT#9121 Sync deployment.sh with netscript.git (fixing 403 error with sipwise key)
...
As of git commit id 90354e9e7ff
11 years ago
Alexander Lutay
1ced9478ac
MT#8871 Add mr3.4.2 to releases file
12 years ago
Michael Prokop
c598296da2
MT#6253 Modify syntax to make it parseable by bash <4.3-7 + Zsh
12 years ago
Michael Prokop
0103510146
MT#6253 Fix check for target disk
12 years ago
Michael Prokop
37239e5b0e
MT#6253 Allow overwriting the disk that has a PV named "ngcp"
12 years ago
Michael Prokop
a892da4259
MT#6253 Sync deployment.sh with netscript.git
...
As of git commit id 40df44041
12 years ago
Michael Prokop
1fd3d0bec4
MT#6253 Display error message if "ngcp" PV exists already
...
If we have a "ngcp" PV on a foreign disk (so if you're e.g.
installing to /dev/sdb but "ngcp" is present on /dev/sda
already) fai-setup-storage's parted execution will fail,
and the resulting system wouldn't properly work anyway,
so inform user about it.
12 years ago
Victor Seva
28b662e1e9
MT#7945 add 3.4.1 and 3.4 versions
12 years ago
Michael Prokop
6b846f5417
MT#8347 Disable automatic boot / timeout
12 years ago
Alexander Lutay
9137b03eeb
MT#8147 Add missed dot (it will be commmon mistake, need improvement here)
12 years ago
Alexander Lutay
a7a96978e7
MT#8147 Add release mr3.3.2 and mark it as latest
12 years ago
Michael Prokop
9a3f98dd8f
MT#6253 Enable ngcpnw.dhcp for DHCP entries, use Google's DNS server, add missing Debian/wheezy entries to Grub
...
dns=92.42.136.30 doesn't work for the public so switch to
dns=8.8.8.8 instead, at least in the configs we use for
building the public Grml-Sipwise deployment ISO.
12 years ago
Michael Prokop
5361bac286
MT#6253 Update fai-setup-storage + liblinux-lvm-perl to fix re-installation problem
...
When trying to re-execute the installation it fails in
partitioning step because of a bug in liblinux-lvm-perl:
| Use of uninitialized value $lvn in hash element at /usr/share/perl5/Linux/LVM.pm line 300.
| Exiting subroutine via next at /usr/share/perl5/Linux/LVM.pm line 301.
| Exiting subroutine via next at /usr/share/perl5/Linux/LVM.pm line 301.
| Exiting subroutine via next at /usr/share/perl5/Linux/LVM.pm line 301.
| Label not found for "next LVINF" at /usr/share/perl5/Linux/LVM.pm line 301.
| Failure during execution of setup-storage
By upgrading to fai-setup-storage >=4.2 and
liblinux-lvm-perl >= 0.17-2 we can solve this problem.
We provide those packages through our own wheezy-backports repos now.
12 years ago
Michael Prokop
9aa7fd6d0a
MT#6253 Sync deployment.sh with what we have in netscript.git as of commit 4222a9
12 years ago
Alexander Lutay
b18faf54fc
MT#6253 Restore support of 'devel/something.iso' GRML images
12 years ago
Alexander Lutay
b71a7bfbfc
MT#6253 Update hard disk typo
12 years ago
Alexander Lutay
b8e6273e65
MT#6253 Improved boot screen layout
12 years ago
Victor Seva
d578b660b2
MT#6659 add mr3.3.1 to releases list with LATEST tag
12 years ago
Michael Prokop
7a0a08bb8f
MT#6253 Improve prompting for netcardconfig
12 years ago
Michael Prokop
09f9edf5cb
MT#6253 Prompt user for target disk used for installation
12 years ago
Michael Prokop
7ea4f5eadc
MT#6253 Support setting target disk via TARGET_DISK env variable
12 years ago
Michael Prokop
8aea373a3a
MT#6253 Sync deployment.sh with status from netscript.git (12b283759)
12 years ago
Michael Prokop
20361911fa
MT#6253 Fix script version usage
12 years ago
Michael Prokop
db3bbb7bd8
MT#6253 Provide Makefile for syntaxcheck, cleanup and version handling
12 years ago
Michael Prokop
4176153a88
MT#6253 Improve prompting to user for reboot and when cancelling
12 years ago
Michael Prokop
29c796d014
MT#6253 Improve prompting for public deployment ISO
12 years ago
Michael Prokop
e73f650cf6
MT#6253 Properly exit if user doesn't want to deploy
12 years ago
Michael Prokop
1f055ee516
MT#6253 Fix broken templates usage
12 years ago
Michael Prokop
d1b7bf0cde
MT#6253 Support usage of build script within git repository
...
Otherwise it's not easy possible to work on the repository
outside of Jenkins (the "source" directory is part of the
Jenkins Git configuration).
12 years ago
Michael Prokop
56d68d2f91
MT#6253 Re-add missing trailing white space char in kernel command lines
...
Some of them got lost in recent changes related to MT#6253 + MT#7365,
we want the trailing white space char because otherwise when typing
to add a new boot option it gets appended to the previous one (which
is unwanted and unexpected behaviour, as we had this behaviour ("space
char after last pre-configured boot option is present" since the
very first days).
12 years ago
Alexander Lutay
4f60c4a0df
MT#7365 Move ip= option (links 'latest' for non-public iso)
12 years ago
Alexander Lutay
b9a05e9553
MT#7365 Move ip= option to the end, use Vienna IPs (stable release iso)
12 years ago
Alexander Lutay
b358e3c067
MT#7365 Move ip= option to the end, use Vienna IPs
...
Updated Vienna IPs for daily and private ISOs,
keep common 192.168.1.0 network for public ISO,
also leave DNS 8.8.8.8 for public CE ISO.
12 years ago
Alexander Lutay
85d455db6c
MT#6253 Remove date for public install CD (documentation.git linking)
12 years ago
Alexander Lutay
f5176526e5
MT#6253 Merge build_release.sh and build_daily.sh into build_iso.sh
12 years ago
Alexander Lutay
27cf3a55be
MT#6253 Removed SVN directories cleanup (using Git)
12 years ago
Alexander Lutay
4e97c3b19b
MT#6253 Typo fixed (s/initrd.emg/initrd.img/)
12 years ago
Alexander Lutay
9bb4e473f3
MT#6253 Sync deployment.sh (version 45bf9f2)
12 years ago
Alexander Lutay
4677daacf1
MT#6253 Add ngcpnoupload to trunk
12 years ago