Skip to content

Commit 595ad2e

Browse files
replace default build distro name with jammy
1 parent c9aba6f commit 595ad2e

File tree

3 files changed

+5
-83
lines changed

3 files changed

+5
-83
lines changed

build-impish-raw.sh

Lines changed: 0 additions & 78 deletions
This file was deleted.

cook.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export OVERRIDER_COMPRESSION_TYPE
1010
export ENABLE_EXIT
1111
export ENABLE_USER_SETUP
1212

13-
frn="out/hirsute-raw"
13+
frn="out/jammy-raw"
1414
OVERRIDER_COMPRESSION_TYPE="gzip"
1515
ENABLE_EXIT=true
1616
ENABLE_USER_SETUP=false

plugins/envsetup

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1212
# copies of the Software, and to permit persons to whom the Software is
1313
# furnished to do so, subject to the following conditions:
14-
#
14+
#
1515
# The above copyright notice and this permission notice shall be included in all
1616
# copies or substantial portions of the Software.
1717
#
@@ -138,7 +138,7 @@ is_mounted() {
138138
list_parser() {
139139
export count
140140
export include_list
141-
141+
142142
count=0
143143
include_list=""
144144

@@ -270,7 +270,7 @@ do_build() {
270270
die "Unsupported suite: $SUITE"
271271
fi
272272
else
273-
suite="hirsute"
273+
suite="jammy"
274274
fi
275275

276276
shout "debootstraping $suite to $target_dir"
@@ -343,7 +343,7 @@ arch_translate() {
343343
do_second_stage() {
344344
chroot_dir=$1
345345
local arch=$2
346-
346+
347347
dpkg_depends_on "binfmt-support"
348348

349349
do_qemu_user_emulation

0 commit comments

Comments
 (0)