mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-04 23:01:15 +00:00
Merge remote-tracking branch 'virtustom/mount-partnum-param' into ubuntu/master
* virtustom/mount-partnum-param: feat: mount_disk_image: Add rootpart parameter
This commit is contained in:
commit
e37253418b
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (24.04.20) noble; urgency=medium
|
||||
|
||||
* live-build/functions: mount_disk_image: add rootpart parameter
|
||||
|
||||
-- Tomáš Virtus <tomas.virtus@canonical.com> Wed, 24 Jan 2024 12:52:29 +0000
|
||||
|
||||
livecd-rootfs (24.04.23) noble; urgency=medium
|
||||
|
||||
* Remove magic-proxy and all references to it as it is not used by any
|
||||
|
@ -220,7 +220,8 @@ get_lowerdirs_for_pass () {
|
||||
mount_disk_image() {
|
||||
local disk_image=${1}
|
||||
local mountpoint=${2}
|
||||
mount_image ${disk_image} 1
|
||||
local rootpart=${3:-1}
|
||||
mount_image ${disk_image} "${rootpart}"
|
||||
mount_partition "${rootfs_dev_mapper}" $mountpoint
|
||||
|
||||
local boot_dev="${loop_device}p16"
|
||||
|
Loading…
x
Reference in New Issue
Block a user