diff --git a/README.md b/README.md index 47fdbd1..38f683e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ OS templates are located in the `os_list` directory. ## Debian -* Debian 7.1.0 [amd64,i386] * Debian 6.0.7 [amd64,i386] * Debian 7.0.0 [amd64,i386] diff --git a/os_list.json b/os_list.json index 4038727..663370c 100644 --- a/os_list.json +++ b/os_list.json @@ -42,15 +42,6 @@ "os_md5_hash": "6a55096340b5b1b7d335d5b559e13ea0", "os_sha256_hash": "a1f8bf08ac01ba44437482b0afa0676839a16a20d7d9f6cb1d8ea0fc2b383ac4", "os_install_type": "preseed" - }, - { - "os_id": "debian-6.0.7", - "os_name": "Debian 6.0.7 Squeeze", - "os_arch": "amd64", - "os_iso_source": "http://cdimage.debian.org/cdimage/archive/6.0.7/amd64/iso-cd/debian-6.0.7-amd64-netinst.iso", - "os_md5_hash": "cc509122349a27bf1958e1ea0ce4065d", - "os_sha256_hash": "28b2070d54b73d24f6d66d4223a0ca5e975e2555478c89ee8b48cbb4b89ee88d", - "os_install_type": "preseed" } ], "i386": [ @@ -71,15 +62,6 @@ "os_md5_hash": "a6b93666a5393334accb7ac4ee28d949", "os_sha256_hash": "e41fbf8a1691faba2eba1981f42503027d6793e8e9bb02afcf6836b76dbdbdb6", "os_install_type": "preseed" - }, - { - "os_id": "debian-6.0.7", - "os_name": "Debian 6.0.7 Squeeze", - "os_arch": "i386", - "os_iso_source": "http://caesar.acc.umu.se/cdimage/archive/6.0.7/i386/iso-cd/debian-6.0.7-i386-netinst.iso", - "os_md5_hash": "6ebdb31269a3eaaf72fca0ed2f6ba29b", - "os_sha256_hash": "26a8c9de527ad59d473e10dffc8883c0dc095cf95ed3439bfdae952276dbc0df", - "os_install_type": "preseed" } ] }, diff --git a/os_list/debian/amd64/debian-6.0.7/options.json b/os_list/debian/amd64/debian-6.0.7/options.json deleted file mode 100644 index a4ac40f..0000000 --- a/os_list/debian/amd64/debian-6.0.7/options.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "os_id":"debian-6.0.7", - "os_name":"Debian 6.0.7 Squeeze", - "os_arch":"amd64", - "os_iso_source":"http://cdimage.debian.org/cdimage/archive/6.0.7/amd64/iso-cd/debian-6.0.7-amd64-netinst.iso", - "os_md5_hash":"cc509122349a27bf1958e1ea0ce4065d", - "os_sha256_hash":"28b2070d54b73d24f6d66d4223a0ca5e975e2555478c89ee8b48cbb4b89ee88d", - "os_install_type":"preseed" -} diff --git a/os_list/debian/amd64/debian-6.0.7/setup.cfg b/os_list/debian/amd64/debian-6.0.7/setup.cfg deleted file mode 100644 index 8b5161d..0000000 --- a/os_list/debian/amd64/debian-6.0.7/setup.cfg +++ /dev/null @@ -1,33 +0,0 @@ -d-i debian-installer/locale string en_US -d-i console-keymaps-at/keymap select us -d-i netcfg/choose_interface select auto -d-i netcfg/wireless_wep string -d-i mirror/protocol string http -d-i mirror/country string manual -d-i mirror/http/hostname string ftp.jp.debian.org -d-i mirror/http/directory string /debian -d-i mirror/http/proxy string -d-i clock-setup/utc boolean true -d-i time/zone string UTC -d-i clock-setup/ntp boolean true -d-i apt-setup/cd/another boolean false -d-i partman-auto/disk string /dev/sda -d-i partman-auto/method string regular -d-i partman/choose_partition select finish -d-i partman-auto/choose_recipe select atomic -d-i partman/default_filesystem string ext3 -d-i partman/confirm_write_new_label boolean true -d-i partman/confirm boolean true -d-i partman/confirm_nooverwrite boolean true -d-i passwd/root-login boolean true -d-i passwd/root-password password 9932ad6e3104c7d5 -d-i passwd/root-password-again password 9932ad6e3104c7d5 -d-i passwd/make-user boolean false -tasksel tasksel/first multiselect standard -d-i pkgsel/include string bzip2 ntp sudo openssh-server acpid -d-i pkgsel/upgrade select none -popularity-contest popularity-contest/participate boolean false -d-i grub-installer/only_debian boolean true -d-i grub-installer/with_other_os boolean true -d-i finish-install/reboot_in_progress note -d-i preseed/early_command string rm /usr/lib/pre-pkgsel.d/20install-hwpackages \ No newline at end of file diff --git a/os_list/debian/i386/debian-6.0.7/options.json b/os_list/debian/i386/debian-6.0.7/options.json deleted file mode 100644 index 5f11859..0000000 --- a/os_list/debian/i386/debian-6.0.7/options.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "os_id":"debian-6.0.7", - "os_name":"Debian 6.0.7 Squeeze", - "os_arch":"i386", - "os_iso_source":"http://caesar.acc.umu.se/cdimage/archive/6.0.7/i386/iso-cd/debian-6.0.7-i386-netinst.iso", - "os_md5_hash":"6ebdb31269a3eaaf72fca0ed2f6ba29b", - "os_sha256_hash":"26a8c9de527ad59d473e10dffc8883c0dc095cf95ed3439bfdae952276dbc0df", - "os_install_type":"preseed" -} diff --git a/os_list/debian/i386/debian-6.0.7/setup.cfg b/os_list/debian/i386/debian-6.0.7/setup.cfg deleted file mode 100644 index 288c437..0000000 --- a/os_list/debian/i386/debian-6.0.7/setup.cfg +++ /dev/null @@ -1,33 +0,0 @@ -d-i debian-installer/locale string en_US -d-i console-keymaps-at/keymap select us -d-i netcfg/choose_interface select auto -d-i netcfg/wireless_wep string -d-i mirror/protocol string http -d-i mirror/country string manual -d-i mirror/http/hostname string ftp.jp.debian.org -d-i mirror/http/directory string /debian -d-i mirror/http/proxy string -d-i clock-setup/utc boolean true -d-i time/zone string UTC -d-i clock-setup/ntp boolean true -d-i apt-setup/cd/another boolean false -d-i partman-auto/disk string /dev/sda -d-i partman-auto/method string regular -d-i partman/choose_partition select finish -d-i partman-auto/choose_recipe select atomic -d-i partman/default_filesystem string ext3 -d-i partman/confirm_write_new_label boolean true -d-i partman/confirm boolean true -d-i partman/confirm_nooverwrite boolean true -d-i passwd/root-login boolean true -d-i passwd/root-password password c34ac673dd34b80f -d-i passwd/root-password-again password c34ac673dd34b80f -d-i passwd/make-user boolean false -tasksel tasksel/first multiselect standard -d-i pkgsel/include string bzip2 ntp sudo openssh-server acpid -d-i pkgsel/upgrade select none -popularity-contest popularity-contest/participate boolean false -d-i grub-installer/only_debian boolean true -d-i grub-installer/with_other_os boolean true -d-i finish-install/reboot_in_progress note -d-i preseed/early_command string rm /usr/lib/pre-pkgsel.d/20install-hwpackages \ No newline at end of file