From fc2db8469ca6b6061353cae1fd772212b7470ae4 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 7 Apr 2018 10:23:59 +0200 Subject: building standard ISO for systems with more than 256 MB of RAM fixed systemd-sysvcompat and manpages for systemd package in stage4 added dhcp --- create_stage4_cdrom.sh | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) (limited to 'create_stage4_cdrom.sh') diff --git a/create_stage4_cdrom.sh b/create_stage4_cdrom.sh index 4e599cd..e773c1e 100755 --- a/create_stage4_cdrom.sh +++ b/create_stage4_cdrom.sh @@ -3,28 +3,16 @@ # shellcheck source=./default.conf . "./default.conf" -# build the standard Archlinux 32 ISO with stage 4 packages, Check -# if it works as NBD block device after bootig via (i)PXE and TFTP. -# For machine with little RAM, no CD-ROM drive or just a 1.44MB floppy. -# (requires 64 MB minimal currently) +# builds a small ISO image for installing a stage 4 system: +# it uses PXE to boot from a TFTP server (kernel and ramdisk), +# then loads the ISO as NBD block device. This is for installation +# on old machines with only very limited amount of RAM (currently +# requires 64 MB minimal) sudo rm -rf $STAGE4_ISOLINUX # copy chroot to ISOlinux dir mkdir $STAGE4_ISOLINUX - -# TODO: change to ISOLINUX dir - -DOLLAR='\$' -ssh -i $CROSS_HOME/.ssh/id_rsa root@$STAGE1_MACHINE_IP bash -l -c "' - cat >/etc/pacman.d/mirrorlist32 <