|
@@ -62,6 +62,36 @@ version,codename,series,created,release,eol
|
62
|
62
|
,Experimental,experimental,1993-08-16
|
63
|
63
|
EOF
|
64
|
64
|
sudo mv /tmp/debian.csv /usr/share/distro-info/
|
|
65
|
+
|
|
66
|
+ cat <<EOF > /tmp/ubuntu.csv
|
|
67
|
+version,codename,series,created,release,eol,eol-server
|
|
68
|
+4.10,Warty Warthog,warty,2004-03-05,2004-10-20,2006-04-30
|
|
69
|
+5.04,Hoary Hedgehog,hoary,2004-10-20,2005-04-08,2006-10-31
|
|
70
|
+5.10,Breezy Badger,breezy,2005-04-08,2005-10-12,2007-04-13
|
|
71
|
+6.06 LTS,Dapper Drake,dapper,2005-10-12,2006-06-01,2009-07-14,2011-06-01
|
|
72
|
+6.10,Edgy Eft,edgy,2006-06-01,2006-10-26,2008-04-25
|
|
73
|
+7.04,Feisty Fawn,feisty,2006-10-26,2007-04-19,2008-10-19
|
|
74
|
+7.10,Gutsy Gibbon,gutsy,2007-04-19,2007-10-18,2009-04-18
|
|
75
|
+8.04 LTS,Hardy Heron,hardy,2007-10-18,2008-04-24,2011-05-12,2013-05-09
|
|
76
|
+8.10,Intrepid Ibex,intrepid,2008-04-24,2008-10-30,2010-04-30
|
|
77
|
+9.04,Jaunty Jackalope,jaunty,2008-10-30,2009-04-23,2010-10-23
|
|
78
|
+9.10,Karmic Koala,karmic,2009-04-23,2009-10-29,2011-04-29
|
|
79
|
+10.04 LTS,Lucid Lynx,lucid,2009-10-29,2010-04-29,2013-05-09,2015-04-29
|
|
80
|
+10.10,Maverick Meerkat,maverick,2010-04-29,2010-10-10,2012-04-10
|
|
81
|
+11.04,Natty Narwhal,natty,2010-10-10,2011-04-28,2012-10-28
|
|
82
|
+11.10,Oneiric Ocelot,oneiric,2011-04-28,2011-10-13,2013-05-09
|
|
83
|
+12.04 LTS,Precise Pangolin,precise,2011-10-13,2012-04-26,2017-04-26
|
|
84
|
+12.10,Quantal Quetzal,quantal,2012-04-26,2012-10-18,2014-05-16
|
|
85
|
+13.04,Raring Ringtail,raring,2012-10-18,2013-04-25,2014-01-27
|
|
86
|
+13.10,Saucy Salamander,saucy,2013-04-25,2013-10-17,2014-07-17
|
|
87
|
+14.04 LTS,Trusty Tahr,trusty,2013-10-17,2014-04-17,2019-04-17
|
|
88
|
+14.10,Utopic Unicorn,utopic,2014-04-17,2014-10-23,2015-07-23
|
|
89
|
+15.04,Vivid Vervet,vivid,2014-10-23,2015-04-23,2016-01-23
|
|
90
|
+15.10,Wily Werewolf,wily,2015-04-23,2015-10-22,2016-07-22
|
|
91
|
+16.04 LTS,Xenial Xerus,xenial,2015-10-22,2016-04-21,2021-04-21
|
|
92
|
+16.10,Yakkety Yak,yakkety,2016-04-21,2016-10-20,2017-07-20
|
|
93
|
+EOF
|
|
94
|
+ sudo mv /tmp/ubuntu.csv /usr/share/distro-info/
|
65
|
95
|
fi
|
66
|
96
|
|
67
|
97
|
cd vendor/vmdebootstrap
|