Merge "Revert "Update tinycore from 9.x to 10.x""
This commit is contained in:
commit
61985939fa
@ -9,7 +9,7 @@ TINYIPA_REQUIRE_BIOSDEVNAME=${TINYIPA_REQUIRE_BIOSDEVNAME:-false}
|
||||
TINYIPA_REQUIRE_IPMITOOL=${TINYIPA_REQUIRE_IPMITOOL:-true}
|
||||
IRONIC_LIB_SOURCE=${IRONIC_LIB_SOURCE:-}
|
||||
USE_PYTHON3=${USE_PYTHON3:-True}
|
||||
TC_RELEASE="10.x"
|
||||
TC_RELEASE="9.x"
|
||||
|
||||
# PYTHON_EXTRA_SOURCES_DIR_LIST is a csv list of python package dirs to include
|
||||
PYTHON_EXTRA_SOURCES_DIR_LIST=${PYTHON_EXTRA_SOURCES_DIR_LIST:-}
|
||||
|
@ -57,7 +57,7 @@ create_rescue_user() {
|
||||
|
||||
# Setup 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`
|
||||
done
|
||||
|
||||
|
@ -11,7 +11,7 @@ gdisk.tcz
|
||||
git.tcz
|
||||
glib2-dev.tcz
|
||||
hdparm.tcz
|
||||
ipv6-4.19.10-tinycore64.tcz
|
||||
ipv6-4.14.10-tinycore64.tcz
|
||||
libpci-dev.tcz
|
||||
libtool-dev.tcz
|
||||
libtool.tcz
|
||||
@ -19,8 +19,8 @@ parted.tcz
|
||||
pciutils.tcz
|
||||
pixman-dev.tcz
|
||||
pkg-config.tcz
|
||||
raid-dm-4.19.10-tinycore64.tcz
|
||||
scsi-4.19.10-tinycore64.tcz
|
||||
raid-dm-4.14.10-tinycore64.tcz
|
||||
scsi-4.14.10-tinycore64.tcz
|
||||
udev-lib.tcz
|
||||
util-linux.tcz
|
||||
zlib_base-dev.tcz
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
S="Linux"
|
||||
N="box"
|
||||
R="4.19.10-tinycore64"
|
||||
R="4.14.10-tinycore64"
|
||||
P="unknown"
|
||||
V="#2017 SMP"
|
||||
M="x86_64"
|
||||
|
@ -7,14 +7,14 @@ file.tcz
|
||||
haveged.tcz
|
||||
hdparm.tcz
|
||||
iproute2.tcz
|
||||
ipv6-4.19.10-tinycore64.tcz
|
||||
ipv6-4.14.10-tinycore64.tcz
|
||||
libxml2.tcz
|
||||
mdadm.tcz
|
||||
parted.tcz
|
||||
popt.tcz
|
||||
pciutils.tcz
|
||||
raid-dm-4.19.10-tinycore64.tcz
|
||||
scsi-4.19.10-tinycore64.tcz
|
||||
raid-dm-4.14.10-tinycore64.tcz
|
||||
scsi-4.14.10-tinycore64.tcz
|
||||
smartmontools.tcz
|
||||
udev-lib.tcz
|
||||
util-linux.tcz
|
||||
util-linux.tcz
|
Loading…
x
Reference in New Issue
Block a user