work
This commit is contained in:
19
Jenkinsfile
vendored
19
Jenkinsfile
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user