Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
openstack-devuan-images
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
devuan-packages
openstack-devuan-images
Commits
d922d27f
Commit
d922d27f
authored
May 02, 2014
by
Thomas Goirand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added the flag -s to kpart -asv. (Closes: #741477).
parent
49d49638
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
build-openstack-debian-image
build-openstack-debian-image
+1
-1
changelog
debian/changelog
+3
-0
No files found.
build-openstack-debian-image
View file @
d922d27f
...
...
@@ -168,7 +168,7 @@ ${PARTED} -s ${AMI_NAME} mktable msdos
${
PARTED
}
-s
-a
optimal
${
AMI_NAME
}
mkpart primary ext3 1Mi 100%
${
PARTED
}
-s
${
AMI_NAME
}
set
1 boot on
install-mbr
${
AMI_NAME
}
RESULT_KPARTX
=
`
kpartx
-av
${
AMI_NAME
}
2>&1
`
RESULT_KPARTX
=
`
kpartx
-a
s
v
${
AMI_NAME
}
2>&1
`
if
echo
"
${
RESULT_KPARTX
}
"
|
grep
"^add map"
;
then
LOOP_DEVICE
=
`
echo
${
RESULT_KPARTX
}
|
cut
-d
" "
-f3
`
...
...
debian/changelog
View file @
d922d27f
openstack-debian-images (0.8) unstable; urgency=medium
[ Thomas Goirand ]
* Added the flag -s to kpart -asv. (Closes: #741477).
[ Thomas Bechtold <toabctl@debian.org> ]
* Allow upgrades during build of image.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment