diff --git a/Jenkinsfile b/Jenkinsfile index 599f5c4..ce113b4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,24 +28,25 @@ pipeline { lh_config \ -a i386 \ + --distribution etch \ --apt apt \ + --apt-options "--yes --force-yes" \ --apt-secure false \ + --apt-recommends false \ + --linux-packages "squashfs-modules-2.6.24 linux-image-2.6.24" \ + --packages-lists "desktop" \ + --mirror-bootstrap http://archive.debian.org/debian/ \ + --mirror-binary http://archive.debian.org/debian/ \ + --mirror-binary-security http://archive.debian.org/debian-security/ \ + --mirror-chroot http://archive.debian.org/debian/ \ + --mirror-chroot-security http://archive.debian.org/debian-security/ \ --binary-images iso \ --bootloader syslinux \ --bootstrap debootstrap \ --debconf-frontend noninteractive \ --debian-installer live \ --hostname RetroDebian \ - --distribution etch \ - --mirror-bootstrap http://archive.debian.org/debian/ \ - --mirror-binary http://archive.debian.org/debian/ \ - --mirror-binary-security http://archive.debian.org/debian-security/ \ - --mirror-chroot http://archive.debian.org/debian/ \ - --mirror-chroot-security http://archive.debian.org/debian-security/ \ --union-filesystem unionfs \ - --linux-packages "squashfs-modules-2.6.24 linux-image-2.6.24" \ - --packages-lists "desktop" \ - --apt-recommends false \ --username bob \ -k retrodebian1