debian-installer-utils:master

Last commit made on 2024-02-12
Get this branch:
git clone -b master https://git.launchpad.net/debian-installer-utils

Branch merges

Branch information

Name:
master
Repository:
lp:debian-installer-utils

Recent commits

aff84b5... by Steve McIntyre

Merge branch 'user-params-exclude-initrd' into 'master'

user-params: Exclude initrd

See merge request installer-team/debian-installer-utils!10

116ed18... by Colin Watson

user-params: Exclude initrd

It's sometimes hard to avoid syslinux appending it after "---".

275613d... by Steve McIntyre

Release version 1.148

c1a8855... by Steve McIntyre

Merge branch 'file-mediamount' into 'master'

be more circumspect about (un)mounting /media

See merge request installer-team/debian-installer-utils!8

07473eb... by Philip Hands

changelog

08ba328... by Philip Hands

be more circumspect about (un)mounting /media

This now unmounts /media if it was mounted, before returning, and it
only tries to mount something when the file path starts with '/media/' which
will ensure that it doesn't bother for '/preseed.cfg'.

Perhaps that test should instead look for '/preseed.cfg' and attempt
mountmedia for anything else.

6ec044f... by Philip Hands

changelog: trim boring details

1b7935a... by Philip Hands

Merge branch 'fetch-url-empty-dest' into 'master'

fetch-url: do a test fetch when dest == ""

See merge request installer-team/debian-installer-utils!7

9884ece... by Philip Hands

changelog

5af86b7... by Philip Hands

fetch-url: do a test fetch when dest == ""

It is sometimes useful to be able to check if a file is available, without
being interested in the contents of the file at that point.