Upgrade to tinycore 10.x
Upgrading tinycore from version 9.x to 10.x This change was merged [1] and reverted [2], let's give it another try and eventually discuss about possible issues. [1] https://review.opendev.org/688411 [2] https://review.opendev.org/698098 Change-Id: I831b414461f77c65e34b0f357763e38e74e65e29
This commit is contained in:
parent
ae327bb1ca
commit
531167c2d5
@ -9,7 +9,7 @@ TINYIPA_REQUIRE_BIOSDEVNAME=${TINYIPA_REQUIRE_BIOSDEVNAME:-false}
|
|||||||
TINYIPA_REQUIRE_IPMITOOL=${TINYIPA_REQUIRE_IPMITOOL:-true}
|
TINYIPA_REQUIRE_IPMITOOL=${TINYIPA_REQUIRE_IPMITOOL:-true}
|
||||||
IRONIC_LIB_SOURCE=${IRONIC_LIB_SOURCE:-}
|
IRONIC_LIB_SOURCE=${IRONIC_LIB_SOURCE:-}
|
||||||
USE_PYTHON3=${USE_PYTHON3:-True}
|
USE_PYTHON3=${USE_PYTHON3:-True}
|
||||||
TC_RELEASE="9.x"
|
TC_RELEASE="10.x"
|
||||||
|
|
||||||
TGT_RELEASE="v1.0.79"
|
TGT_RELEASE="v1.0.79"
|
||||||
QEMU_RELEASE="v3.1.1"
|
QEMU_RELEASE="v3.1.1"
|
||||||
|
@ -57,7 +57,7 @@ create_rescue_user() {
|
|||||||
|
|
||||||
# Setup DHCP network
|
# Setup DHCP network
|
||||||
configure_dhcp_network() {
|
configure_dhcp_network() {
|
||||||
for pidfile in `ls /var/run/udhcpc/*.pid`; do
|
for pidfile in `ls /var/run/udhcpc*.pid`; do
|
||||||
kill `cat $pidfile`
|
kill `cat $pidfile`
|
||||||
done
|
done
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ gdisk.tcz
|
|||||||
git.tcz
|
git.tcz
|
||||||
glib2-dev.tcz
|
glib2-dev.tcz
|
||||||
hdparm.tcz
|
hdparm.tcz
|
||||||
ipv6-4.14.10-tinycore64.tcz
|
ipv6-4.19.10-tinycore64.tcz
|
||||||
libpci-dev.tcz
|
libpci-dev.tcz
|
||||||
libtool-dev.tcz
|
libtool-dev.tcz
|
||||||
libtool.tcz
|
libtool.tcz
|
||||||
@ -19,8 +19,8 @@ parted.tcz
|
|||||||
pciutils.tcz
|
pciutils.tcz
|
||||||
pixman-dev.tcz
|
pixman-dev.tcz
|
||||||
pkg-config.tcz
|
pkg-config.tcz
|
||||||
raid-dm-4.14.10-tinycore64.tcz
|
raid-dm-4.19.10-tinycore64.tcz
|
||||||
scsi-4.14.10-tinycore64.tcz
|
scsi-4.19.10-tinycore64.tcz
|
||||||
udev-lib.tcz
|
udev-lib.tcz
|
||||||
util-linux.tcz
|
util-linux.tcz
|
||||||
zlib_base-dev.tcz
|
zlib_base-dev.tcz
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
S="Linux"
|
S="Linux"
|
||||||
N="box"
|
N="box"
|
||||||
R="4.14.10-tinycore64"
|
R="4.19.10-tinycore64"
|
||||||
P="unknown"
|
P="unknown"
|
||||||
V="#2017 SMP"
|
V="#2017 SMP"
|
||||||
M="x86_64"
|
M="x86_64"
|
||||||
|
@ -9,15 +9,15 @@ glib2.tcz
|
|||||||
haveged.tcz
|
haveged.tcz
|
||||||
hdparm.tcz
|
hdparm.tcz
|
||||||
iproute2.tcz
|
iproute2.tcz
|
||||||
ipv6-4.14.10-tinycore64.tcz
|
ipv6-4.19.10-tinycore64.tcz
|
||||||
libxml2.tcz
|
libxml2.tcz
|
||||||
mdadm.tcz
|
mdadm.tcz
|
||||||
parted.tcz
|
parted.tcz
|
||||||
popt.tcz
|
popt.tcz
|
||||||
pciutils.tcz
|
pciutils.tcz
|
||||||
raid-dm-4.14.10-tinycore64.tcz
|
raid-dm-4.19.10-tinycore64.tcz
|
||||||
scsi-4.14.10-tinycore64.tcz
|
scsi-4.19.10-tinycore64.tcz
|
||||||
filesystems-4.14.10-tinycore64.tcz
|
filesystems-4.19.10-tinycore64.tcz
|
||||||
smartmontools.tcz
|
smartmontools.tcz
|
||||||
udev-lib.tcz
|
udev-lib.tcz
|
||||||
util-linux.tcz
|
util-linux.tcz
|
||||||
|
Loading…
Reference in New Issue
Block a user