install stage 1: remove squashfs-tools from packages to install at the start
squashfs-tools will be installed and used in the chrootmaster
parent
64730980ea
commit
b8ebdffc56
|
@ -65,7 +65,6 @@ usable from Windows or MacOS.
|
||||||
|
|
||||||
Before we begin, the following packages need to be installed (if not installed already):
|
Before we begin, the following packages need to be installed (if not installed already):
|
||||||
- xmirror
|
- xmirror
|
||||||
- squashfs-tools
|
|
||||||
- wget
|
- wget
|
||||||
"
|
"
|
||||||
press_any_key
|
press_any_key
|
||||||
|
@ -74,7 +73,7 @@ echo -n "Ensuring that XBPS is up-to-date... "
|
||||||
xbps-install --yes --sync --update xbps >> $LOGFILE 2>&1
|
xbps-install --yes --sync --update xbps >> $LOGFILE 2>&1
|
||||||
echo "done"
|
echo "done"
|
||||||
echo -n "Installing xmirror, squashfs-tools, wget... "
|
echo -n "Installing xmirror, squashfs-tools, wget... "
|
||||||
xbps-install --yes xmirror squashfs-tools wget >> $LOGFILE 2>&1
|
xbps-install --yes xmirror wget >> $LOGFILE 2>&1
|
||||||
echo "done"
|
echo "done"
|
||||||
|
|
||||||
#TODO: If going down the path of extracting routines from void-installer, that should be done here
|
#TODO: If going down the path of extracting routines from void-installer, that should be done here
|
||||||
|
|
Loading…
Reference in New Issue